/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0 0 26px 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm03_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm03_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm03_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#right h4 {
	background-color:#99CC00;
	color:#FFFFFF;
	padding: 0 3px;
	margin-right: 250px;
}
#right h4.contact {
	background-color:#FFFFFF;
	color: #999900;
	border-bottom: #000000;
	padding: 0 3px;
	margin-right: 300px;
}
#calendar {
	background-image:url(../images/bgrnd_home_calendar.jpg);
	background-repeat:no-repeat;
	height: 66px;
	padding-left: 125px;
	padding-top: 34px;
	line-height: 15px;
	margin-bottom: 15px;
}
#cars {
	background-image:url(../images/bgrnd_home_cars.jpg);
	background-repeat:no-repeat;
	height: 62px;
	padding-left: 150px;
	padding-top: 38px;
	line-height: 15px;
	margin-bottom: 15px;
}
#models {
	background-image:url(../images/bgrnd_home_models.jpg);
	background-repeat:no-repeat;
	height: 67px;
	padding-left: 90px;
	padding-top: 33px;
	line-height: 15px;
	margin-bottom:10px;
}
#become_model {
	background-image:url(../images/bgrnd_home_become_model.jpg);
	background-repeat:no-repeat;
	height: 37px;
	padding-left: 110px;
	padding-top: 63px;
	line-height: 15px;
	margin-bottom: 0px;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 0 24px 24px 24px;
	font-size: 0.7em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 20px;
	font-size: 0.7em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 10px 20px;
}
#footer .content {
	padding: 12px 0px;
	color:#999999;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #566F0B;
}
#left a:visited {color: #333333;}
#left a:hover {
	color: #000000;
}
#right a:link {
	background-color:#566F0B;
	color: #FFFFFF;
	padding: 0 2px;
	text-decoration:none;
}
#right a:visited {
	background-color:#566F0B;
	color: #FFFFFF;
	padding: 0 2px;
	text-decoration:none;
}
#right a:hover {
	background-color: #336600;
	color: #FFFFFF;
	padding: 0 2px;
	text-decoration:none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C7EE51;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #66840D;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.7em;
	margin: 0;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.floatright {
	float: right;
	padding-left: 10px;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
.red { color:#FF0000;}