/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

.leftimage{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.rightimage{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#wrapper{
	width: 770px;
	background-color:#FFFFFF;
	margin:1px auto;
	background-image:  url("../images/speedometer3.jpg");
	background-repeat:repeat-y;
}

#banner{
	height: 200px;
	background-repeat:no-repeat;
	
}


#content{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content p{

	margin: 20px 150px 5px 5px;
	text-align:left;
	
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#footer {
background-color: #CCCCCC;
color: #FFFFFF;
height:80px;

}

A:link {
	text-decoration: none;
	color: #0066CC;
}

A:visited {
	text-decoration: none;
	color: #0066CC;
}

A:active {
	text-decoration: none;
	color: #0066CC;
}

A:hover {
	text-decoration: underline; 
	color: #FF3300;
}
