/* common.css */
body {
	background: #000000;
	color: #AAAAAA;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #DDDDDD;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#header {
	width: 100%;
	height: 32px;
	background-color: #1A1A1A;
	border-bottom: 1px solid #2A2A2A;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	display: block;
	float: right;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
	text-align:center;	
}
div#header_wrap{
	width: 760px;
	margin: 0 auto;
	text-align:center;
}
div#header_left {
	width: 400px;
	float: left;
	text-align: left;
	padding: 10px 0;
}
div#header_right {
	width: 360px;
	float: right;
	text-align: right;
	padding: 10px 0;
}

h1#coverimg{
	margin: 48px 0 15px 0;
}

div#foot {
	color: #666666;
	clear: both;
	width: 760px;
	margin: 36px auto 12px auto;
	text-align: center;
}
div#foot_left {
	margin-left: 16px;
	width: 400px;
	float:left;
	text-align: left;
}
div#foot_right {
	width: 320px;
	margin-right: 4px;
	float: right;
	text-align:right
}
div#foot a:link {
	color: #999999;
	text-decoration: none;
}
div#foot a:visited {
	color: #888888;
	text-decoration: none;
}
div#foot a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}