/* COMMON */

html, body {
	height: 100%;
}

body {
	background-color: #000000;
	background-attachment: fixed;
	margin: 0px;
	border: none;
	SCROLLBAR-FACE-COLOR: #59230C;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #2B2B5C;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #59230C;
	SCROLLBAR-DARKSHADOW-COLOR: #2B2B5C;
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	color: #fff;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin:0px;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	color: #fff;
	font-weight:bold;
	margin:0px;
}

h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin:0px;
}

.header{
	background:url('images/top.jpg');
	height:768px;
	height:75px;
}

.outer{
	width:768px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px; /* the bottom margin is the negative value of the footer's height */
}

.outer2{
	width:768px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

/* TOP MENU */

.menu{
	margin:0 auto;
	width:768px;
	background:#fff;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF; 
}

.menu ul{
	margin:0px;
	padding:0px;
}

.menu li{
	float:left;
	list-style:none;
}

.menu li a{
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	display: block;
    float: left;
    padding: 8px;
	margin:0px;
    text-decoration: none;
    color: #4C4C4C;
}

.menu li a:hover{
	background: #4C4C4C;
	color: #ffffff;
}

/* MAIN */

.main{
	background:#000;
	min-height:271px;
	height:auto !important;
	height:271px;
	padding:15px;

}

.main .bioImg{
	padding:10px 0px;
	margin:0 auto;
	width:738px;
	text-align:right;
}

.main .bioEthan{
	float:left;
	padding-right:15px;
}
.main .bio{
	float:left;
	width:600px;
}

/* FOOTER */

.footer, .push {
	height: 23px; /* .push must be the same height as .footer */
}

.footer{
	margin:0 auto;
	width:768px;
}
.footer ul{
	margin:0px;
	padding:0px;
}
.footer li{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.footer li a{
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	display: block;
    float: left;
    padding: 4px 5px;
	margin: 0px;
    text-decoration: none;
    color: #fff;
}
.footer li a:hover{
	background: #4C4C4C;
	color: #ffffff;
}

a:link {
	font-weight: bold;
	color: #954B28;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #954B28;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #954B28;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #954B28;
	text-decoration: none;
}

.pix {
	border: 1px solid #CCCCCC;
}
.tabnag {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #954B28;
	padding: 4px;
	vertical-align: top;

}
.tabpole {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #666666;
	background-color: #F2F2F2;
	padding: 4px;
	vertical-align: top;
}
.pole-multi {
	height: 100px;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding: 3px;
}
.pole {
	height: 23px;
	border: 1px solid #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	background-repeat: repeat-x;
	padding: 3px;
	width: 100%;
}
.butt {
	height: 23px;
	border: 1px solid #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 2px;
	width: 100%;
	font-weight: bold;
	background-color: #663300;

}