body{
background-color: #cccccc;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
border: 0;
text-align: center;
font-size:100.01%;
}

#wrapper{
width: 800px;
w\idth: 798px;
background-color: #f7f7f7;
margin: 10px auto;
text-align: left;
border:4px solid #000000;
}

#banner{
	width: 800px;
	height: 250px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content{
width: 586px;
float: left;
background-color: #5fa9e6;
}

#content p{
font-size: 80%;
margin: 0 20px 0 20px;
}

#content p.right{
margin-left: 50px;
}

.bullet{list-style-image: url(../images/bubblebullet.gif);}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 0;
}

#content h2{
font-size: 80%;
color: #ff0000;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.contentimage{
float: left;
margin: 5px;
padding: 2px;
}

#leftcol{
width: 210px;
background-color:#2e65b5;
float: left;
border-right: 2px solid yellow;
}

#leftcol p{
font-size: 80%;
margin-left: 10px;
color:#000;
}

#leftcol h1{
font-size: 100%;
margin-left: 0;
color:#ffffcc;
text-align: center;
}

#collect {
	height: 148px;
	width: 179px;
	margin: 10px 0 0 10px;
	background-image: url(../images/collect2.jpg);
	background-repeat: no-repeat;
}

#credit {
	height: 129px;
	width: 179px;
	margin: 10px 0 0 10px;
	background-image: url(../images/companies.jpg);
	background-repeat: no-repeat;
}

#scratches {
	height: 129px;
	width: 179px;
	margin: 10px 0 0 10px;
	background-image: url(../images/scratches.jpg);
	background-repeat: no-repeat;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/

#footer{
height: 20px;
border-top: 2px solid yellow;
background-color: #2e65b5;
color: #FFFFFF;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 60%;
}

