@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(../images/background_02.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#wrapper {
	margin: auto;
	width: 697px;
	
}
#header {
	padding-top: 80px;
	width: 697px;	
}
#sidebar {
	width: 217px;
	float: left;
	padding-top: 1px;
}
#footer {
	clear: both;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}
#main {
	width: 420px;
	float: right;
	clear: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	text-align: left;
	padding-right: 40px;
	padding-top: 2px;
	padding-bottom: 15px;
	padding-left: 0px;
	word-spacing: 0px;
	letter-spacing: 1pt;
}
#main a {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: underline;
}
#main a:hover {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6666;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: underline;
}
.emphasis {
	font-size: 11.5px;
	color: #FFFFFF;
}
.list {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D93D5C;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
