a {
	color: #999;
	text-decoration: none;
}
body {
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
	background-color: #000000;
	border: 1px double #999999;
}
.main2 {
	text-align: left;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	height: 1240px;
	clear: both;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
	border-top-style: double;
	border-bottom-style: double;
}
.header{
	height: 240px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(img/header.jpg);
	width: 890px;
}

/* menu */
.menu a {
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #ffffff;
	float: left;
	font-size: 10px;
	padding-top: 4px;
	width: 126px;
	height: 36px;
	background-color: #000;
	background-image: url(img/bgmenu.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #FF9933;
}
.menu a#last {
	border-right: none;
	width: 130px;
}


/* content */
.content {
	border-top: 1px solid #1A1A1A;
	clear: both;
	height: 510px;
	background-color: #000000;
}
.content2 {
	border-top: 1px solid #1A1A1A;
	clear: both;
	height: 950px;
	background-color: #000000;
}
.content h1 {
	color: #FF9900;
	margin: 0 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	}
.content h2 {
	color: #E72059;
	margin: 0 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

.item {
	float: left;
	width: 400px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #030303;
	background-repeat: repeat-x;
	margin-right: 7px;
	margin-top: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 420px;
	font-weight: normal;
	text-decoration: none;
	}
	.item a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	}
	.item2 {
	width: 400px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #030303;
	margin-right: 7px;
	margin-top: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 500px;
	}

/* footer */
.footer {
	color: #999999;
	margin-top: 439px;
	height: 15px;
	text-align: center;
	background-color: #282828;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
} 

.footer2 {
	color: #999999;
	height: 15px;
	text-align: center;
	background-color: #282828;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {
	color: #FFFFFF;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
