/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 04: 2 column Hz
  -------------------------------------
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	background-color: #C2B896;
	margin: 0;
	padding: 0;
	background-image: url(img/bodybk.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
}
#masthead {
	color: #999999;
	width: 1000px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mastheadh {
	color: #999999;
	width: 1000px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	height: 82px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#navbar {
	margin-bottom: 30px;
	font-size: 0.8em;
	padding-left: 180px;
}
#navbar_inner {
	padding-top: 5px;
}
#navbar_inner2 {
	padding: 0 0 0px 12px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.png);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 882px;
	background-image: url(img/p7CRVCol2_middle.png);
	background-repeat: repeat-y;
}
#columntopp {
	clear: both;
	background-image: url(img/p7CRVCol2_topp.png);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapperp {
	margin: 0 auto;
	width: 882px;
	background-image: url(img/p7CRVCol2_middlep.png);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 220px;
	color: #BBBB99;
	font-size: 12px;
}

#c1 .content a { text-decoration:none; color:#c2b896; }
#c1 .content a:link { text-decoration:none; color:#c2b896; }
#c1 .content a:visited{ text-decoration:none; color:#c2b896; }
#c1 .content a:active { text-decoration:none; color:#c2b896; }
#c1 .content  a:hover { color:#ffffff; }
#c2 {
	width: 636px;
	padding-top: 0px;
	
}
#c1 .content {
	font-size: 11px;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #003300;
	font-size: 1em;
	padding: 0px 32px 16px 32px;
	line-height: 1.6em;
}
h1 {
	font-size: 24px;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
}
#columnbottomp {
	clear: both;
	background-image: url(img/p7CRVCol2_bottomp.png);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 10px;
	width: 730px;
	color: #8c846c;
}
#footercontent {
	padding: 5px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #c2b896;
}
#c1 .content a:visited {
	color: #c2b896;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #fffff;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
