@charset "utf-8";
/* CSS Document */

body {
	background-color: #cad5d6;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
color:#2B3746;
}


* {
	margin: 0;
}
html, body {
	/*height: 100%;*/
}
.wrapper {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -72px; /* the bottom margin is the negative value of the footer's height 
	width:940px;*/
}
.baseFooter, .push {
	height: 72px; /* .push must be the same height as .footer */
	width:940px;
}

.footer {
background:url(images/mockupblock2_bottom.jpg) no-repeat center top;
margin:0px auto;
height: 42px;
}
.baseFooter{
margin:0px auto;
width:830px;
}

.header{
background:url(images/mockupblock2_top.jpg) center bottom no-repeat;
height:32px;
margin-top:20px;
}

.main{
background:url(images/mockupblock2_repeat.jpg) center bottom repeat-y;


}

.top-main{
background:url(images/mockupblock2_gradeTop.jpg) center top no-repeat;
min-height:678px;
}

.indent{
width:830px;
margin:0px auto;
padding:0px 0px 0px 10px;

}

.footerIndent{
width:830px;
margin:0px auto;
padding:10px 0px 0px 10px;
color:#000000;
font-size:11px;


}
img {
border:0;
}