/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 11: 2 column 760 basic nav
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #404040;
	margin: 0;
	padding: 0;
background-color:#000000;
	
}

#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 0px auto 0 auto;
	width: 760px;
}
#logo {
	padding: 0 12px;
	height: 100px;
	background-attachment: scroll;
	background-image: url(img/p7curvitudeLogo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nme {
	position:relative;
	width: 330px;
	float:left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CCCCCC;
}
.centernme {
	position:relative;
		width: 280px;
float:left;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CCCCCC;
}
.centernme a:link, .centernme a:active,  .centernme a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.centernme a:hover {
	color: #ffffff;
	text-decoration:none;
}
.homenme {
	position:relative;
		float:right;
		width: 80px;
margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CCCCCC;
}
.homenme a:link, .homenme a:active,  .homenme a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.homenme a:hover {
	color: #ffffff;
	text-decoration:none;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRV760_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper1 {
	margin: 0 auto;
	width: 100%;
	background-color: #000000;
}
#columnwrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(img/p7CRV760_middleA.jpg);
	background-repeat: repeat-y;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 0px;
	width: 180px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 80px 20px 5px;
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCCCCC;
	background-color: #010101;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 205px;
}
#c2 {
	width: 526px;
	padding-top: 10px;

}

#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 14px;
	color:#999999;
}
#c2 .content {height:100%;
	color: #fff;
	font-size: 0.8em;
	padding: 50px 5px 16px;
}
#c2 .content a:link {
	color: #fff;
}
#c2 .content a:active {
	color: #fff;
}
#c2 .content a:visited {
	color: #fff;
}
#c2 .content a:hover, #c2 .content a:focus, #c2 .content a:active {
	color: #3366FF;
}
#c2 p {
	position: relative;
	left: 0px;
	width: 519px;
}
h1 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #fff;
}
h2 {
	font-size: 0.9em;
	color: #fff;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRV760_middleA.jpg);
	background-repeat: repeat-y;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 100%;
background-color:#000000;
}
#footercontent {
	background-repeat: repeat-y;
	color: #cccccc;
	padding: 14px 14px 14px 210px;
	text-align: center;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #cccccc;
}
.content a:visited {
	color: #cccccc;
}
.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: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #ffffff;
	text-decoration:none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #ffffff;
	text-decoration:none;
}
.backbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cccccc;
	text-decoration: none;
}
.backbutton a:link, .backbutton a:active, .backbutton a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #cccccc;
	text-decoration: none;
}
.backbutton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-decoration: none;
}