/* default website style */
body {
	background-color: #339900;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 0px;
	line-height: 16px;
	background-attachment: fixed;
}

img {	border-style: none;	}
img.pictureLarge{	border: 1px solid #000000;	}
img.pictureThumb{	border: 1px solid #000000;	}

h1 {	color: #ce8313; font-size: 25px;	margin: 5px 0px 20px 10px;	}
h2 {	color: #ce8313;	font-size: 16px;	margin: 10px 0px 5px 0px; }

p {		}
table{		border: 1 solid #ff9933;	width: 100%;	}
tr.parts{	background-color: #ff9933;	}
table.calendar{	font-size: 11px;	}

/* main areas */
#website {	margin-left: auto; 	margin-right: auto; 	width: 775px;	background-color: #FFFFFF;	}

#header {	background-image: url("../images/header.jpg");	height: 100px;	background-repeat:no-repeat;	}
#menu {		text-align: center;	border-bottom: 1px solid #d77819;	}
#footer {	text-align: center;	border-top: 1px solid #d77819;		padding: 5px;	clear: both;	font-size: 10px;	}
#content {	padding: 0px 0px 10px 0px;	background-image: url("../images/left.jpg");	background-position: right top;	background-repeat: no-repeat;	padding-top: 10px;	}
.spacer { 	clear:both;	}

/* gallery style */
.pictures{	word-spacing: 5px;	line-height:30px;	margin-left: 10px;	}
	
/* links */
#menu a {		text-decoration: none;	color: #d77819;		font-style: oblique;	font-weight: bold;	font-size: 12px;	}
#menu a:hover {	text-decoration: underline;	color: #d77819;	font-style: oblique;	font-weight: bold;	font-size: 12px;	}

a:link {	text-decoration: none;		color: #444444;	font-weight: bold;	}
a:visited {	text-decoration: none;		color: #444444;	font-weight: bold;	}
a:hover {	text-decoration: underline;	color: #000000;	font-weight: bold;	}
a:active {	text-decoration: none;		color: #444444;	font-weight: bold;	}

.box {
	display: block;
	width: 560px;
	border: 1px solid #ed9613;
	border-top-style: none;
	border-bottom-style: none;
	padding: 5px;
	margin: 0px 5px 0px 5px;
}
.box_extreme{	margin: 0px 5px 0px 5px;	width: 572px;	height: 5px;	background-repeat: no-repeat;	}
.box_top {		background-image: url("../images/box_rounder_top.jpg");		background-position: bottom;	}
.box_bottom {	background-image: url("../images/box_rounder_bottom.jpg");	background-position: top;	}
.box_picture{	float: left;	margin: 12px 10px 3px 0px;}

input {			font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #650003;	background-color: #FFFFFF;	}
select {		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #650003;	background-color: #FFFFFF;	}
textarea {		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #650003;	background-color: #FFFFFF;	}


.submitbox {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #650003;	background-color: #FFCC99;	}

/* navigation */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	line-height:14px;
	z-index:100;
	margin-left: -40px;
	text-align:center;
}

#dropmenudiv a{
	width: 100%;
	display: block;	
	border-bottom: 1px solid #ed9613;
	padding: 1px 0;
	text-decoration: none;
	color: #d77819;
	font-style: oblique;	
	font-variant:small-caps;	
	font-weight: bold;	
}
#dropmenudiv a:hover{
	color: #FFFFFF;
	background-color: #d77819;
}
