﻿  /*********** GENERAL ***********/
body {
	font-family:Verdana, Arial, Helvetica, "Sans Serif"; 	
	background:#8c171f;
	background-repeat:repeat-x;
	color:#222;
	font-size:11px;
	margin:0;
	padding:0;
}

div#wrapper {
	width:90%;
	height:100%;
	margin:auto;
	border-left:4px solid #bcba52;
	border-right:4px solid #bcba52;
	background:#f3f3e5;
}

td {
	vertical-align:top;
}



/*********** MAIN CONTENT AREA AND SIDE AREAS GENERAL ***********/

table#content {
	width:780px;
	margin:auto;
	background:#fff;
	border-bottom:1px solid #8c171f;
}

.outer_td
{
	width:22%;
	background:#E8E8D0;
	border-top:5px solid #bcba52;
	font-size:10px;
	line-height:120%;
	padding-top:40px;
}

#centre_td {
	width:56%;
	border-top:5px solid #8c171f;
	line-height:150%;
	padding-bottom:40px;
}

#centre_div {
	margin:0 10px 0 10px;
/* centre_div margin + cell padding leaves content width of 396px */
}

p {
	margin:5px 0 5px 0;
}

ul {
	margin:0 0 0 20px;
	padding:0;
}
li {
	list-style:square;
	margin-top:5px;
}

h1 {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	margin:10px 0 0 0;
	padding:0;
}

h1 span {
	font-style:italic;
}

h2 {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:20px 0 0 0;
}

h3 {
	font-size:12px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:3px 0 0 0;
}

h4 {
	font-size:11px;
	padding:0;
	margin:0;
}

h5 {
	font-size:10px;
	padding:0;
	margin:7px 0 0 0;
}


/*********** NAVIGATION AREA ***********/

div#banner {
	text-align:center;
	margin-bottom:50px;
}

table#nav {
	width:600px;
	margin:auto;
} 

table#nav span {
visibility:hidden;
}

/*** nav all - below ***/
table#nav a 
{
	height:115px;
	width:160px;
	text-decoration:none;
	display:block;
	margin:auto;
	font-size:1px;
	color:#f3f3e5;
	background-position:center;
	background-repeat: no-repeat;
}

/*** home ***/
#home a 
{
	background: url('../images/nav/home.gif');
}

#home a:hover 
{
	background: url('../images/nav/home-ani.gif');
}

/*** events ***/
#events a 
{
	background: url('../images/nav/events.gif');
}

#events a:hover
{
	background: url('../images/nav/events-ani.gif');
}

/*** contact ***/
#contact a 
{
	background: url('../images/nav/contact.gif');
}

#contact a:hover
{
	background: url('../images/nav/contact-ani.gif');
}



/*********** OTHER HYPERLINKS ***********/
a,a:link,a:visited  {
	text-decoration:none;
	color:#7f2620;
}

a:hover,a:active
{
	color:#bcba52;
}



/*********** FOOTER ***********/
div#footer {
	height:100px;
	margin:20px;
	text-align:center;
}



/*********** SUBSCRIPTION FORM ***********/
#subscription_form {
	border:2px #bcba52 dashed;
	padding:5px;
}

#subscription_form input  {
	width:120px;
}

#subscription_form p {
	font-size:10px;
	margin:10px 0 0 0;
	padding:0;
}

