/* CSS Document */
html {
scrollbar-arrow-color: #A1A1A1;
scrollbar-3dlight-color: #A1A1A1;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #F8F8F8;
scrollbar-darkshadow-color: #A1A1A1;}



body{
text-align:center;
font-size:12px;
font-weight:normal;
color:#3c3c3c;
background-color:#FFFFFF;
font-family:Arial, Sans-serif;
margin:0px;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

.wrapper{
width:790px;
height:780px;
background-image: url(images/mainback.jpg);
background-repeat: no-repeat;
margin:auto;
}

.wrapperstock{
width:790px;
height:780px;
background-image: url(images/mainbackstock.jpg);
background-repeat: no-repeat;
margin:auto;
}

.flashnav{
margin-top:115px;
float:left;
}

.flashcars{
float:left;
margin-top:20px;
}

.maincontent{
float:left;
width:790px;
height:275px;
margin-top:80px;
}

.maincontentstock{
float:left;
width:790px;
min-height:450px;
margin-top:50px;

}

.maincontentstock h1{
font-size: 14px;
text-align: left;

}
.maincontentstock p{
font-size: 12px;
text-align: left;
}
.mainleft{
float:left;
width:260px;
height:250px;
}

.mainright{
	float:right;
	width:510px;
	height:320px;
	text-align:left;
}

.footer{
text-align:center;
clear: both;
margin-top:15px;
}

.footerstock{
text-align:center;
clear: both;
margin-top:15px;
}

.footer ul{
margin: 0;
padding: 0;
list-style: none;
}


.footer li{
display: inline;
margin: 0px 5px 0px 5px;
}

a{
text-decoration:none;
color:#3c3c3c;
font-weight: bold;
}

a:visited{
text-decoration:none;
color:#3c3c3c;
font-weight: bold;
}

a:hover{
text-decoration:underline;
color:#3c3c3c;
font-weight: bold;
}

.footerlinks{
display:inline;
}

img{
border:none;
}
