* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	padding-top: 67px;
	padding-left: 384px;
}
h1 a {
	display: block;
	width: 256px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	overflow: hidden;
	height: 124px;
}
h2, h3 {
	display: none;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header {
	height: 260px;
	width: 1024px;
	background-image: url(../images/bg_header_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header span {
	display: block;
	width: 85px;
	float: right;
	height: 31px;
	padding-top: 69px;
	padding-left: 18px;
}
#header span a {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
}
#header span a:hover {
	color: #666666;
}
#header p {
	display: block;
	font-size: 11px;
	color: #CDCCD2;
	text-align: center;
	margin-top: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content .navigation {
	display: block;
	list-style-type: none;
	width: 663px;
	margin-right: auto;
	margin-left: auto;
	height: 430px;
}
#content .navigation li {
	float: left;
	margin-right: 18px;
	margin-bottom: 16px;
}
#content .navigation a {
	display: block;
	height: 172px;
	width: 209px;
	text-indent: -5000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
#content .navigation .button_1 {
	background-image: url(../images/button_1.gif);
}
#content .navigation .button_2 {
	background-image: url(../images/button_2.gif);
}
#content .navigation .button_3 {
	background-image: url(../images/button_3.gif);
}
#content .navigation .button_4 {
	background-image: url(../images/button_4.gif);
}
#content .navigation .button_5 {
	background-image: url(../images/button_5.gif);
}
#content .navigation .button_6 {
	background-image: url(../images/button_6.gif);
}
#content .navigation .last {
	margin-right: 0px;
}
#content .navigation .drop {
	display: none;
	position: absolute;
	list-style-type: none;
	width: 171px;
	margin-top: 43px;
	background-image: url(../images/bg_drop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	margin-left: 19px;
	padding-top: 8px;
}
#content .navigation .drop li {
	margin-right: auto;
	margin-bottom: auto;
}
#content .navigation .drop a {
	display: block;
	width: 151px;
	height: auto;
	text-indent: 0;
	overflow: hidden;
	background-image: url(../images/dot.gif);
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-top: 2px;
}
#content .navigation .drop a:hover {
	background-color: #005AD8;
}

#content .navigation li:hover .drop { 
	display: block; 
}
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 1024px;
	clear: both;
}
#footer p {
	font-size: 10px;
	color: #858585;
	text-align: center;
	padding-top: 5px;
}
#footer p a {
	color: #858585;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}