@charset "UTF-8";

#html {
	background-color: #000000;
}

#body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#wrapper {
	line-height: 1.8;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#header h1 {
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 300px;
	color: #990000;
}
div#header ul#gNavi {
	float: right;
	margin-top: 8px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	list-style-type: none;
}
div#header ul#gNavi li {
	display: block;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 13px;
	float: right;
	margin-left: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
div#header ul#gNavi a {
	font-style: normal;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
div#header  ul#gNavi   li a {
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
div#header ul#gNavi li a:hover {
	text-decoration: none;
	color: #009900;
}
ul#gNavi  {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
ul#gNavi  li   {
	display: block;
	float: left;
	margin-left: 30px;
}
ul#gNavi  li a     {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
ul#gNavi li a:hover {
	text-decoration: underline;
}
ul#gNavi li.firstItem {
	margin-left: 0px;
}
#wrapper #footer {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	margin-top: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer #copyright {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	text-align: center;
}
