/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #000;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px 0px 10px;
	margin: 0;
	background-image: none;
	width: 800px;
	height: 80px;
}

#masthead a:link {
	color: #fff;
}
#masthead a:visited {
	color: #989898;
}
#masthead a:hover {
	color: #966444;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	vertical-align: baseline;
}
#column_wrapper {
	background-image: none;
	background-repeat: repeat-y;
	border: 1px none #333333;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 598px;
	float: left;
	background-color: #fff;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 120px 0 0;
	font-size: 0.75em;
	color: #fff;
}
#right .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
	overflow: auto;
	height: 418px;
	background-color: #fde7d9;
	background-image: none;
}
#masthead .content {
	padding: 0 0 20px;
}
#footer .content {
	padding: 0;
	text-align: right;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	width: 800px;
	height: 0;
	background-image: none;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
}
#left a:link {
	color: #fff;
	text-decoration: none;
}
#left a:visited {
	color: #989898;
	text-decoration: none;
}
#left a:hover {
	color: #966444;
	text-decoration: none;
}
#right a:link {
	color: #966444;
	text-decoration: none;
}
#right a:visited {
	color: #666666;
	text-decoration: none;
}
#right a:hover {
	color: #000000;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #fff;
	border-left: 4px solid #000;
	padding: 0 0 0 6px;
}

/* My Comment */
#wrapper .menulist a:hover {
	border-color: #966444;
	color: #966444;
	border-style: none;
	border-left: 10px solid #000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	letter-spacing: .05em;
	border-color: #000000 !important;
	text-decoration: none;
	font-weight: bold;
	color: #966444;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #966444;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #966444;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #966444;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #966444;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

