body { 
        background-color: #bb1313;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
   	font-family: "Myriad Roman", Myriad, sans-serif;
	color: #ffffff;
}


html {
	min-height: 100%;
	height: auto;
}


div.header {   background: url(header.jpg) no-repeat center;
		position: relative;
		width: 993px;
		height: 288px;
		left: 39px;
		*left: 6px;

}

div.banner {   
		position: relative;
		width: 870px;
		height:90px;
		left: 112px;
		*left: 52px;
		top: 13px;

}

div.site{ 
	position: relative;
	top: 0px;
	width: 1000px;
	min-width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
}

div.cont { background: url(bg1.png) repeat-y center;
	position: relative;
	float: left;
	top: -120px;
	*top: -100px;
	left: 10px;
	width: 993px;
	padding: 0px 0px 0px 60px;
	margin: 0 auto;
}

div.nav {  
	position: relative;
	top: 14px;
	*top: 10px;
	left: 170px;
	*left: -15px;
	width: 504px;
	height: 39px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}


div.left {  
        width: 880px;
	text-align: left;
	padding: 0px 30px 0px 0px;
	margin: 0 auto 0 auto;
	z-index: 5;
}

b {    color: #c6d2ea;
	font-weight: bold;
}

h3 {    color: #c6d2ea;
	font-weight: bold;
}

h4 {    color: #c6d2ea;
	border-style: dotted;
	border-color: #c6d2ea;
	border-width: 0px 0px 2px 0px;
	font-weight: bold;
}

div.footer {  background: url(footer.jpg) no-repeat center;
	position: relative;
	top: -120px;
	*top: -110px;
	left: 35px;
	*left: 6px;
	width: 993;
	height: 87px;
	margin: 0 auto 0 auto;
	clear: both; 
}

div.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/*Below is the banner code. To change the background, change the color code after background: #  To change the font color, change the color code after color: #
*/
div.title {
        background: #441D1C;
	color: #FAE666;
	border-color: #8D191C;
	border-width: 2px 2px 2px 2px;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 0px 5px 5px;
	}
