@charset "utf-8";
/* CSS Document */
html, body {
    margin:0;
    padding:0;
    height:100%;
	background-color: #000;
	border-top-width: 1px;
}

p {
	font-size:14px;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
}


H2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 24px;
	margin-top:0px;
	margin-bottom:0px;
}

H3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	margin-bottom: -10px;
}

#container {
	width: 933px;
	background: #000;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto; 
	vertical-align: middle;
	position: relative;
}

	
#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #000;
	height: 13px;
	width: 923px;
	padding-top: 43px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 5px;
	left: 715px;
	width: 210px;
	height: 43px;
	}

#FDL {
	position: absolute;
	top: 612px;
	left: 454px;
	width: 26px;
	height: 30px;
	}


#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #000;
	height: 60px;
	width: 923px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	padding: 0px;
	margin: 0px;
	padding-top:1px;
	padding-left: 10px;
}
#main {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	height: 530px;
	width: inherit;
	font-size: 14px;
	text-align: left;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #777777;
	}

