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

body
{
	background-image: url(images/road.png);
	background-color: #333;
	color: #666;
	font-size: 14px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: underline;
}

a:visited
{
	color: #6C6475;
	text-decoration: none;
	font-weight: bold;
} 
a:link {
	color: #6C6475;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}

#container
{
	background-color: #F0F0F0;
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background:url(images/header.png);
}

#image-cent
{
	float: right;
	width: 250px;
	height:175px;
	margin-top: -88px;
	margin-right: -125px;
	
}

#image
{
	float: right;
	width: 250px;
	height:175px;
	margin-top: -75px;
	margin-right: -100px;
	
}

#content
{
	margin: -3px;
	margin-left: 190px;
	width: 610px;
	min-height: 400px;
}

#design 
{	
	color: #FFF;
	
}

.class1
{
	background-color: #E0E0E0;
	border: 1px;
	padding: 5px;
	
}


.class2
{
	background-color: #F0F0F0;
}