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

* {
	margin: 0px;
	padding: 0px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 1212px;
	margin-top: 0px;
	position: relative;
	background-color: #f1f0ce;
	
	
}


#header {
	width: 1212px;
	height: 310px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;	
}

#leftbox {
	position: absolute;
	left: 15px;
	top: 375px;
	width: 225px;
	height: 208px;
	background-image: url(../images/LeftBox.jpg);
}

#nav {
	width: 1212px;
	/*height: 346px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/UnderTabs.jpg);
	background-repeat: repeat-x;
}

#content {
	background-color: #FFFFFF;
	width: 1212px;

}

#contentA {
	height: 208px;
	width: 1212px;
	background-image: url(../images/Gradient.jpg);
	background-repeat: repeat-x;
}

#contentC {
	height: 174px;
	width: 1212px;
	background-image: url(../images/Dirt.jpg);
	background-repeat: repeat-x;
}


#footer {
	margin-right: auto;
	margin-left: auto;
	width: 1212px;
	height: 110px;
	position: relative;
	background-image: url(../images/Footer2.jpg);
	background-repeat: no-repeat;	
}

