@charset "utf-8";
/* CSS Document */

body{
	background-color:#666600;
	color:#FFFFFF;
	font-size:12px;
}
A{
	color:#C0C0C0;
}
A.Visited{color:#C0C0C0;}
A.Active{color:#C0C0C0;}

#headerBox{
	position:relative;
	width:880px;
	height:427px;
	background-image:url(images/pageTop.png);
	background-repeat:no-repeat;
	margin:0 auto;
}
#contentBox{
	position:relative;
	width:800px;
	background-image:url(images/contentBG.png);
	background-repeat:repeat-y;
	margin:0 auto;
	padding-left:50px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:5px;
	text-align:left;
}
#footerBox{
	position:relative;
	width:880px;
	height:195px;
	margin:0 auto;
	background-image:url(images/pageBottom.png);
	background-repeat:no-repeat;
}
#footerText{
	position:absolute;
	left:30px;
	top:150px;
}

#nRec{
	margin-left:40px; 
	font-size:14px; 
	border:#FFFFFF thin groove; 
	width:560px; 
	padding:5px;
}

#headeritemContainer{
	width:350px;
	padding-left:60px;
	padding-top:130px;
	font-size:13px;
}

#ConactitemContainer{
	width:450px;
	padding-left:60px;
	padding-top:130px;
	font-size:13px;
}

#itemContainer{
	width:560px;
}

.itemBox{margin-bottom:16px;}
.itemBox img{float:right; border-width:0px;}
.itemBox h2 A{text-decoration:none; color:#ffffff; font-size:14px;}
.itemBox h2{margin:4px; padding:0px;}
.itemBox .dateBox{
	width:560px; 
	border-bottom-color:#ffffff; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	text-align:left;
	font-style:italic;
	margin-bottom:4px;}
.itemBox .watch{
color:#ffffff;
font-weight:bold;
font-size:14px;
}
