@charset "utf-8";
/* formatting style
------------------------------------*/
* {
	font-style: normal;
	padding: 0px;
    margin: 0px;
}
/* body style
------------------#180102------------------*/
body {
	background-color: black;
	/*font-size: 75%;*/
	line-height: 1.6em;
	color: white;
	text-align: center;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px;
	clear: both;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
/* link styles
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #F60;
	text-decoration: underline;
}
a:visited {
	color: #FC0;
	text-decoration: underline;
}
a:hover {
	color: #FF0;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	bottom: +1px;
}
/* basic layout
------------------------------------*/
#wrapper {
	background-color: #180102;
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 119px;
	background-image: url(../images/back-header.jpg);
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	background-color:#180102;
	color: #999;
	background-position: bottom;
}
/* header styles
------------------------------------*/
#header h1 {
	font-size: 100%;
	color: #333333;
}
#header h2 {
	font-size: 100%;
	color: #333333;
}
/* menu styles
------------------------------------*/
#menu {
	margin: 0px;
	padding: 0px;
    clear: both;
	height: 67px
}
#menu .left {
	width: 200px;
	height: 67px;
	float: left;
	list-style: none;
}
#menu .mid{
	width: 280px;
	height: 67px;
	float: left;
	list-style: none;
}
#menu .right {
	width: 420px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#menu .right li {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
#menu2 {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	height: 52px;
}
#menu2 li {
	float: left;
	list-style: none;
}
#fbotann {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}


/* menu styles
------------------------------------*/
#fmenu {
	width: 900px;
	float: right;
	}

#fmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

/* footer styles
------------------------------------*/
#footer address {
	text-align: center;
	clear: both;
	color: #FFFFFF;
	background-color:black;
}

.gotop {
	text-align: right;
	width: 900px;
	clear: both;
	background-color: #000;
	margin-top: 5px;
}

.color1 {
	color: #FF0033;
}
.color2 {
	color: #FFFFFF;
}
.color3 {
	color: #3333FF;
}

.color4 {
	color: #F60;
}

