/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background:#ccc url(images/bg.jpg);;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #330000;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
	background-color:#fff; 
}
#column_wrapper {
	background-image:url(images/cwbg.jpg);
	border-right:1px solid #300;
	border-left:1px solid #300;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
	
}
#left {
	width: 220px;
	float: left;
	border-right:1px dashed #996666;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 10px 10px 5px 10px;
	font-size: .7em;
	letter-spacing: .3em;
	text-align:center;
	
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #330000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align:center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 10px;
	list-style-type: none;
}

#masthead a:link, #masthead a:visited  {color:#fff; text-decoration:none;}
#masthead a:hover {color:#fff; text-decoration:underline;} 
#left a:link {
	color: #000000;
	text-decoration:none;
	padding:3px 0;
}
#left a:visited {
	color: #333333;
	text-decoration:none;
}
#left a:hover {
	color:#993333;
	text-decoration:underline;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left:ridge 6px #663333;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #ccc;
	color:#993333;

}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
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;
}

#masthead .address {
			padding-top:5px;
			color:#fff;
			}
			
			
table .story {
			width:80%;
			margin: 10px;
			}
			
td .storytext {
			width:50%;
			padding:15px;
			
			}
			
.story td {border-bottom:1px solid #333;}