html {
	height: 100%;
	width: 100%;
}

body {
	background: #BCBCB8;
	margin: 0px;
	padding: 0px;
	background-image:  url(http://www.wieler.com/wielerhouse/images/bg_flat.gif); 
	background-position: center;
	background-repeat: repeat-y;
}

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

a { text-decoration: none; border-bottom: solid 1px #999; color: #d00; }
a:visited { color: #999; }
a:hover { color: #d00; border-bottom: solid 1px #d00;  }

.photo_box a {
	border-bottom-width: 0px;
}

#envelope {
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	vertical-align: top;	
	margin-left: -388px;
	position: absolute;
	left: 50%;
	height: 100%;	
}

#main_box {
	width: 776px;
/*	background: #F4F3EA; */
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;	
	text-align: left;
}

#content_container {
	margin: 18px;
	padding: 0px;
	position: relative;
} 

#identity {
	line-height: 0px;
}

#header_image {
	margin: 0px;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 8px;
	line-height: 0px;
}	


.section_heading {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 15px;	
}

table {
	width: 100%;
}	

#content_box {
	float: left;
	width: 528px;
	min-height: 300px;
	vertical-align: top;
	margin-bottom: 10px;
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	border: solid 1px #D4D0C8;
	background-color: #fff;
	padding: 10px;
}		

#nav_box {
	float: right;
	width: 180px;
	vertical-align: top;
	margin-bottom: 10px;	
}

#nav_box a {
	border-bottom-width: 0px; 
}

#mail_box {
	float: right;
	width: 180px;
	vertical-align: top;
	margin-bottom: 10px;	
}


div.hr {
	height: 1px;
	background-color: #ccc;
	margin: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.hr hr {
	display: none;
}

/*_______________________________________________

main body text
_______________________________________________*/

.text {
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans;
	font-size: 11px;
	line-height: 20px;
	color: #797973;
	border: solid 1px #D4D0C8;
	background-color: #fff;
	width: 580px;
	padding: 10px;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

/*_______________________________________________

navigation list
_______________________________________________*/

a.nav_link { text-decoration: none; color: #797973; }
a.nav_link:visited { color: #797973; }
a.nav_link:hover { color: #444; }

ul {
	height: 110px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 0px;
}

li {
	background-color: #f6f6f6;
	line-height: 10px;
	height: 10px;	
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans;
	font-size: 10px;	
	color: #797973;	
	padding: 8px;		
	border-left: solid 1px #D4D0C8;
	border-right: solid 1px #D4D0C8;	
}

li.normal_list {
	background-color: transparent;
	line-height: 10px;
	height: 10px;	
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans;
	font-size: 10px;	
	padding: 8px;		
	border: solid 0px white;
}

li.nav_first {
	border-top: solid 1px #D4D0C8;
	border-bottom-width: 0px;
	margin-bottom: 0px;
}

li.nav {
	border-top: dashed 1px #D4D0C8;
	border-bottom-width: 0px;
}

* html body li.nav {
	border-style: solid;
}

li.nav_last {
	border-top: dashed 1px #D4D0C8;
	border-bottom: solid 1px #D4D0C8;	
}

* html body li.nav_last {
	border-style: solid;
}


.nav_current {
	color: #d00;
}

/*_______________________________________________

image galleries
_______________________________________________*/

.photos_first_row {
	margin-top: 20px;
	vertical-align: top;
}	

.photos_subsequent_row {
	margin-top: 10px;
}	

.photo_box {
	display: inline;
	padding: 5px;
}

.photo {
	border: solid 1px #666;
}	

table.images {
	width: 508px;
	border: solid 0px #ccc;
	margin-top: 12px;
}	

td.images {
	border: solid 0px #ccc;
	line-height: 0px;
	background-color: black;
	text-align: center;
	vertical-align: middle;
}	

.pointer {
	cursor: pointer;
}

#boxx {
	position: fixed;
	text-align: center;
	z-index: 1;
	line-height: 0px;	
	width: 100%;	
	height: 100%;
	margin: 0px;
}

.large_image_style {
	border: solid 10px black;
	background: white;
	padding: 1px;
	-moz-border-radius: 9px;
}  

/*_______________________________________________

calendar / events page
_______________________________________________*/

th {
	font-weight: normal;
}	

.calendar {
	width: 100%;
	border: solid 1px #d6d6d6;
}

.calendar_month {
	padding: 3px;
	text-align: left;
	font-size: 14px;
}	

.calendar_weekday {
	padding: 3px;
	background-color: #aaa;
	color: #fff;
	text-align: center;	
	width: 14%;
}

.calendar_day_off {
	border: solid 3px #f3f3f3; 
	border-left: solid 5px #f3f3f3; 
	background-color: #f3f3f3;
}

.calendar_day_on {
	background-color: #d00;
}
	
a.calendar_link { border: solid 3px #d00; border-left: solid 5px #d00; display: block; text-decoration: none; color: #fff; }
a.calendar_link:visited { color: #fff; }
a.calendar_link:hover { border: solid 3px #d00; border-left: solid 5px #d00; background-color: #d00; color: #fff; }


/*_______________________________________________

sponsor table stuff
_______________________________________________*/

table.sponsors {
	border: solid 1px #d6d6d6;
	width: 100%;
	text-align: left;
	vertical-align: top;	
}	


td {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

td.odd {
	background-color: #f8f8f8;
}	

td.sponsors_horizontal {
	border-top: dashed 1px #ccc;
	height: 1px;
	* background: #ccc;
	* height: 2px;
	padding: 0px;
}

img.sponsor_photo {
	border: solid 1px #ddd;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}	

/*_______________________________________________

footer
_______________________________________________*/

#footer {
	position: relative;
	clear: both;
	background-color: #EBEAE2;
	margin-bottom: -9px;
	padding: 8px;
	padding-top: 11px;
	*padding-top: 8px;	
	font-family: Arial, Helvetica, sans;
	font-size: 9px;
	color: #666;
	*line-height: 16px; 	

}

#footer > br {
line-height: 30px; 
}

a.footer_link:link { padding: 3px; text-decoration: underline; color: #d00; }
a.footer_link:visited { color: #999; }
a.footer_link:hover { color: #d00; text-decoration: none; }


/*_______________________________________________

contact form
_______________________________________________*/

input.contact_form,textarea.contact_form {
	background-color: #f6f6f6;
	border-top: groove 2px #000;
	border-left: groove 2px #000;	
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;	
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;	
	padding: 2px;	
}	

input.submit_button {
	background-color: transparent;
	border: solid 0px #ccc;
	margin-bottom: 0px;
	padding: 0px;		
}	

#email_message {
	border: dashed 1px #ccc;
	background-color: #ffffea;
	margin: 0px;
	padding: 10px;
}	

/*_______________________________________________

notes - for internal use only
_______________________________________________*/

.note {
	padding: 4px;
	color: #000;
	font-style: italic;
	background-color: yellow;
}	
