@charset "utf-8";
/* CSS Document */
body{
	background-image:url(/images/bg-main.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color:#660000;
}
#header{
	width:999px;
	height:204px;
	background-image:url(/images/bg-top.jpg);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	position:relative;
}
#sound-on{
	width:80px;
	height:10px;
	position:absolute;
	top:5px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#B49252;
}
#sound-on a{
	color:#FFF;
}
#sound-on a:hover{
	color:#B49252;
	text-decoration:none;
}
#sound-off{
	width:80px;
	height:10px;
	position:absolute;
	top:5px;
	right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#B49252;
}
#sound-off a{
	color:#FFF;
}
#sound-off a:hover{
	color:#B49252;
	text-decoration:none;
}
#content-wrapper{
	width:999px;
	background-image:url(/images/bg-content.png);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
}
#content{
	width:999px;
	background-image:url(/images/bg-top2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:45px;
}
#content-bottom{
	width:999px;
	height:32px;
	background-image:url(/images/bg-content-bottom.jpg);
	background-repeat:no-repeat;
	margin:0px auto 20px auto;
}
#content-inner-top{
	width:952px;
	height:10px;
	background-image:url(/images/content-inner-top.png);
	background-repeat:no-repeat;
	margin-left:22px;
}
#content-inner-bottom{
	width:952px;
	height:10px;
	background-image:url(/images/content-inner-bottom.png);
	background-repeat:no-repeat;
	margin-left:22px;
}
#content-inner{
	width:932px;
	margin-left:22px;
	background-image:url(/images/content-inner-bg.png);
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
#navbar{
	width:576px;
	height:42px;
	margin-left:370px;
}
#nav-item{
	height:42px;
	float:left;
}
#footer{
	width:954px;
	height:68px;
	margin:22px 0px 0px 22px;
	background-image:url(/images/bg-footer.png);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#B49252;
	padding-top:12px;
}
#footer a{
	color:#B49252;
}

#left{
	width:481px;
	float:left;
}
#right{
	width:430px;
	margin-left:20px;
	float:left;
}
#clear{
	clear:both;	
}
.main {
	font-family:Tahoma, Arial, sans-serif	;
	font-size:13px;
	color:#030;
	line-height:20px;
}
.main a{
	color:#900;
	text-decoration:underline;
}
.main a:hover{
	color:#000;
	text-decoration:none;
}
.title{
	font-family:Tahoma, Arial, sans-serif	;
	font-size:30px;
	font-weight:bold;
	color:#060;
}
.title2{
	font-family:Tahoma, Arial, sans-serif	;
	font-size:18px;
	font-weight:bold;
	color:#900;
}
.menu {
	font-family:Tahoma, Arial, sans-serif	;
	font-size:12px;
	color:#030;
	line-height:16px;
}
#map{
	width:449px;
	height:248px;
	background-image:url(/images/bg-map.jpg);
	background-repeat:no-repeat;
	padding:16px;
}
