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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #000;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 760px;
}
#logo {
	padding: 0 12px;
}
#columntop {
	clear: both;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#pmm_wrapper {
	font-size: 0.8em;
	width: 200px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#columnwrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(img/middle.gif);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 526px;
	background-image: url(img/logo-relfect.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	background-position: 200px -2px;
}
#c3 {
	width: 526px;
	padding-top: 20px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c3 .content {
	color: #000;
	font-size: 0.8em;
	padding: 16px 42px 16px 42px;
	line-height: 1.6em;
}
#c2 .content {
	color: #000;
	font-size: 0.8em;
	padding: 16px 42px 16px 42px;
	line-height: 1.6em;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	font-size: 0.7em;
	width: 100%;
	background-image: url(img/fire.gif);
	height: 100px;
	color: #FFF;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footercontent {
	padding-top: 60px;
	padding-right: 14px;
	padding-left: 14px;
	text-align: center;
}.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: #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: #FFF;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #000;
}
#pmm_wrapper2 {
	font-size: 0.8em;
	width: 200px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
