@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
	font-size: .9em;
	background: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}

a {
	font-weight: 600;
	color: #B06A00;
	text-decoration: none;
}
a:hover {
	position: relative;
	top: -1px;
}

.textbox {
	border: solid 1px #000;
	font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
	font-size: .9em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 1px;
}

.button {
	border: solid 2px #1182E2;
	background-color: #49A6F1;
	color: #fff;
	font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 1px 10px 1px 10px;
}

.clear {
	clear: both;
}

div#top_spacer {
	height: 12px;
	width: 900px;
	background-color: #380554;
	margin: auto;
}

div#wrapper {
	border-top: solid 10px #030E38;
	width: 880px;
	margin: auto;
	padding: 0;
	position: relative;
	height: 100%;
}

div.menu {
	position: absolute;
	z-index: 1000;
	width: 500px;
	left: 154px;
}
div.menu img {
	position: absolute;
	top: 0px;
}
div#menu1 {
	top: 201px;
}
div#menu2 {
	top: 225px;
}
img#b_home {
	left: 0px;
}
img#b_bio {
	left: 159px;
}
img#b_gallery {
	left: 277px;
}
img#b_events {
	left: 416px;
}
img#b_schedule {
	left: 5px;
}
img#b_private {
	left: 151px;
}
img#b_links {
	left: 412px;
}
img#b_contact {
	left: 500px;
}

img#subheader {
	position: absolute;
	z-index: 1000;
	top: 268px;
	left: 190px;
}

div#content {
	width: 520px;
	position: absolute;
	z-index: 1000;
	top: 310px;
	left: 180px;
	line-height: 1.4;
	padding: 0 0 20px 0;
	margin: 0;
}

.page_header {
	font-weight: 600;
	font-size: 1.1em;
}

.page_subheader {
	font-size: 1.05em;
}

img.shadowy {
    box-shadow: 0 0 20px #B06A00;
    -webkit-box-shadow: 0 0 20px #B06A00; 
    -moz-box-shadow: 0 0 20px #B06A00;
	 border: solid 2px #B06A00;
	text-decoration: none;
}

img.homepage {
	float: left;
	margin: 0 20px 20px 0;
}

.photos_right {
	float: right;
	margin: 0 0 20px 20px;
}

div.site_hr {
	margin: 18px auto;
	border-top: dashed 1px #1182E2;
	width: 400px;
	height: 0;
	color: #1182E2;
	background-color: #1182E2;
    box-shadow: 0 0 20px #1182E2;
    -webkit-box-shadow: 0 0 20px #1182E2; 
    -moz-box-shadow: 0 0 20px #1182E2;
}

.subsubheader {
	text-align: center;
	font-size:1.5em;
	font-weight: bold;
}











.a_nav {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

.vBody {
	background-color: #ffffff;
	font-size: 8pt;
	border: thin solid #CCCCCC; 
	margin: 0px;
	padding: 3px
}

.vHeader {
	background-color: #1182E2;
	font-size: 13px;
	color: #ffffff;
	border: thin solid #1182E2;
	margin: 0px;
	padding: 3px
}

.vHeader2 {
	background-color: #000000;
	font-size: 13px;
	color: #ffffff;
	border: thin solid #000000;
	margin: 0px;
	padding: 3px
}


