@charset "UTF-8";

body {
	background-image: url(images/background.gif);
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left; /* Hack for IE5/Win */
}

#mainframe{
	margin:28px auto;
	padding:15px;
	border:1px dashed #333;
	width:700px;
	height:auto;
	z-index:1;
	background-color: #473624;
	padding: 10px;
}

#header {
	background-repeat: no-repeat;
	height: 178px;
}
#logo {
	position: relative;
	top:70px;
	left: 30px;
}
#content {
	background-repeat: no-repeat;
	height: 800px;
	width: 700px;
	background-image: url(images/background_full.jpg);
}

#mainframe #content #logo {
	z-index: 2;
	width: 550px;
}
	
#lable {
	width:130px;
	height:200px;
	background-image: url(images/lable.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav_box {
	position:relative;
	left:50px;
	top:160px;
	width:125px;
	height:200px;
	z-index:1;
	text-align: left;
}
#nav_holder {
	position: absolute;
	margin-left: 20px;
	top: 52px;
	left: -6px;
}

#navigation {
	padding: 0;
	font: bold 14px Verdana, sans-serif;
	border-bottom: 1px solid gray;
	width: 6em;
	margin: 0px;
}

#navigation li {
list-style: none;
margin: 0; padding: 0.25em;
border-top: 1px solid gray;}

#navigation li a {text-decoration: none;}
#navigation li a:link {
	color: #473624;
}
#navigation li a:hover {color: #993300;}
#navigation li a:visited {color: #448;}
#navigation #current {color: #CC9900;
}

#Main_text {
	position:relative;
	left:50px;
	top:140px;
	width:500px;
	height:280px;
	z-index:3;
}

#Main_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
}
/*fonts*/
#header-text {
	position:relative;
	left:50px;
	top:140px;
	width:600px;
	height:64px;
	z-index:2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
}
.header {
}
h1 {
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:6px;
	padding-left:0;
	font: normal normal 185% Georgia, Times New Roman,sans-serif;
	color: #612e00;
}
#main_textbox {
	position:absolute;
	left:146px;
	top:-1px;
	width:480px;
	height:346px;
	z-index:3;
	color: #29303b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
#mainframe #content #main_textbox p img {
	text-align: left;
	vertical-align: text-top;
	float: left;
	padding: 0px;
	border: thin none #FFF;
	margin: 0px;
}
#mainframe #content #main_textbox p {
	vertical-align: top;
	text-align: left;
	white-space: normal;
	display: inline;
}
.imagenoframe {
	margin: 0px;
	padding: 0px;
}
#imagepadding {
	float: left;
	border: thick solid #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
}
