body,html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border:  0 none; 
	text-align: center;
}
body 
{
	background: #24150a;
	background: #382b1d url('/template/images/background.100.jpg') repeat-x;
}
fieldset legend, body
{
	font-family: "Verdana", "Helvetica", serif;
	font-size: 11px;
	color: #c5a991;
}

#header
{
	width: 900px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	background: url('/template/images/header.100.png');
}
#header h1
{
	display: none;
}
#content
{
	width: 896px;
	height:auto !important;
	min-height: 300px;	
	border-left: 2px #0d0905 solid;
	border-right: 2px #0d0905 solid;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: #322318;
	overflow: hidden;
	text-align: left;
}
#content table
{
	margin-left:auto;
	margin-right:auto;
}
#content fieldset
{
	border: 2px solid #c5a991;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	/* deleted */
	/*margin-left:auto;*/
	/*margin-right:auto;*/
}
#page
{
	width: 534px;	
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	background: url('/template/images/bg_big.100.jpg');
}
#left-container, #right-container, #loading
{
	width: 159px;
	margin-left: 10px;	
	margin-bottom: 10px;
	border-right: 1px #352110 solid;
	float: left;
	margin-top: 5px;
	background: url('/template/images/bg_small.100.jpg');
}
#page-top
{
	width: 534px;
	background: url('/template/images/top_big.100.png');
}
#page-top h2
{
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 2px;
}
#page-top a
{
	color: #c5a991;
}
#page-middle
{
	width: 508px;
	margin-left: 15px;
	overflow: auto;
}
#page-bottom
{
	width: 534px;
	height: 20px;
	background: url('/template/images/bottom_big.100.png');
}
#page-top, #ads-top, #menu-top, #loading-top
{
	height: 31px;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
#loading-middle
{
	margin-left: 10px;
}
div.center
{
	display:inline;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div.center table
{
	margin-left:auto;
	margin-right:auto;
}
div.center fieldset
{
	margin-left:auto;
	margin-right:auto;
}
.formset ol, .formset li
{
	margin-left:auto;
	margin-right:auto;	
	border: 0; 
	margin: 4px; 
	padding: 0; 
	list-style: none;
}
.borderless
{
	border: none;
}
.formset li
{
	padding: 4px;
}
.formset input
{
	width: 175px;
}
.formset li.submitbox input
{
	width: auto;
}
.formset label
{
	display: block;
	width: 175px;
	float: left;
	line-height: 25px;
}
.formset input.checkbox
{
	width: auto;
}
.formset li.submitbox
{
	text-align: right;
}
.formset li.textbox
{
	text-align: center;
}
#ads-top, #menu-top, #loading-top
{
	width: 160px;
	background: url('/template/images/top_small.100.png');
}
#ads-middle
{
	padding-left: 15px;
	border: none;
}
#menu-bottom, #ads-bottom, #loading-bottom
{
	width: 160px;
	height: 20px;
	background: url('/template/images/bottom_small.100.png');
}
#page-content
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#page fieldset 
{
	display:inline;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#page-map, #page-popup
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#loading
{
	position: absolute;
	left: 50%;
	margin-left: -80px;
	margin-top: 50px; 
	width: 160px;
	z-index: 5;
	display: none;
}

#footer
{
	height: 25px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #726046;
	font-weight: bold;
	font-size: 13px;
	padding-top: 6px;
	vertical-align: bottom;
	background: url('/template/images/footer.100.png') no-repeat;	
}
#menu ul 
{
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}
a 
{
	text-decoration: none;
	color: #726046;
}
a:hover 
{
	text-decoration: underline;
	color: #8b785c;
}
a img 
{
	border: 0;
}
#footer a
{
	color: #726046;
}