/* CSS Document */

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:76%;
	font-family:georgia, palatino linotype, times new roman, serif;
	overflow:hidden;
	background: #000000;
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}
#content {
	overflow:auto;
	position: absolute;
	z-index:3;
	top:100px;
	bottom:0px;
	left:200px;
	right:0;
	background:#eee;
	height: 100%;
	width: 100%;
}
* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: 100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:100px solid #fff;
	border-bottom:0px solid #fff;
	border-left:200px solid #fff;
	background-color: #eee;
}
#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100px;
	background: #000000 no-repeat;
	font-size:4em;
	z-index:5;
	overflow:hidden;
}
#head .headLeft {
	height: 100px;
	width: 308px;
	float: left;
}
#head .headMiddle img {
	float: right;
	height: 100px;
	width: 300px;
	margin-right: 10px;
}
#head .home {
	height: 50px;
	width: 50px;
	margin-top: 20px;
	float: right;
	margin-right: 20px;
}


#left {
	position:absolute;
	left:0;
	top:100px;
	bottom:0px;
	width:200px;
	background: #000000 url(../images/left.jpg) no-repeat;
	font-size:12px;
	z-index:4;
	overflow-y:auto;
	overflow-x:hidden;
}
* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:100px solid #fff;
	border-bottom:0px solid #fff;
	color:#fff;
}
#left_buttons {
	position:absolute;
	left:0;
	top:320px;
	bottom:0px;
	width:200px;
	font-size:12px;
	z-index:4;
}

dd {display:none;}
a.nav, a.nav:visited {
	margin-left:35px;
	display:block;
	width:130px;
	height:25px;
	background:#FFE28A;
	color:#FF0000;
	text-decoration:none;
	text-align:center;
	line-height:25px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
a.line_nav, a.line_nav:visited {
	margin-left:35px;
	display:block;
	width:132px;
	height:1px;
	text-decoration:none;
	border-top: 1px solid #000;
}

a.nav:hover {background:#000; color:#fff;}

#copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	position: absolute;
	left: 20px;
	top: 400px;
	z-index: 3;
}
a.a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: underline;
}
a.a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: underline;
}
a.a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #6699CC;
}

h1 {
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-indent: 20px;
}

