@charset "UTF-8";
/* CSS Document */

body {
	border:0;
	padding:0;
	margin:0;
	background-image:url(images/back_blend.gif);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
		}
		
/* Tags */

img {
	border:0;
}

h1, h2, h3, h4 {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	}

h1 {
	font-size:1.3em;
	font-weight:200;
	color:#5a5534;
}

h2 {
	font-size:1.3em;
	font-weight:200;
	color:#5a5534;
}

h3 {
	font-size:1.3em;
	font-weight:200;
	color:#FFF;
	padding-bottom:10px;
}

h4 {  /* For event titles */
	font-size:1.0em;
	font-weight:200;
	color:#FFF;
}  

p {
	font-size:0.8em;
	color:#333;
	line-height:1.4em;
}

form {
	margin:0;
	padding:0;
	font-size:0.7em;
	color:#FFF;
	line-height:1.4em;
}

a:link {
	text-decoration:none; color:#060;
	}
a:visited {
	text-decoration:none; color:#060;
	}
a:hover {
	text-decoration:underline; color:#030;
	}
a:active {
	text-decoration:none; color:#060;
	}

/* selectors */


#container {
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
}

#header {
	width:990px;
	height:222px;
	
}

/* Main menu */

#buttons {
	position:absolute;
	left:340px;
	width:550px;
	top:198px;
	font-size:0.9em;
	letter-spacing:0.1em;
	font-weight:200;
	color:#FFF;
	}

#buttons a:link, a:visited, a:active {
	text-decoration:none; color:#FFF;
	}
	
#buttons a:hover {
	text-decoration:underline; color:#000;
	}

/* End of main menu */

#content {
	position:relative;
	padding:30px;
}
#content a {
	text-decoration:none; color:#060;
	}
#content a:hover {
	text-decoration:underline; color:#000;
	}


#column1 {
	width:275px;
	}
	

	
#column2 {
	position:absolute;
	top:30px;
	left:340px;
	width:271px;
}	

#column3 {
	position:absolute;
	top:30px;
	left:645px;
	width:315px;
	height: 551px;
}

#column3 img {
	float:left;
	margin-right:15px;
	margin-bott:5px;
}

#righthandcolumn {
	position:absolute;
	top:30px;
	left:685px;
	width:271px;
}	

#footer {
	position:relative;
	background:#778a3e;
	padding:10px 20px 10px 20px;
	color:#FFF;
	font-size:0.7em;
}

#footer a:link, a:visited, a:active {
	text-decoration:none; color:#FFF;
	}
	
#footer a:hover {
	text-decoration:underline; color:#000;
	}
	
#owblinks {
	position:absolute;
	top:94px;
	left:21px;
	color:#FFF;
	font-size:0.7em;
	font-weight:200;
	letter-spacing:0.02em;
	width: 231px;
	height: 12px;
	text-align:center;
	}
#owblinks a {
	text-decoration:none; color:#FFF;
	}
#owblinks a:hover {
	text-decoration:underline; color:#000;
	}



/* classes */

.TextBrownSmall {
	padding:0;
	margin:0;
	color:#a29060;
}

.boxgreytop {
	height:6px; 
	background:url(images/box_top_315.gif);
	}
.boxgreybott {
	height:6px; 
	background:url(images/box_bottom_315.gif);
	}
.boxgrey {
	background:url(images/box_back.gif);
	background-repeat:repeat-x;
	background-color:#8B7C52;
	padding:20px;
	height:500px;
	}
.boxgrey p {
	color:#FFF;
	padding:0;
	margin:0;
	}

p.dateofevent {
	color:#131c08;
	font-weight:800;
	padding:0;
	margin:0;
	}

.floatleft {
	float:left;
	}

.floatright {
	float:right;
	}

.blackbold {
	color:#131c08;
	font-weight:800;
	}

.imgleftmargin {
	float:left;
	margin-right:15px;
	margin-bott:5px;
}

.text12px {
	font-size:12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
