/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 08: 2 column Hz Nav Basic
  Filename:  p7CRV08.css
  -------------------------------------
*/


#columntop {
	clear: both;
	background-image: url(../images/2colTop.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(../images/2colMiddle.jpg);
	background-repeat: repeat-y;
	text-align: center;
}


#c1, #c2 {
	float: left;
}

#c1 {
	width: 234px;
}


#c2 {
	width: 720px;
	padding: 0;
	margin: 0 0 0 10px;
	color: #000;
}
/*
#c2 .content {
	color: #0F0;
	padding: 20px 12px 16px 12px;
	border: 0;
}
*/
}
#c1 .content {
	font-size: 0.75em;
	margin: 10px 16px 0 22px;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	
}
h3 {
	font-size: 1.2em;
	color: #FF0;
	font-weight: normal;
	padding: 10px 0 20px 0;
}
.topZero {
	margin-top: 0;
	font-size: 1.6em;
	text-align: center;
}
#columnbottom {
	clear: both;
	background-image: url(../images/2colBottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
