/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-image: url(images/right-background.jpg);
	background-position: top left;
	background-color: #99161E;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
#background {
	background-image: url(images/left-background.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 130px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 199px;
	float: left;
	border-right: 1px solid #ffffff;
}
#left .content {
	padding-right: 40px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: right;
}
#right .content {
	padding-left: 40px;
	padding-right: 24px;
	font-size: 0.9em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
	text-align: center;
}
#footer {
	color: #ffffff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link, #left a:visited  {
	font-size:.9em;
	color: #ffffff;
	text-decoration:none;
}

#left a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#right a:link {
	color: #ffffff;
	text-decoration: underline;
}
#right a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#right a:hover {
	color: #ffffff;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #ffffff;}
#footer a:visited {color: #ffffff;}
#footer a:hover {color: #000000;}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.module-list-item {
	border-bottom: #FFF dashed thin;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
}
