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

body {
	margin:0;
	padding:0;
	min-height:100%;
	color:#251d19;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	/*letter-spacing:1px;*/
	background: #392f2b url(../img/body_bgr.gif) top left repeat-x;
}

a, a:active, a:visited {
	color:#6b8ea5;
	text-decoration:none;
	outline:0;
}

a:hover {
	color:#6b8ea5;
	text-decoration:underline;
	outline:0;
}

h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:24px;
	color:#876f67;
}

h2 {
	margin: 0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	text-align:justify;
	line-height:12px;
	color:#876f67;
}

h1 a:hover, h2 a:hover {
	text-decoration:none;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

strong {
	font-weight:normal;
}

img, img a {
	border:none;
	margin:10px 0;
	outline:0;
}

.none {
	display:none;
}

.clear {
	clear:both;
	line-height:5px;
	height:5px;
}

.enter {
	margin: 0;
	padding:2px 5px;
	font-size:11px;
	font-weight:normal;
	color:#6b8ea5;
	border:#6b8ea5 1px solid;
}

.blue {
	color:#6b8ea5;
}

.brown {
	color:#4e403b;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:980px;
	clear:both;
	background: url(../img/bgr_big.jpg) top center no-repeat;
}

#holder {
	margin:0 auto;
	padding:0;
	width:495px;
}

#left {
	margin:0 20px 20px 20px;
	padding:0;
	width:21px;
	float:left;
}

#right {
	margin:50% 0;
	padding:0 0 0 10px;
	width: 61px;
	float: left;
	text-align: center;
}

#middle {
	margin:0 20px;
	padding:0;
	width:313px;
	float:left;
}

#middle a, #middle a:hover {
	color:#4e403b;
	text-decoration:none;
	outline:0;
}

#copyright {
	margin:0 auto;
	padding:0 10px;
	width:495px;
	font-size:9px;
	text-align:center;
}

#copyright a {
	color:#4e403b;
	text-decoration:none;
}

#copyright a:hover {
	color:#4e403b;
	text-decoration:none;
}





