﻿body {min-width:640px;background:#FFFFFF;color:White}
#header,#menu,#content,#footer {
overflow:hidden;
display:inline-block;
}
/* safari and opera need this */
#wrapper{
    width:922px;
    margin: 0 auto;
}
#header 
{
    width:918px;
    height: 110px;
    background:#FFFF00;
    margin: 0px 0px 0px 0px;
    padding:0px
}
#footer 
{
    width: 900px;
    margin: 0px 0px 0px 0px;
    clear: both;
    background:#FFFFFF;
    padding:0px;
}
#menu 
{
    width:160px;
    height:500px;
    background:#FFFF00;
    margin: 0px 0px 5px 0px;
    float:left;
    padding:0px;
}
#content 
{
    width: 758px;
    height:500px;
    position:relative;
    margin: 0px 0px 5px 0px;
    background:#0000FF;
    padding:0px
}

#content p
{
    margin: 15px;
    color:White;
}
#content a:link
{
    text-decoration:none; 
    color: yellow;
}
#content a:visited
{
    text-decoration: none; 
    color: red;
}
#content a:active
{
    text-decoration: none; 
    color: red;
}
#content a:hover
{
    text-decoration: underline; 
    color: red;
}


#content li.hilight
{
    font-family:"Arial Black", sans-serif;
    color:White;
    list-style-image: url(/nchautos/images/spanner.gif);
}

#strip
{
    width:auto;
    height:100%;
    background:#3366CC url('/nchautos/images/check2.gif') repeat;
}

.imageframe
{
    display:inline-block;
    margin:5px;
}


.glossymenu
{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 140px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(/nchautos/images/glossyback3.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/nchautos/images/glossyback2.gif);	
	
	
	
	
	
	
	
	

