/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 06: 2 column basic nav
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #333333;
	margin: 12px auto 0px auto;
	width: 982px;
	font-size: 0.7em;
}
#logo {
	padding: 0 25px;
}
#columntop {
	clear: both;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/middle.jpg);
	background-repeat: repeat-y;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #FFFFFF;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFFFFF;
	background-color: #999999;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	background-image: url();
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 24px 0px;
}
#c1 .content {
	font-size: 0.6em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #333333;
	font-size: 0.6em;
	padding: 15px 0px 20px 44px;
	line-height: 1.6em;
}
h1 {
	font-size: 1.2em;
	letter-spacing: 0em;
	
}
h2 {
	font-size: 1.2em;
	letter-spacing: 0em;
	
}
h3 {
	font-size: 0.6em;
	letter-spacing: 0em;
	padding: 8px 40px 0px 0px;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/base.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.6em;
	width: 982px;
}
#footercontent {
	padding: 0px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #333333;
}
.content a:visited {
	color: #333333;
}
.content a:hover, .content a:focus, .content a:active {
	color: #3ec7ef;
}
/*
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: #666666;
}
#c1 .content a:visited {
	color: #666666;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3ec7ef;
}
/*Footer Links*/
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #999999;
}

