/*************************************************
CSS file for wcc homepage
*************************************************/

/* for debugging
table {border:1px solid blue;} 
div {border:1px solid green;}
*/

* html #content {
   height:520px;
}

#outer-border{
	/*background-image: url(img_homesplash_713x445.jpg); */
	background-repeat: no-repeat; 
	background-color: #FFFFFF; /* white */
	border: 1px solid #000000;
	margin:10px 0px 10px 110px;
	height: 495px;
	width: 713px;
}

#center-content{
	/*background-image: url(img_homesplash_713x445.jpg); */
	background-repeat: no-repeat; 
	background-color: #01344f; /* navy blue */
	border: 1px solid #000000;
	margin:10px 10px 10px 10px;
	height: 475px;
	width: 693px;
}

#special{
	position: relative; 
	text-align: center;
	font-size: 10pt;
	color: red;
	width: 300px;
	font-weight: bold;
	border: 1px solid white;
	left: 335px;
	padding: 4px 4px 4px 4px;
}

#news {
	position: relative; 
	left: 30px;
	top: 20px;
	width: 300px;
}

#news #themeart{
	position: absolute;
	left: 0px;
	top: 0px;	
	font: bold 15pt Times New Roman,serif;
	background: #ffffff;
	text-align: center;
}

#news #twenty_fifth{
	position: absolute;
	left: 395px;
	top: 195px;
	background-color: #ffffff; /*red*/
	border: 2px solid #c31f26;
	padding: 10px 10px 10px 10px;
}

#news #blurb{
	position: absolute;
	left: 255px;
	top: 425px;
	color:#FFFFFF;
	font: 10px Arial, sans-serif;
	width: 400px;
	text-align: right;
}

#news #blurb a{
	color:#FFFFFF;
}

/*#news .top{
	background-image: url(img_news_box_header.gif);
	position: relative;
	width: 300px;
	height: 15px;
}*/

#news .middle{
	background-color: #01344f;
	position: relative;
	font: bolder 16pt Tahoma ,serif;
	color: #FFFFFF;
	left: 340px;
	padding-left: 0px;
	padding-top: 25px;
	height: 118px;
	text-align: center;
}


/*#news .bottom{
	background-image: url(img_news_box_footer.gif);
	position: relative;
	width: 300px;
	height: 15px;
}*/
