@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.gif);
}

#bg_up {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 184px;
	background-image: url(../img/bg_up.jpg);
	background-repeat: repeat-x;
	z-index: 0;
}

#page {
	position: relative;
	width: 933px;
	margin: 0 auto;
}

#banner {
	width: 100%;
	height: 151px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}

#main {
	float: right;
	width: 671px;
}

#menu {
	width: auto;
	height: 33px;
	text-align: right;
}

#menu a {
	float: right;
}
	
#snails_trail{
	position: relative;
	width: 0px;
	height: 31px;
	background-image: url(../img/sep_h.gif);
	background-repeat: repeat-x;
	background-position: 0 27px;
	z-index: 5;
}
	
#snails {
	position: absolute;
	top: -6px;
	right: -93px;
	width: 93px;
	height: 39px;
	background-image: url(../img/snails.gif);
}

#content {
	min-height: 500px;
	height:auto !important;
	height: 500px;
	background-color: #e9d8bf;
	border: 2px solid #8c714b;
	margin: 15px 0 0 15px;
	padding: 15px;
}

#sidebar {
	position: relative;
	left: 56px;
	width: 202px;
	height: 500px;
	margin-top: 97px;
	text-align: right;
}

#sidebar_top {
	position: absolute;
	top: -146px;
	width: 206px;
	height: 146px;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 10;
}

.cm_btn {
	display: block;
	position: relative;
	width: 202px;
	height: 35px;
	background-image: url(../img/context_button.gif);
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
}

.cm_btn:hover {
	line-height: 35px;
}

.cm_sep_v {
	width: 202px;
	height: 5px;
	background-image: url(../img/sep_v.gif);
	background-position: 104px 0;
	background-repeat: repeat-y;
}

.cm_sep_lv {
	width: 202px;
	height: 20px;
	background-image: url(../img/sep_v.gif);
	background-position: 104px 0;
	background-repeat: repeat-y;
}

#cm_sep_bl {
	width: 202px;
	height: 10px;
	background-image: url(../img/sep_bl.gif);
	background-position: 104px 0;
	background-repeat: repeat-y;
}

#cm_sep_b {
	position: relative;
	top: -4px;
	right: 0;
	width: 109px;
	height: 4px;
	margin-left: 114px;
	background-image: url(../img/sep_h.gif);
	background-repeat: repeat-x;
}

.cm_sep_h {
	position: absolute;
	left: -4px;
	width: 4px;
	height: 25px;
	background-image: url(../img/sep_h.gif);
	background-position: 0 15px;
	background-repeat: repeat-x;
}

.cm_in {
	visibility: hidden;
	position: absolute;
	left: 206px;
	z-index: 10;
}

.cm_btn_in {
	display: block;
	width: 203px;
	height: 35px;
	background-image: url(../img/context_button_middle.gif);
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
}

.cm_btn_in_first {
	display: block;
	width: 203px;
	height: 35px;
	background-image: url(../img/context_button_first.gif);
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
}

.cm_btn_in_last {
	display: block;
	width: 203px;
	height: 35px;
	background-image: url(../img/context_button_last.gif);
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
}



