/*=============================================================================
	Main.css: Style information for the site.
	(c)2008 ION Web Studios.
=============================================================================*/

body {
	text-align: center;
	background: #988068 url('/media/bg.jpg') repeat-x;
	font-size: 10px;
	font-family: sans-serif;
	color: #000000;
	margin: 0px;
	margin-top: 57px;
	margin-bottom: 57px;}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;}

a {
	color: #ffffff;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}

div {
	margin: 0px;
	padding: 0px;}

div#outer {
	width: 857px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}

div#header {
	width: 857px;
	height: 46px;}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;}

td#menu {
	width: 859px;
	height: 46px;
	background: url('/media/header_menu.bg.jpg') repeat-x;
	font-size: 10px;
	vertical-align:middle;
	text-align:right;
	padding-right:50px;}

div#galleryContent {
	background-color: #000000;
	padding: 10px;}

div#docuContainer {
	width: 825px;
	height: 350px;
	display: table;
	overflow: hidden;}
div#docuContainerone {
	width: 857px;
	height: 350px;
	display: table;
	overflow: hidden;}
div#docuOuter {
	display: table-cell;
	width: 857px;
	height: 350px;
	vertical-align: middle;
	text-align: center;}

div#separator {
	background-color: #6d0003;
	width: 857px;
	height: 30px;}

div#content {
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
	font-size: 12px;}

div#aboutcontent img {
	margin: 10px;}

div#aboutcontent {
	padding-left: 75px;
	padding-right: 75px;}

div#docuContent {
	background: #000000 url('/media/seal.jpg') no-repeat center;
	text-align: left;
	width: 825px;
	height: 750px;
	padding-top: 10px;
	font-size: 12px;}
div#docuContentone {
	background: #000000 url('/media/seal.jpg') no-repeat center;
	text-align: left;
	width: 857px;
	height: 750px;
	padding-top: 10px;
	font-size: 12px;}
td#docuVideo {
	width:825px;
	height:750px;
	vertical-align:middle;
	text-align:center;}
td#docuVideoone {
	width:857px;
	height:750px;
	vertical-align:middle;
	text-align:center;}
div#content a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;}

div#content a:hover {
	text-decoration: none;}

div#member {
	background-color: #ffffff;
	text-align: center;}

div#footerspacing {
	background-color: #988068;
	width: 857px;
	height: 30px;}
	
/* Calendar Styles */
table.calendar {

	width: 800px;
	font-size: 16px;
	font-family: sans-serif;
	margin-top: 50px;
		
}

td.calendar {

	text-align: center;
	vertical-align: middle;
		
}

td.calendarHeader {

	color: #ffffff;
	font-weight: bold;
	background-color: #6d0003;
		
}

td.calendarToday {

	text-align: center;
	vertical-align: middle;
	font-weight: bold;
		
}

/*=============================================================================
	The End.
=============================================================================*/