@charset "utf-8";
/* -- Site-wide Style Sheet -- */
/* Links */

A 			{ color: #663333; text-decoration: none; } 
A:link		{ color: #663333; text-decoration: none; } 
A:visited	{ color: #663333; text-decoration: none; } 
A:active	{ color: #663333; text-decoration: none; } 
A:hover		{color: #CC6666;  text-decoration: none; }

body 		{background-image:url(v/background.gif); background-position:top center; background-repeat:no-repeat;	background-color:#FFFFFF; margin: 0;}

h1,
h2,
h3 {
	margin: 0 0 .5em;
	color: #663333;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}
p, table, fieldset {
	margin: 1em 0;
	}
legend {
	color: #FFFFFF;
	}


/* -- Site Structure -- */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 762px;
	}
#page {
	background-position: 0 60px;
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 124px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(v/banner.gif);
	}

	
#photo-banner {
	position: relative;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(v/nav_banner_photos.jpg);
	}
	
/* -- Navigation -- */
#navigation {
	height: 45px;
	overflow: hidden;
	text-align: center;
	font-size: 1.4em;
	background-color: #FFF8F3;
	}
#navigation ul {
	margin: 0;
	padding: .65em 0;
	list-style-image: url(v/bullet.gif);
	}
#navigation li {
	display: inline;
	padding: 0 .75em;
	}
#navigation a {
	color: #000000;
	text-decoration: none;
	}
#navigation a:hover {
	color: #999999;
	}
#navigation a.selected {
	}
	
/* -- Side bar -- */

#side-bar {
	position:relative;
	float:right;
	padding: 5px;
	width: 247px;
	min-height: 500px;
	font-size: 18px;
}



/* -- Page Content -- */
#content {
	position: relative;
	float: left;
	padding: 10px;
	width: 475px;
	min-height: 500px;
	line-height: 1.5;
	font-size: 1em;
	}
	
#subfont {
	font-size:12px;
	font-style:normal;
}

#locfont {
	font-size:18px;
	font-style:normal;
	font-weight:200;
}

	
/* -- Footer -- */
#style-layer {
	clear: both;
	height: 40px;
	
}
#footer {
	padding-top: 10px;
	height: 43px;
	text-align: center;
	color: #000000;
	
	}
#footer a {
	color: #000000;
	}
#footer p {
	margin: 0;
	}
	
