@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background:#301800 url(../images/BG_html.jpg) 0 0 repeat-x;
}

#container {
	float:left;
	width:100%;
	background:url(../images/BG_container.png) 50% 0 no-repeat;
}

#center {
	margin:0 auto 0 auto;
	width:900px;
}

#header {
	position:relative;
	float:left;
	width:900px;
	height:300px;
	background:url(../images/BG_header.jpg) 0 0 no-repeat;
}

#rss {
	position:absolute;
	top:0;
	right:0;
}

#menu {
	float:left;
	width:100%;
	background:#FFFFFF;
	border-bottom:#996633 solid 6px;
}

#content {
	float:left;
	width:900px;
	background:url(../images/BG_content.png) 0 0 repeat-y;
}

#hbody {
	float:left;
	width:600px;
	background:url(../images/BG_body.jpg) 0 0 no-repeat;
}

#hsidebar {
	float:left;
	width:300px;
	background:url(../images/BG_sidebar.jpg) 0 0 no-repeat;
}

#body {
	float:left;
	width:560px;
	padding:10px 20px;
	background:url(../images/BG_body.jpg) 0 0 no-repeat;
}

#bodyc {
	float:left;
	width:860px;
	padding:10px 20px;
	background:url(../images/BG_body.jpg) 0 0 no-repeat;
}

#sidebar {
	float:left;
	width:300px;
	background:url(../images/BG_sidebar.jpg) 0 0 no-repeat;
}

#footer {
	float:left;
	width:900px;
	background:#996633;
}

img {
	border:none;
}

#directions {
	position:relative;
	float:left;
	width:300px;
	height:129px;
	overflow:hidden;
	background:url(../images/btn_bg_directions.jpg) 0 0 no-repeat;
	cursor:pointer;
}

#directions>.text {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:129px;
	background:url(../images/btn_txt_directions.png) 0 0 no-repeat;
	z-index:100;
	cursor:pointer;
}

#directions>.img {
	position:absolute;
	top:0;
	left:195px;
	width:300px;
	height:129px;
	background:url(../images/btn_img_directions.png) 0 0 no-repeat;
	z-index:100;
	cursor:pointer;
}

#salvation {
	position:relative;
	float:left;
	width:300px;
	height:129px;
	overflow:hidden;
	background:url(../images/btn_bg_salvation.jpg) 0 0 no-repeat;
	cursor:pointer;
}

#salvation>.text {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:129px;
	background:url(../images/btn_txt_salvation.png) 0 0 no-repeat;
	z-index:100;
	cursor:pointer;
}

#salvation>.img {
	position:absolute;
	top:0;
	left:195px;
	width:300px;
	height:129px;
	background:url(../images/btn_img_salvation.png) 0 0 no-repeat;
	z-index:100;
	cursor:pointer;
}