* {
	margin: 0;
}
html, body {
	height: 100%;
}
body{
	background-color: #dedede;
	font-family: Arial, "san-serif";
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, "san-serif";
}

p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, "san-serif";
}

/* WRAPPER */

#wrapper {
	position: relative;
	width: 960px; /* Actually 800px wide */
	background-color: #FFFFFF;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /* the bottom margin is the negative value of the footer's height */
}

#push{
	width: 960px;
	float: left;
	background-color: #FFFFFF;
}

/* HEADER */

#header{
	height: 15px;
	width: 100%;
	background-color: #FAC606;
}

/* MAIN CONTENT */

#maincontent{
	position: relative;
	width: 960px;
	float: left;
	background-color: #FFFFFF;
}

/*LEFT COLUMN */

#leftcolumn{
	width: 276px;
	float: left;
	display: block;
	border-top: 1px solid #999999;
	padding: 15px 0px 0px 0px;
	margin: 15px 0px 0px 60px;
}

#leftcolumn p{
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

#leftcolumn a{
	color: #000000;
}

#leftcolumn img{
	border: none;
	border-top: 1px solid #999999;
	padding: 15px 0px 0px 0px;
}

/*RIGHT COLUMN */

#rightcolumn{
	position: relative;
	width: 555px;
	float: right;
	display: block;
	padding: 15px 0px 0px 0px;
	margin: 0px 45px 0px 0px;
}

#rightcolumn p{
	float: left;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

#rightcolumn .intro{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #006BA2;
}

/* FOOTER */

#footer, #push {
	position: relative;
	height: 41px; /* .push must be the same height as .footer */
	clear: both;
}

#footer{
	background-color: #FAC606;
	position: relative;
	width: 960px; /* Actually 800px wide */
	margin: auto; /* the bottom margin is the negative value of the footer's height */
}