/* CSS Document */
body {
	background-color: #423006;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	font-family: Times New Roman, Times, serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; 
	text-align: center;
	font-size: 12px;
 }

a:link {
	color: #B80000;
	text-decoration: none;
}
a:active {
	color: #750000;
	text-decoration: underline;
}
a:visited {
	color: #750000;
	text-decoration: none;
}
a:hover {
	color: #750000;
	text-decoration: underline;
 }
 
#page {
	margin:0px auto;
	width: 752px;
	border: 1px;
	text-align:left;
 }
 
header, #containter, h2, #navigation, #contentbg, #content, #footershadow, #footer, #footerlinks {
	clear:both;
	}

#header {
 	margin: 0px 1px 0px 1px;
	width: 750px;
	}
	
.homelink, .homelink:hover {
	background-image: url(images/layout_header_01.jpg);
	width: 750px;
	height: 70px;
	display:block;
	text-decoration: none;
	}

.hide {
	display:none;
	}	
	
#container {
	border-top: 0px none #EDEBDD;
	border-right: 1px solid #EDEBDD;
	border-bottom: 1px solid #EDEBDD;
	border-left: 1px solid #EDEBDD;
	background-image:url(images/bg_container.gif);
	}
	
h2 {
 	margin: 0px;
	width: 750px;
	height: 25px;
	background-image:url(images/layout_header_02.jpg);
	}	
	
#navigation {
	background-image:url(images/layout_header_03.jpg);
	background-repeat:no-repeat;
	padding: 0px 65px 0px 65px;
	}
	
#contentbg {
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-x;
	padding: 20px 45px 0px 45px;
	clear: both;
	}
	
#content, #contentheight {
	background-color: #ffffff;
	border: 1px solid #1F1702;
	padding: 20px 20px 20px 20px;
	}
	
#inventorycontent {
	background-color: #ffffff;
	border: 1px solid #1F1702;
	}
	
#contentheight {
	height: 345px;
	}
	
#footershadow {
	width: 750px;
	height: 20px;
	background-image: url(images/layout_footer_01.jpg);
	}
	
#footer {
	width: 750px;
	height: 25px;
	background-image:url(images/layout_footer_02.jpg);
	}
	
#footerlinks {
	width: 750px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	color: #EDEBDD;
	text-align: center;
	}
	
a.bottomlinks:link {
	color: #EDEBDD;
	text-decoration: none;
	text-transform: uppercase;
	}
a.bottomlinks:active {
	color: #EDEBDD;
	text-decoration: underline;
	text-transform: uppercase;
	}
a.bottomlinks:visited {
	color: #EDEBDD;
	text-decoration: none;
	text-transform: uppercase;
	}
a.bottomlinks:hover {
	color: #EDEBDD;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#gallerycontent {
	width: 438px;
	padding: 0px 20px 0px 0px;
	float: left;
	}
	
#gallerylinks {
	width: 160px;
	float: left;
	}
	
.gallerybox {
	width: 145px;
	height: 290px;
	border: 1px solid #1F1702;
	}
	
.introcontent {
	padding: 10px;
	font-size: 11px;
	}
	
#contactleft {
	width: 300px;
	padding: 0px 20px 0px 0px;
	float: left;
	}
	
#contactright {
	width: 298px;
	float: left;
	}
	
/* Content Formatting */
.borderbox {
	border: 1px solid #1F1702;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	}
	
.gallerybutton {
	padding-bottom: 5px;
	}
	
.gallerymenu {
	padding: 5px;
	}
	
.subtitle, .subtitlecolor {
	font-weight: bold;
	font-size: 14px;
	}
	
.subtitlecolor, h3 {
	color: #004707;
	}
	
h3 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	}
	
.dropcap {
	float: left;
	width: 24px;
	font-size: 42px;
	line-height: 24px;
	font-weight: normal;
	color:#1F1702;
	}
	
.imageright {
	padding: 0px 0px 10px 10px;
		}
		
.imageleft {
	padding: 0px 10px 10px 0px;
		}


