html, 
body { 
	margin:0; 
	padding:0; 
	height:100%; /* 100 % height */ 
	background: #808080 url(/images/bk.gif) repeat-y center top;
	background-repeat: repeat-y;
} 

body,td { font-family: verdana,arial,helvetica; font-size: 11px; }

html>body #wrap {height:100%;} /* 100 % height */ 

#wrap { 
	width:915px;
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     text-align: left;
} 

#header { 
	width:915px; 
	height:139px;
} 

html>body #header { 
	position:fixed; 
	z-index:10; /* Prevent certain problems with form controls */ 
}

#footer { 
	width:915px;
	height: 38px;
}

html>body #footer { 
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */ 
}

.img { border: 1px solid gray; }

/* orange
a { color: #cd6d0f; }
*/

a { color: #9f3a10; }

html>body #content-wrap { height:100%; width:915px; padding-top: 0px; } /* 100 % height */ 
html>body #content { height:100%; padding:0px; }



#bottom { text-align:center; background: url(/images/footer.gif) no-repeat; width: 915px; height:38px; padding-top:13px;}
a.bottom { color: #ffffff; font-family: verdana,arial; font-size: 11px; letter-spacing:0px; text-decoration: none;}
a.bottom:hover { color: #ffffff; }

#nav_bk{ text-align: left; background: url(/images/nav_bk.gif) no-repeat; width: 915px; height:49px; margin-top:-2px; }
.navbar { padding-top:15px; padding-left: 70px; }
a.nav { color: #898989; font-family: arial; font-size: 13px; letter-spacing:0px; text-decoration: none;}
a.nav:hover { color: #f28820; }
a.nav_on { color: #f28820; font-family: arial; font-size: 13px; letter-spacing:0px; text-decoration: none;}

h3 { font-family: arial,verdana; font-size: 14pt; }
h4 { font-family: arial,verdana; font-size: 12pt; }
h5 { font-family: arial,verdana; font-size: 10pt; }

/*
#scroller {
	margin: auto;
	margin-top:30px;
	width: 825px;
	height: 493px;
	overflow: auto;
*/

/*
#scroller p {
     margin: 0px;
     padding: 0px 20px 10px 20px;
     font-family: arial;
     font-size: 10pt;
     text-align: justify;
}
*/

#content_padding { padding-left: 40px; padding-bottom:60px; margin-top: 137px; padding-top: 35px; width:600px; }

