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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #D9065A;
	color: #FFF;
	background-color: #362312;
	margin: 0px;
	padding: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}

img {
	border:none;
}

#masthead {
	color: #999999;
	background-color: #000000;
	background-color:#903;
/*	color:#3F0; */
	padding: 0px;
	margin: 0 0 0px 0;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #3F0;
}

#header {
	color:#3F0;
	padding: 0px;
	margin: 0;
	height:150px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f82e73;
}

#topnav {
	background-color:#b6054d;
	padding: 0px;
	position:relative;
	top:-1px;
	height:36px;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

#wrapper {
	width: 850px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#column_wrapper {
	background-color: #ae74c6;
	background-color:#3D2813;
	background-color:#630;
	background-color:#4F361D;
}
#column_top {
	background-repeat: no-repeat;
	height: 20px;
	background-image: url(img/top.jpg);
}
#column_bottom {
	background-repeat: no-repeat;
	height: 20px;
	background-image: url(img/bottom.jpg);
}
img.special {border: 1px black solid;}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 550px;
	float: left;
/*	background-color: #660033; */
}
#right {
	width: 300px;
	float: left;
/*	background-color: #660033; */
}

#header .ae_content {
	padding: 10px;
	padding-top:50px;
	text-align:center;
}

#left .ae_content {
	font-size: 0.9em;
	line-height: 1.65em;
	padding: 20px;
}
#right .ae_content {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#masthead .ae_content {
	padding: 12px 20px;
}
#footer .ae_content {
	padding: 12px 0px;
	text-align: center;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #1b1105;
	bottom: 0px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: #F09;
}
#right a:visited {
	color: #F09;
}
#right a:hover {
	color: #3F0;
}
#left a:link {
	color: #F09;
}
#left a:visited {
	color: #F09;
}
#left a:hover {
	color: #3F0;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C8AAD9;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #B185C9;}

/* .p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em; 
	border-color: #000000 !important;
} */

h1 {
	font-size: 1.8em;
	margin: 0;
	color: #2BD500;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	color: #F91E75;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #FFF;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}

.ae_content p {
	margin: 12px 0;
}

.pullquote {
	color: #F9C;
}

#footer .ae_content p {
	margin: 4px 0;
}

#logo {
	position:relative;
	top:0px;
	width:700px;
	height:150px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ae-logo.png);
}

.testname {
	color: #F91E75;
	font-style: italic;
	text-align: right;
}
