 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#333333;
 font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
} 

/*MAIN DIVS*/ 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 margin-top:2%; 
} 
 
#header{
background-image:url(images/news_top.jpg);
 position:relative; 
 height:175px; 
  background-color:#FFFFFF; 
 width:100%;
} 

#header_silver{
background-image:url(images/silver_top.jpg);
 position:relative; 
 height:175px; 
  background-color:#FFFFFF; 
 width:100%;
}

#header_supper{
background-image:url(images/supper_top.jpg);
 position:relative; 
 height:175px; 
  background-color:#FFFFFF; 
 width:100%;
}  
 
#leftcol{
background-image:url(images/news_lft.jpg);
 width:480px;
 height:425px; 
 float:left; 
 /*position:relative;
 top:50px;*/ 
  }

#leftcol_silver{
background-image:url(images/silver_left.jpg);
 width:480px;
 height:425px; 
 float:left; 
 /*position:relative;
 top:50px;*/ 
  }

#leftcol_supper{
background-image:url(images/supper_left.jpg);
 width:480px;
 height:425px; 
 float:left; 
 /*position:relative;
 top:50px;*/ 
  }
 
#maincol{
background-image:url(images/news_main.jpg);
background-color: #FFFFFF;
 float: right; 
 display:inline; 
 position: relative;
 top:0px; 
 width:420px;
 height:425px; 
 }

#maincol_silver{
background-image:url(images/silver_main.jpg);
background-color: #FFFFFF;
 float: right; 
 display:inline; 
 position: relative;
 top:0px; 
 width:420px;
 height:425px; 
 }

#maincol_supper{
background-image:url(images/supper_main.jpg);
background-color: #FFFFFF;
 float: right; 
 display:inline; 
 position: relative;
 top:0px; 
 width:420px;
 height:425px; 
 }

#intro	{position:relative;
	top:-10px;
	width:490px;
	height:70px;
	text-align:left;
	background-color:#CCCCCC;
	}
 
#footer{
 height:25px;
 text-align:right;
 clear:both;
 }

/*SUB DIVS*/

#nav	{height:25px; 
  background-color:#333;
  width:850px;
  position:relative;
  top:8px; 
		}
#text	{width:470px;
		height:158px;
		float:right;
		text-align:right;
		display:inline;}
 
/*ELEMENTS*/
ul	{padding-top:5px;}
li {display:inline;
	padding:5px 30px 0 0;}
h1	{padding:5px 5px 5px 15px; font-size:28px; background-color:#f6f5c7; width:225px; color:#990033;}
p.paragraph_btm	{width:470px; padding:5px; float:right; text-align:left; margin:0px;}

 
 /*SIMPLEPIE STUFF*/
#simplepie {
		font-size:10pt;
		font-family:Georgia,Helvetica, Arial, sans-serif;
		color:#000;
		background-color:#ccc;
		width:470px;
		height:360px;
		overflow:auto;
		/*margin:auto;*/
		padding:0;
	}
	
	#simplepie h1	{font-size:12pt;margin-top:0px;color:#990033;}
	#simplepie h2	{font-size:10pt;margin-left:5px;}
	#simplepie p	{font-size:10pt;margin-left:5px;}
 	#simplepie a	{color:#990033;}
	
	a	{font-size:14px;
	color:#f6f5c7;
	text-decoration:none;
	font-weight:bold;
	}
a:hover	{background-color:#666666;}
a.ds	{font-weight:normal;
		margin-top:4px;}

	div.header {
		border-bottom:1px solid #000;
	}
 
	div.item {
		padding:5px 10px 0 10px;
		border-bottom:1px solid #000;
	} 
 

 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
