@charset "utf-8";
/* formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
	position: relative;
	padding-bottom: 0px;
}
hr {
	display: none;
	background-image: url(images/illust/jeger0712.gif);
	background-repeat: no-repeat;
}
/* link style
---------------------------------*/
a:link {
	text-decoration:none;
	border-style:none;
	color: #FFF;
	border-width: 0px;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-top-style: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #000;
	margin: auto auto auto 0px;
	width: 858px;
	border-right: 1px none #666;
	border-left: 1px none #666;
	padding-top: 30px;
	height: 500px;
}
#main {
	float: none;
	width: auto;
	margin-bottom: 30px;
	padding-top: 5px;
	background-color: #FFF;
	padding-left: 15px;
	height: auto;
	padding-bottom: 0px;
}
#sidebar {
	color: #333;
	background-color: #FFF;
	padding-left: 15px;
}

#menu {
	font-family: Impact;
	color: #FFF;
	background-color: #000;
	font-size: large;
	float: none;
	position: relative;
	padding: 5px;
}
/* header styles
---------------------------------*/
#header {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: right center;
	padding-left: 15px;
	background-color: #FFF;
	background-attachment: fixed;
}
#main blockquote ul li {
	list-style: none inside;
	float: none;
	padding-left: 20px;
}
#footer p a img hoover {
	border-style: none;
}
