/* CSS Document */

#surround 	{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
			}
#content	{
	padding-top:150px;
	width:790px;
	height:500px;
	background-image: url(../images/contentback.jpg);
	vertical-align: middle;
	background-repeat: no-repeat;
			}
			
body 		{
		height: 100%;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;
		color:#000000;
			}
#topbar 	{
		width: 100%;
		background-image:url(../images/titlebar.jpg);
		background-repeat: no-repeat;
		padding-top:60px;
			}
#rssbox		{
		width:300px;
		height:350px;
		float:right;
		background-image:url(../images/rssback.jpg);
		background-repeat:no-repeat;
			}
			
#finetune	{
		width:250px;
		height:300px;
		background-image:url(../images/finetuneback.jpg);
		background-repeat: no-repeat;
		padding-top:70px;
		float:left;
}

#finetune p a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}
				
/* begin styles for RSS Feed */

.rss_box 	{
	width: 200px;
	padding-top:50px;
	text-align: left;	 
			}

.rss_title, .rss_title a:link
			{
	font-family: Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	text-align:center;
			}

.rss_title a:visited, .rss_title a:active, .rss_title a:hover 
			{
	color: #692;
			}

.rss_items 	{
	list-style:none;
			}

.rss_item  	{
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
  	margin-bottom: 1em
			}

.rss_item a:link, .rss_item a:visited, .rss_item a:active 
			{
	text-decoration : none;
	color: #26590D;
			}

.rss_item a:hover 
			{ 
	text-decoration : underline;
	color: #F66025;
			}
	
.rss_date 	{
	font-size: 10px;
	font-weight : normal;
	color: #333;
			}

/* begin styles for Menu */
