body {
	line-height: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #0d0d0d;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #9d958b;
	
}

a {
	text-decoration: none;
	color: #aca499;
}

a:hover {
	text-decoration: underline;
	color: #d6ccbe;
}

a:focus, a:active {
 outline: none;

}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #9d958b;
}
h2 {
	padding-top: 5px;
	margin-bottom: -5px;
	font-size: 15px;
	font-weight: bold;
	color: #aca499;
}

p {
	line-height: 16px;
	color: #9d958b;

}
#container {
	text-align: left;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}

#container_left {
	float: left;
	min-height: 600px;
	padding-left:16px;
	width: 229px;
	background-repeat: no-repeat;
	background-image: url(../_images/right_col.jpg);
}

#container_right {
	float: right;
	width: 615px;
}

#nav {
	width: 615px;
	height: 134px;
}

.nav_item {
	margin-right: 10px;
	border-style: none;
	border-width: 0px;
}

#content_titlebar {
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 615px;
	height: 12px;
}
#content {
}
#body_text {
	margin-left: 8px;
	width: 500px;
}
#footer {
	text-align: center;
	height: 51px;
	width: 100%;
	position: relative;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../_images/footer.jpg);
}
#footer_info {
	line-height: 14px;
	font-size: 11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}
.formset {
	line-height: 22px;
}
input {
	padding-left: 2px;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #333333;
	border-color: #c4c4c4;
	border-style: solid;
	border-width: 1px;
}
select {
	padding-left: 2px;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #333333;
	border-color: #c4c4c4;
	border-style: solid;
	border-width: 1px;
}

textarea {
	padding-left: 2px;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #333333;
	border-color: #c4c4c4;
	border-style: solid;
	border-width: 1px;
}

.photo_box {

	background-color: #282828;
	padding: 10px;
	margin-bottom: 15px;


}



/*sidebar*/

#sidebar {
	position: relative;
	z-index: 1;
	width: 200px;
	left: 0px;
	top: 0;
	overflow:hidden;
}

#sidebar ul {
	list-style: none;

	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
}

#sidebar a, #sidebar h3.cat {
	width: 160px;
	display: block;
	padding: 3px 5px 3px 25px;
	background: url(../_images/tab_small.gif) center right repeat-y;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #9d958b;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../_images/tab_big.gif) center right repeat-y;
	padding: 4px 15px 4px 20px;
	margin: 7px 0 4px 0px;
}


.toggler {

	background: url(../_images/tab_big.gif) center right repeat-y;
	padding: 4px 15px 4px 20px;
	margin: 4px 0 2px 0px;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

#rateframe{
	height:30px;
}



.box_grad {
	background: url(../_images/box_bg_grad.png) repeat-x;
	float:left;
	padding:4px 0px 4px 4px;
}


img { -ms-interpolation-mode: bicubic; }