/* Start of CMSMS style sheet 'Layout: Le Car' */
/* generated by csscreator.com */ 
html, body{
    margin:0;
    padding:0;
    text-align: left;
    background-color: Black;
    color: #AAAAAA;
}

img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #FF6600; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #FFCC66;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}


#pagewrapper{ 
	width:766px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color: Black;
} 
 
#header{
    position:relative; 
    height:326px;
    background-color:#000000; 
    width:100%;
    background-image: url(/uploads/images/car.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

#title{
    height: 62px;
}

#menu_vert{
  height: 38px;
}

#banner{
    height: 226px;
}
 
#leftcol{
    width: 445px; 
    float:left; 
    position:relative; 
    background-color:#000000;
    background-image: url(/uploads/images/banner.gif);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: top;
}

#leftcol_title{
    color: #FFCC66;
    margin-left: 2em;
    margin-top: 1.75em;
}
    
#leftcol_body{
    margin: 2em 1.5em 2em 2em;
    color: #CCCCCC;
}

#maincol{
    width: 700px; 
    float:left; 
    position:relative; 
    background-color:#000000;
    background-image: url(/uploads/images/banner.gif);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: top left;
}

#maincol_title{
    color: #FFCC66;
    margin-left: 2em;
    margin-top: 1.75em;
}
    
#maincol_body{
    margin: 2em 1.5em 2em 2em;
    color: #CCCCCC;
}
 
#rightcol{background-color: #000000;  
    float: right; 
    display:inline; 
    position: relative; 
    width:321px;
    min-height: 250px;
}

div#rightcol_wrapper {
  margin: 1em 0em 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: Black;
  color: #CCCCCC;  
}

div#rightcol_title h2 {
    line-height: 2em;
    background: #BF4D00;
    color: #FFCC66;
    margin-top: 1.75em;
    text-indent: 1em;
}

 
#footer{
    height:50px; 
    background-color: Black; 
    clear:both;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #9B3E00;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* End of 'Layout: Le Car' */

