html,body{
	margim:0;
	}

body {
	background: #000;
	line-height: 100%;
	text-align:center;
	min-height:652px;/* for good browsers*/
	min-width:900px;/* for good browsers*/
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 652px;
}
#main {
width: 900px;
height: 652px;
text-align: left;
margin-left:auto;
margin-right:auto;

}

/* structure divs */

#header {
	width: 900px;
	height: 150px;
	background: url("img/header.jpg") no-repeat;
	padding: 0px;
}


#middle {
	width: 900px;
	height: 447px;
	background: url("img/middle-back.jpg") no-repeat;
	padding: 0px;
}

#textarea {
	margin-top:6px;
	width: 268px;
	height: 424px;
	overflow: auto;
	color: #99746A;
	font-size: 11px;
	line-height: 150%;
	float: left;
	border: 0px;	
	padding: 0px;
	padding-top: 10px;
	padding-left:50px;
}

#imgarea {
	width: 582px;
	height: 447px;
	float: right;
	border: 0px;
	padding: 0px;
}

#nav {
	width: 858px;
	height: 40px;
	background: url("img/nav.jpg") #666;
	font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 1px;
	float: left;
	padding: 0px;
	padding-top: 10px;
	padding-left: 42px;
	border: 0px;
}

#nav a.nav_standard:link, #nav a.nav_standard:visited {
	color: #8E8B8B;
	font-weight: none;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
    border-right: 2px solid #874F18;
}

#nav a.nav_standard:hover {
	color: #874F18;
	font-weight: none;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
    border-right: 2px solid #874F18;
}

#nav a.navcurrent:link, #nav a.navcurrent:visited {
	color: #874F18;
	font-weight: none;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
    border-right: 2px solid #874F18;
}

#nav a.navcurrent:hover {
	color: #874F18;
	font-weight: none;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
    border-right: 2px solid #874F18;
}

#footer {
	width: 845px;
	height: 15px;
	background: url("img/footer.jpg") #666;
	color: #874F18;
	text-align: right;
	font-size: 12px;
	float: left;
	padding: 0px;
	padding-right: 55px;
	padding-bottom: 3px;
	border: 0px;
}


/* Font values */

h1 {
	color: #874F18;
	font-weight: bold;
	font-size: 13px;
}

h2 {
	color: #874F18;
	font-weight: none;
	font-size: 12px;
}


/* Link values */

a:link, a:visited {
	color: #874F18;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #8E8B8B;
	font-weight: bold;
	text-decoration: none;
}