@charset "UTF-8";

*{margin:0; padding:0;}

body {
	margin:5px;
	padding:0px;
	text-align:center;
	background-color:#d9e9f5;
	background-image:url(graphic/bodybackground.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#285045;
	}

a:link {color:#625f54; text-decoration:none;}

a:visited {color:#625f54; text-decoration:none;}

a:hover, a:active {color:#e95035; text-decoration:underline;}
	
div#mainwrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:0px;
	border-style:solid;
	border-color: #7c6b4e;
	border-width:0px;
	background-image:url(graphic/borderbackground.jpg);
	background-repeat:repeat-y;
	background-color:#cbddb9;
	}

div#header {
	width:900px;
	height:62px;
	background-image:url(graphics/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	}
	
div#menu {
	width:900px;
	background-color:#cbddb9;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	color:#103e57;
	font-size:.8em;
	font-weight:bold;
	font-variant:small-caps;
	background-image:url(graphic/borderbackground.jpg);
	background-repeat:repeat-y;
	}

div#photomenu {
	width:900px;
	background-color:#e5f1d8;
	text-align:center;
	padding-top:8px;
	padding-bottom:10px;
	margin-bottom:8px;
	color:#103e57;
	font-size:.8em;
	font-weight:bold;
	font-variant:small-caps;
	}

div#videomenu {
	width:900px;
	background-color:#e5f1d8;
	text-align:center;
	padding-top:8px;
	padding-bottom:10px;
	margin-bottom:8px;
	color:#103e57;
	font-size:.8em;
	font-weight:bold;
	font-variant:small-caps;
	}

#menu a:link {color:#103e57; text-decoration:none;}

#menu a:visited {color:#103e57; text-decoration:none;}

div#twocolumn {
	width:900px;
	background-color:#cbddb9;
	background-image:url(graphic/borderbackground.jpg);
	background-repeat:repeat-y;
	margin-bottom:5px;
	}
	
div#columnA {
	width:360px;
	float:left;
	padding-top:0px;
	padding-left:15px;
	padding-right:10px;
	text-align:left;
	margin-left:2px;

	}
	
div#columnB {
	width:500px;
	float:left;	
	padding:0;
	text-align:left;
	}

div#threecolumn{
	width:900px;
	background-color:#cbddb9;
	margin-top:15px;
	}

div#column1 {
	width:200px;
	float:left;
	padding:0;
	text-align:left;
	text-align:center;
	}

div#column2 {
	width:480px;
	float:left;
	padding:0;
	text-align:left;
	}

div#column3 {
	width:200px;
	float:right;
	padding:0;
	text-align:left;
	text-align:center;
	}

div#fullwidth{
	width:880px;
	padding-left:10px;
	padding-right:10px;
	}

div#footer {
	width:900px;
	text-align:center;
	padding:8px 0 8px 0;
	background-image:url(graphics/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}

div.clearfloats {clear:both;}

p {
	font-size:.85em;
	margin-top:9px;
	margin-bottom:4px;
	}

h1 {
	font-size:1.2em;
	color:#285045;
	}

h4 {
	color:#e95035;
	font-size:.85em;
	font-weight:bold;
	border-bottom:dotted 1px #FFF;
	}

h5 {
	color:#e95035;
	font-size:.75em;
	font-weight:bold;
	}

.tantext{
	color:#625f54;
	}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
}

.adspace{
	margin-top:75px;
	}

.bottomborder td{
	border-bottom:1px groove #285045;
	}

.highlightcell{
	background-color:#285045;
	}

.makeitredbaby{
	color:#990033;
	}
