* {
	margin: 0;
	padding: 0;
	border: none
} 
html {
	min-height: 100%;
	height: 100%
}
body {
	background-color: black;
	color: #ab96b5;
	height: 100%
}
* html #main {
	height: 100%
} 
#main {
	min-height: 100%;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
#content {
	margin-left: 200px;
	width: 600px;
	padding-bottom: 80px;
	min-height:300px
}
p {
	margin-bottom: 15px;
	text-indent: 2em;
	text-align: left
}
#header {
	position: relative;
	top:10px;
	width: 100%;
	height: 380px;
}
 #header h1 {
	background: url("/i/header.jpg") no-repeat;
	padding:325px 0 0 0;
	margin-left: 200px;
	height:0 !important;
	overflow: hidden;
	width: 600px
 }
#logo {
	display: block;
	position: absolute;
	left:0px;
	margin-top:100px;
	background: url("/i/logo.jpg") no-repeat;
	width: 174px;
	height: 144px;
}               
#leftmenu {
  margin-top: 40px;
  width:100px;
	position: absolute;
	left:40px;
	text-align: left;
	font-famIly: sans-serif;
	font-size: 12pt
}
#leftmenu a, #leftmenu ul{
	text-decoration: none;
	color: #fd943d
}
ul {
	list-style-type: none
}
#leftmenu li ul{
display:none
}
#footer {
	position: absolute;
	height: 80px;
	bottom: 0;
	width:800px;
	left: 0
}
#copyright {
	font-size: 8pt;
	color:white;
	width:250px;
	position: absolute;
	right:0px;
	bottom:5px
}
#top_nav {
	bottom:20px;
	position:absolute
}
#top_nav select {
	width:174px
}
