#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	width: 510px;
	margin: 0 auto;
}

#header {
	font-size: 2.5em;
	color: #996600;
	text-align: right;
	padding: 5px;
}

.subhead {
	color: #CC9900;
}

.slogan {
	font-size: 14px;
	color: #999999;
}


#constructcontainer {
	background-image: url(images/constructpostit.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}

#thankyou {
	background-image: url(images/thankyou.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}

#contentcontainer {
	background-image: url(images/postit.jpg);
	background-position: center top;
	height: 550px;
	background-repeat: no-repeat;
}


#footer {
	width: 500px;
	border-top: solid 1px #000;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
}

#sidebar {
	width: 175px;
	padding-top: 100px;
	padding-left: 20px;
	float: left;
	font-size: 0.8em;
}

#sidebar2 {
	width: 265px;
	float: left;
	font-size: 0.8em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #990000;
	border-bottom: solid 1px #000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #990000;
	display: block;
	border-bottom: solid 1px #000;
}

#contentmain {
	width: 265px;
	float: right;
	padding-top: 100px;
	padding-right: 40px;
	font-size: 0.8em;
}

#nav {
	list-style-image: url(images/1pushback.gif);
}

#nav2 {
	list-style-image: url(images/3pushback.gif);
}

#nav3 {
	list-style-image: url(images/6push.gif);
}

#nav a{
	text-decoration: none;
	font-weight: bold; 
}

#nav2 a{
	text-decoration: none;
	font-weight: bold; 
}

#nav3 a{
	text-decoration: none;
	font-weight: bold; 
}

#logo {
	list-style-image: url(images/mcplogo.gif);
}

.clearfix:after { 
   content: ".";  
   display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*
/* html .clearfix {height: 1%;}
/* End hide from IE-mac */