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

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

* html #content {
   height:520px;
}

#center-content{
	background-image: url(img_homesplash_713x445.jpg); 
	background-repeat: no-repeat; 
	background-color: #FFFFFF; /* white */
	margin:10px 0px 10px 110px;
	height: 445px;
	width: 713px;
}

#coming_soon{
	position: relative; 
	text-align: center;
	font-size: 16pt;
	color: red;
	width: 200px;
	border: 2px solid black;
	left: 375px;
}

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

#news #yield-text{
	background-image: url(yield.gif); 
	background-repeat: no-repeat; 
	margin:0px 0px 0px 0px;
	width: 225px;
	height: 110px;
	left: 420px;
	top: 10px;
	position: absolute;
}

#news #special{
	border: 2px solid #641b18;
	position: absolute;
	left: 0px;
	top: 360px;	
	font: bold 15pt Times New Roman,serif;
	color: red;
	width: 350px;
	background: #ffeebb;
	text-align: center;
}

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

#news .middle{
	background-color: #ffeebb;
	position: relative;
    border-left: 3px solid #4f3412; /*dark brown*/
	border-right: 3px solid #4f3412; /*dark brown*/
	font: bolder 16pt Times New Roman,serif;
	color: #4f3412;
	padding-left: 30px;
	padding-top: 15px;
	height: 110px;
}


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