body{
	background-color:#4b0505;
	margin:0 auto;
	font:normal 14px Georgia, "Times New Roman", sans-serif, serif;
}

a{ color:#940000; text-decoration:underline;}
a:hover{ text-decoration:none;}

#Container{ width:100%;}
#Header{
	background:url('../img/BannerBg.jpg') repeat-x center top;
	width:100%;
	height:141px;
}
#ContPlaceholder{ position:relative; margin:0 auto; width:960px; height:141px;}
h1{
	background:url('../img/Banner.png') no-repeat left top;
	text-indent:-5000px;
	margin:0 auto;padding:0;
	display:block;
	width:960px;
	height:141px;
	behavior: url(/live_tpl/css/pngbehavior.htc);
}
#Header #ContPlaceholder span h2{
	font:bold 16px/24px Georgia, "Times New Roman", sans-serif, serif;
	color:#efcb69;
	font-style:italic;
	margin:0;padding:0;
	display:inline;
}
#Header #ContPlaceholder span{
	font:bold 16px/24px Georgia, "Times New Roman", sans-serif, serif;
	color:#efcb69;
	font-style:italic;
	text-align:center;
	position:absolute;
	top:50px;
	left:457px;
	z-index:100;
	display:block;
	width:500px;
}
#Header span a{
	font:bold 16px/24px Georgia, "Times New Roman", sans-serif, serif;
	font-style:italic;
	color:#efcb69;
	text-decoration:none;
}

#MenuContainer{ background:url('../img/MenuBg.jpg') repeat-x left top; width:100%; height:56px;}
#Menu{
	font-size:20px;
	line-height:56px;
	margin:0 auto;
	width:960px;
	height:56px;
}
#Menu a{
	color:#efcb69;
	line-height:20px;
	text-decoration:none;
	padding:16px 20px;
}
#Menu a:hover{
	color:#FFF;
}

#PageContainer{ background:#FFF url('../img/BodyBg.jpg') repeat-x center top; padding-bottom:20px; width:100%;}
#Page{
	font:normal 14px/20px Georgia;
	color:#333;
	margin:0 auto;
	width:960px;
}
h2{
	font:bold 20px "Trebuchet MS", "Times New Roman", sans-serif, serif;
	color:#b90504;
	margin:15px 0 10px 0;
}

#Content{ margin:0 auto; width:960px;}

/* Homepage Boxes */
#Boxes{ margin:10px 0; width:960px;}
.box{
	background-color:#323232;
	text-align:center;
	float:left;
	display:block;
	margin:0 12px;
	width:213px;
	height:249px;
}
.box h2{
	font:bold 14px/30px Georgia, "Times New Roman", sans-serif, serif;
	color:#efcb69;
	letter-spacing:-1px;
	margin:0;padding:0;
	display:block;
	width:213px;
	height:30px;
}
.box img{
	padding:0 10px;
	display:block;
	width:193px;
	height:162px;
}
.box span{
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:10px 10px 5px 10px;
	display:block;
	width:193px;
	height:37px;
}

#FooterContainer{ background-color:#4b0505; border-top:1px solid #670b0b;width:100%;}
#Footer{
	font:normal 12px/16px "Trebuchet MS", "Times New Roman", sans-serif;
	color:#efcb69;
	text-align:center;
	margin:0 auto;
	padding:20px 0;
	width:960px;
}
#Footer .copy{
	color:#b77777;
	padding:15px 0;
	line-height:18px;
}
#Footer .copy a{ color:#b77777; text-decoration:none;}
#Footer .copy a:hover{ color:#fff;}

.clear{ overflow:hidden;}

