@charset "utf-8";
/* CSS Document */

*                              { margin:0px; padding:0px;}

body                           { background:#79794C; padding-top:5px; margin-bottom:20px;}


#wrapper                       { margin:0px auto 15px; padding:0 10px; width:950px; border:5px solid #ECE9D8; background:#fff;  }

#header                        {
	padding:0px 0px 0px;
	width:950px;
	height:110px;
}
#header img                    { border:none;}
#mainMenu                      { width:950px; height:45px; float:left; background:#79794C;}
#mainMenu ul                   { width:930px; padding:0 0 0 20px; }
#mainMenu ul li                { padding:0 25px 0 20px; float:left; list-style:none }
#mainMenu ul li a              { padding:0; text-decoration:none; color:#fff; font:normal 15px/45px Georgia, "Times New Roman", Times, serif;}
#mainMenu ul li a:hover        { color:#E2D39E;}

#mainBanner                    { width:950px; padding:5px 0; float:left;}
#mainBanner img                {float:left;}

#mainContent                   { width:950px; float:left;}

#contentLeft                   { width:630px; float:left;}
#contentLeft h1                { width:585px; padding:15px 0 10px 15px; font:normal 23px/40px Georgia, "Times New Roman", Times, serif;}
#contentLeft h1 span           {
	color:#79794C;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
}
#contentLeft p                 { width:585px; padding:10px 0 5px 15px; font:normal 13px/20px Arial, Helvetica, sans-serif;}
#contentLeft p img             {
	padding:0 0 0px 10px;
	float:right;
}
#contentRight                  { width:320px; float:left; background:url(../images/content-divider.jpg) left top no-repeat; min-height:430px; padding:15px 0 0 0;}
#contentRight img              { padding:10px; border:none; }

.clear-all                     { clear:both;}

#footer                        { width:950px; float:left; margin:5px 0 0 0; padding:5px 0px; border-top:3px solid #79794C;}
#footer ul                     { width:930px; padding:0 0 0 20px; }
#footer ul li                  { padding:0 25px 0 20px; float:left; list-style:none }
#footer ul li a                { padding:0; text-decoration:none; color:#79794C; font:normal 15px/25px Georgia, "Times New Roman", Times, serif;}
#footer ul li a:hover          { color:#000;}
#footer p                      { width:950px; padding:10px 0 5px; float:left; text-align:center; font:normal 12px/18px "Trebuchet MS"; }
#wrapper #header #caraven-logo {
	vertical-align: middle;
	clear: none;
	height: 74px;
	width: 100px;
	float: right;
	padding-top: 30px;
	padding-right: 30px;
}

