@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #011545;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
#wrapper {
	background-color: #090909;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 2px;
	padding-right: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
}
#header {
	height: 160px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#logo {
	background-image: url(../images/logo.gif);
	height: 160px;
	width: 186px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 30px;
}
#logo a {
	display: block;
	height: 160px;
	width: 186px;
	text-indent: -20000px;
}

#menu1 {
	float: right;
}
#menu1 li {
	float: left;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 43px;
}
#menu1 a {
	color: #666666;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 80px;
	width: 80px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}
#menu1 a:hover {
	color: #FFFFFF;
}
.home {
	background-attachment: scroll;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.about {
	background-attachment: scroll;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact {
	background-attachment: scroll;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#title {
	height: 210px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tiitle.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center -10px;
}

#menu2 {
	background-attachment: scroll;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 55px;
	width: 900px;
}
#menu2 ul {
}
#menu2 li {
	background-attachment: scroll;
	background-image: url(../images/menu_li.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	list-style-type: none;
}
#menu2 span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
#menu2 a {
	height: 45px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	width: 180px;
	display: block;
	padding-top: 10px;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
}
#menu2 a:hover {
	background-attachment: scroll;
	background-image: url(../images/menu_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
}

#content {
	padding: 50px;
	color: #FFFFFF;
}
#content  h1 {
	color: #FFFFFF;
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../images/h1_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding-left: 50px;
}
#content h2 {
	color: #FFFFFF;
}
#content p {
	font-size: 12px;
	line-height: 20px;
}

#footer {
	height: 33px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 20px;
}
#footer span {
	float: right;
}
#footer img {
	float: left;
	margin-top: -12px;
	margin-right: 15px;
}
