body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E4BD43;
	font-size: 100%;
	background: #6E3009;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
p {
	font-size: 0.8em;
	line-height:1.2;
	margin-top: 0.8em;
	margin-right: 5em;
}
img {
	margin: 15px 10px 0 3px;
	border: 2px solid #CCC;
}
a {
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #E4BD43;
}
a:hover {
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	}
h1, h2, h3, h4,  h5, h6 {
	color: #DDAE3A;
}
h1 {
	font-size: 1.2em;
	border-bottom: solid 1px #8F3603;
	margin-right: 8em;
}
h2 {
	font-size: 1em;
	margin:0.8em 0;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid 1px #DDAE3A;
	margin-right: 1em;
	padding: 0 0 5px 0;
}
h6 {
	margin-right: 10em;
	margin: 5px;
	}
	
ul {
	font-size: 0.8em;
	color:#E8BE4D;
}
li {
	color:#E8BE4D;
	margin-left: 2em;
}
div#mainwrap {
	background: #6E3009 url(../images/pres/index_bodyBG.gif) repeat-y right top;
	width:800px;
	height: 100%;
	border-right: solid 2px #2E1307;
}
div#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E4BD43;
	text-decoration: none;
	background: url(../images/pres/index_headerBG.gif) no-repeat;
	height: 51px;
	width: 600px;
	position: absolute;
	top: 0;
	left: 200px;
	text-align: center;
	border-right: solid 2px #2E1307;
}
div#navigation ul {
	padding: 30px 0 5px 50px;
	height: 51px;
	}
div#navigation li {
	font-size: 1em;
	float: left;
	list-style-type: none;
	padding: 0 7px 5px;
	margin-left: 0;
	}
div#navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E4BD43;
	text-decoration: none;
	background: url(../images/pres/index_headerBG.gif) no-repeat;
	height: 51px;
	width: 600px;
	position: absolute;
	top: 0;
	left: 200px;
	text-align: center;
	border-right: solid 2px #2E1307;
}div#navigation2 ul {
	padding: 30px 0 5px 35px;
	}
div#navigation2 li {
	font-size: 1em;
	float: left;
	list-style-type: none;
	padding: 0 5px 5px;
	margin-left: 0;
	}

div#body {
	min-height: 540px;
	width: 600px;
	margin-top: 51px;
	margin-left: 200px;
	padding: 1em 0 0 2em;
	text-align: left;
}
div#leftcolumn {
	background: url(../images/pres/index_leftColumn.jpg) no-repeat top left;
	width: 200px;
	height: 540px;
	margin-top:0;
	margin-right: 600px;
	position: absolute;
	top: 0;
	left: 0;
}
div#leftcolumn2 {
	background: url(../images/pres/index_leftColumn.jpg) no-repeat left top;
	width: 200px;
	height: 540px;
	margin-top:0;
	margin-right: 600px;
	position: absolute;
	top: 0;
	left: 0;
}
.navbox {
	background: #8F3603;
	margin-top: 15px;
	width: 225px;
	float: right;
	border: 1px dotted #E4BD43;
	padding: 5px;
	margin-right: 5em;
	margin-left: 5px;
	display: inline;
}
.navbox ul {
	list-style-type: none;
	padding-right: 1em;
	padding-left: 1em;
}
.navbox ul li {
	border-bottom: 1px dotted #E4BD43;
	padding-bottom: 3px;
	margin-top:0.8em;
}
.navbox ul li a {

}
.articles_list {
	background: #8F3603;
	margin-top: 15px;
	width: 505px;
	float: right;
	border: 1px dotted #E4BD43;
	padding: 5px;
	margin-right: 5em;
	margin-left: 5px;
	display: inline;
}
.articles_list ul {
	list-style-type: none;
	padding-right: 1em;
	padding-left: 1em;
}
.articles_list ul li {
	width:210px;
	height:40px;
	float:left;
	border-bottom: 1px dotted #E4BD43;
	padding-bottom: 3px;
	margin-top:0.8em;
}
.articles_list ul li:hover {background:#99480A;}
.articles_list ul li a {

}
div#footer {
	background: url(../images/pres/index_footerBG.gif) no-repeat top left;
	height: 60px;
	width: 600px;
	clear: both;
	margin-left: 200px;
	border-right: solid 2px #2E1307;
	border-bottom: solid 2px #2E1307;
}
div#footer p{
	padding: 40px 0 0 155px;
	font-size: 60%;
}
div#form {
	width: 300px;
	margin-left: 70px;
	}
input {
	background: #CCCCCC;
	border: none;
}
textarea {
	background: #CCCCCC;
	border: none;
}
fieldset {
	border: 1px solid #8F3603;
	padding: 10px 20px;
}
legend {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #DDAE3A;
}
.photo p {
	text-align: right;
	margin-right:6em;
	font-size: 60%;
	color: #CCC;
}
.photo_right {float:right;margin:15px 68px 6px 34px;}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.clearFix {
	clear: both;
}
.editorsNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	background-color: #D29F30;
	color: #660033;
	margin-right: 6em;
	padding: 6px;
}
.editorsNote a {
	color:#660033;
	text-decoration: underline;
}
.quote {
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin:0;
}
.quoter {
	font-style:italic;
	text-align:right;
	margin:0;
}
.membershipbox {
	background: #8F3603;
	margin: 20px 10px 20px 5px;
	width: 235px;
	float: left;
	border: 1px solid #E4BD43;
	display: inline;
}
.membershipbox h3 {
	margin: 3px 0;
	width:100%;
	text-align:center;
	background-color:#993300;
}
.membershipbox p {
	margin: 5px;
}
.buttons {
	background-color: #E4BD43;
	padding:2px 0;
	}
.membershipbox  input{
	text-align:left;
	width:215px;
	margin:0 2px;
	color:#660033;
	font-weight: bold;
	background-color: #E4BD43;
	cursor:pointer;
}
.membershipbox  input:hover{
	background-color: #CCCCCC;
	font-weight: bold;
	cursor:pointer;
}
.membershipbox  a{
	margin:0;
	padding:0;
	color:#660033;
	font-weight: bold;
	background-color: #E4BD43;
	cursor:pointer;
}
.membershipbox  a:hover{
	background-color: #CCCCCC;
	font-weight: bold;
	cursor:pointer;
}
.membershipbox  li {
	list-style-type:none;
}
.published_info {
	text-align:center;
	font-size: x-small;
	color:#CCCCCC;
}
.noborder {
	border:none;
}
/* EVENTS TICKETS styles */
#event_tickets {
	width:195px;
	height:auto;
	position:absolute;
	top:24px;
	left:808px;
}
#event_tickets p {margin:0 0 12px;padding:0;}
#event_tickets img {border:none;margin:0;padding:0;}
.event_ticket_purchase {
	color:#E4BD43;
	font-weight:bold;
	text-align:center;
	display:block;
	width:193px;
	border:1px solid #E4BD43;
	height:20px;
	margin:5px 0 20px;
	background:#8F3603;
	cursor:pointer;
}
.event_ticket_purchase:hover {background:#E4BD43;color:#8F3603;}