/* CSS Document */

X*{border:1px dotted red;}

body
{
background-color: white;
}

html,body{margin:0; padding:0}
p {margin:0 0 0 0; padding:0}
h1{margin:0 0 0 0; padding:0}
form {margin:0; padding:0}


h1
{
font-size: 40px;
color: #e86c24;
font-family:"garamond", Times, serif;
font-weight: bold;
margin-bottom: 15px;
}

h2
{
font-size: 20px;
color: #e86c24;
font-family:"garamond", Times, serif;
font-weight: bold;
margin-bottom: 15px;
}

#navlinks
{
list-style: none;
margin: 0px auto 0px 40px;
float: right;
}
 
#navlinks a:link { color: white; font-size: 40px; }
#navlinks a:visited { color: white; font-size: 40px; } 
#navlinks a:active { color: black; font-size: 40px; }

#navlinks li
{
display: inline;
list-style: none;
padding: 0px 4px;
}

img{ 
border-color: #e86c24;
padding: 5px;
margin: 0px 0px;
}


li
{
display: inline;
list-style: none;
padding: 0px 0.3em;
}

a:link { color: #e86c24; }
a:visited { color: #e86c24;} 
a:active { color: #e86c24;}


#main
{
margin: 0px auto 0px auto;
width: 800px;
border:1px dotted white;
}

#title
{
font-family:"garamond", Times, serif;
font-size: 50px;
font-weight: bold;
padding-left: 30px;
height: 60px;
border:1px dotted white;
}

#center2
{
background:url('images/car2.jpg') no-repeat center top;
height: 435px;
width: 750px;
margin: 0px auto 0px auto;
font-size: 13px; 
font-family: helvetica;
border:1px dotted white;
line-height: 1em;
}

#center
{
background:transparent url('images/car.jpg') center top no-repeat;
margin: 0px auto 0px auto;
height: 435px;
width: 770px;
font-size: 12px; 
font-family: Gulim;
border:1px dotted white;
}

#bottom
{
background-color: #e86c24;
color: white;
font-family:"garamond", Times, serif;
font-weight: bold;
text-align: right;
padding-right: 30px;
padding-top: 10px;
height: 50px; 
}
                    