@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-repeat: repeat;
	background-color: #402000;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	background-color: #996633;
	margin: 0px auto;
	width: 800px;
	border-right: 1px ridge #FFCC00;
	border-left: 1px ridge #FFCC00;
}
#wapper h1 {
	font-size: 1em;
	color: #FFFFFF;
}

#sidebar {
	padding: 5px;
	float: left;
	width: 160px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #804000;
	height: auto;
}
#sidemenu {
	height: 280px;
	width: 160px;
	margin-bottom: 10px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul li {
	height: 2.4em;
	width: 160px;
}

#sidemenu ul a {
	margin: 0px 0px 1px;
	height: 28px;
	width: 160px;
	display: block;
	line-height: 1.8em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	border-bottom: thin groove #FFFFFF;
	font-weight: lighter;
}
#sidemenu a:hover {
	color: #FFCC00;
}
#sidemenu2 {
	height: 230px;
	width: 160px;
	margin-bottom: 10px;
}
#sidemenu2 ul {
	list-style: none;
}
#sidemenu2 ul li {
	height: 2.4em;
	width: 160px;
}

#sidemenu2 ul a {
	margin: 0px 0px 1px;
	height: 28px;
	width: 160px;
	display: block;
	line-height: 2.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	border-bottom: thin groove #FFFFFF;
	font-weight: lighter;
}
#sidemenu2 a:hover {
	color: #FFCC00;
}
#sidebar img {
	margin-bottom: 10px;
}


/* header styles
----------------------------*/
#header {
	background-image: url(../img/top2.png);
	background-repeat: no-repeat;
	border-top: 3px solid #FFFF00;
	height: 130px;
}
#header ul {
	width: 800px;
	left: auto;
	top: 122px;
	position: absolute;
	background-image: url(../img/topnavi_back.png);
	background-repeat: no-repeat;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	height: 2.5em;
	width: 113px;
	border-top: 3px solid #000066;
	border-bottom: 3px double #666666;
	border-left: 1px dotted #000066;
	text-align: center;
	display: block;
	background-image: none;
	font-weight: bold;
	font-size: 0.8em;
}
#header ul a:hover {
	color: #FFCC00;
}
#header2 {
	height: 250px;
	width: 800px;
	margin-bottom: 10px;
	border-bottom: 1px #999999;
}
#header2 #flash {
	float: left;
}
#header2 #topics {
	float: right;
	height: 235px;
	border: 3px solid #CCCCCC;
	padding: 5px 10px;
	width: 190px;
}


/* main styles
----------------------------*/
#main {
	padding: 15px;
	float: left;
	width: 600px;
	margin-bottom: 10px;
	height: auto;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 1.5em;
	color: #000066;
	margin-top: 15px;
	background-color: #ECCF04;
	border-left: 10px solid #000033;
	padding-left: 15px;
}








#footer {
	color: #FFFFFF;
	padding: 15px;
	clear: both;
	text-align: center;
	height: auto;
	background-color: #804000;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
