@charset "utf-8";
/* CSS Document */


body
	{
    background:url(images/road.jpg);
    font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	}
	
a:link {color:#933; text-decoration:none; border: 0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;}     
a:visited {color:#933; text-decoration:none; border:0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;} 
a:hover {color:#933; text-decoration:none; border: 0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;}   
a:active {color:#933; text-decoration:none; border: 0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;}

h1
	{
	 font-size:15px;
	 font-weight:bold;
	 padding: 0px;
	 margin: 0px;
	}
h2
	{
	 font-size:12px;
	 padding: 0px;
	 margin: 0px;
	 color:#E99322;
	border-bottom:solid 2px #CCC; 
	font-weight:normal;
	}

h3
	{
	background-color:#FF6;
	border-bottom:solid 1px #E99322;
	}

#background
	{
	position: absolute; 
	top: -15px; 
	width: 800px; 
	height: auto; 
	left: 50%; 
	margin-left: -400px; 
	background-color:#FFF;
	
	}


#right_content h1
	{
	color:#666;
	font-weight:normal;
	}

#right_content a:link
	{
	color:#666;
	font-weight:normal;
	}
	

#border
	{
	 top: 175px;
	 margin-bottom:5px;
	 margin-left: 23px;
	 width:754.5px;
	 height: 43px;
	 background-image: url('images/checkers4.gif');
	z-index: 2;
	}
	
#left_content
	{
	
	 margin-top: 45px;
	 margin-left: 33px;
	 width: 430px;
	}


#news_left_content
	{
	 margin-top: px;
	 margin-left: 0px;
	 width: 375px;
	 float:right;
	}

#news_right_content
	{
	 margin-top: px;
	 margin-left: 40px;
	 width: 375px;
	}

#right_content
	{
	 margin-top: 35px;
	 margin-left: 5px;
	 margin-right: 33px;
	 width: 250px;
	float:right;
	color:#999;
	padding-left: 15px;
	border-left:solid 2px #CCC;
	}
	
#menu 
	{
	margin-left: 23px;
	display: inline;	
	}

#menu a
	{
	 margin-right: 15px;
	}
	
.design_link
	{
	position: absolute; 
	bottom: 2%; 
	margin-left: 180px;	
	}
	
	
	
/*------------------------------------------------------------------------------	
	/*CSS to style the RSS tickers */
<style type="text/css">

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
width: 450px;
height: 28px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
}

#example2{ /*Demo 2 main container*/
width: 250px;
height: 120px;
border: ;
padding: 4px;
}

#example2 p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

#example2 ul{ /*Demo 2 UL container*/
margin: 0;
padding-left:;
}

#example2 ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
list-style:none;
padding-left: -5px;
}

#example3{ /*Demo 3 main container*/
width: 250px;
height: 280px;
border: ;
padding: 4px;
}

#example3 p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}

</style>