body {
	font-size: 11px;
	font-family: Tahoma;
	background: #8d8d8d url('../images/background_gradient.png') repeat top center;
	width: 843px;
	margin: 0 auto;
	color: #3c3d2e;
}

.line {
	border-bottom:1px solid #aaa;
	margin:3px 1px;
}

input[type=text],input[type=password],textarea,select {
	border: 1px solid #CCC;
	font-size: 11px;
	color: #494949;
	padding: 2px;
	margin: 1px;
	background: #FFF url('../images/input.png') repeat-x top center;
}

input[type=submit],button {
	padding: 2px;
	margin: 1px;
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	border-right: 1px solid #999;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #999;
	-moz-border-radius: 3px;
}

a {
	text-decoration: none;
	color: #319bb6;
}

html > body,
body > #container {
	height: auto;
}

html,
body,
#container {
	min-height: 100%;
	height: 100%;
}

#container {
	width: 843px;
	height: 100%;
	position: absolute;
}

#header {
	width: 843px;
	height: 185px;
	background: url('../images/header.png') no-repeat top center;
	position: relative;
}

#menu {
	width: 843px;
	height: 38px;
	margin: 3px 0;
}

#menu_left,
#menu_right {
	width: 3px;
	height: 38px;
	background: url('../images/menu_sides.png') no-repeat left center;
}

#menu_right {
	float: right;
	background-position: right;
}

#menu_left {
	float: left;
}

#menu ul {
	width: 837px;
	height: 38px;
	background: url('../images/menu_bg.png') repeat-x center;
	float: left;
}

#menu ul li {
	float: left;
	background: url('../images/menu_separator.png') no-repeat center right;
}

#menu ul li a {
	display: inline-block;
	line-height: 38px;
	color: #FFF;
	padding: 0 21px;
	position: relative;
	text-shadow: #696767 0px 1px 1px;
}

#menu ul li a:hover {
	background: url('../images/menu_hover.png') no-repeat center;
	color: #636363;
	text-shadow: #e4f07d 0px 1px 1px;
}

#menu ul li a:hover span {
	background: url('../images/menu_hover_side.png') no-repeat top;
	height: 38px;
	display: inline-block;
	width: 2px;
	position: absolute;
	top: 0;
}

#menu ul li a:hover span.left {
	background-position: left;
	left: 0;
}

#menu ul li a:hover span.right {
	background-position: right;
	right: 0;
}

#content_container_top,
#content_container_bottom {
	width: 843px;
	height: 5px;
	background: url('../images/content.png') no-repeat top;
}

#content_container_bottom {
	background-position: bottom;
}


#content_container {
	width: 843px;
	background: url('../images/content_middle.png') repeat-y center;
	height: 100%;
}

#sidebar_left .box,
#sidebar_right .box {
	width: 171px;
	margin: 0 4px;
}

#sidebar_left .box > .title,
#sidebar_right .box > .title {
	height: 26px;
	width: 171px;
	background: url('../images/box_head.png') no-repeat center;
	line-height: 26px;
	text-indent: 15px;
	font-size: 12px;
	color: #767171;
	border-top: 1px solid #b0aeae;
}

#sidebar_left .box > .content,
#sidebar_right .box > .content {
	padding: 5px;
}

#sidebar_left {
	float: left;
}

#sidebar_right {
	float: right;
}

#sidebar_left,
#sidebar_right {
	width: 179px;
}

.newsitem {
	padding: 2px;
	padding-top:2px;
	text-align:justify;
	border-top:1px solid #999;
	border-bottom:1px dotted #aaa;
}

#middle {
	width: 481px !important;
	float: left;
	margin: 0 2px;
}

#middle .box {
	border: 1px solid #b0aeae;
	width: 468px;
	margin: 5px;
}

#middle .box > .title {
	width: 468px;
	height:25px;
	line-height: 25px;
	text-indent: 20px;
	font-size: 12px;
	color: #747373;
	border-bottom: 1px solid #b0aeae;
	background: url('../images/middle_box_head.png') no-repeat center;
}

#middle .box > .content {
	padding: 3px;
	background: #f4f3f3;
}


#footer {
	width: 843px;
	height: 60px;
	background: url('../images/footer.png') no-repeat center;
	margin: 4px 0;
	text-shadow: #4c4c4c 0px 1px 1px;
}


.name {
	font-size: 11px;
	color: #202020;
}

#topic {
	height: 24px; 
	padding: 3px;
}

#topic:hover {
	background: #D9D9D9;
	color: #585858;
}

a, a:hover, a:visited, a:link {
	color: #B8B8B8;
	text-decoration: none;
} 

#post {
	background: url('../images/post.png') no-repeat;
	width: 16px;
	margin: 5px 0px 5px 138px;
	height: 16px;
	text-align: center;
	line-height: 12px;
	position: absolute;
	font-size: 8px;
	color: #000000;
}

#bord {
	border-top: 1px dotted #9f9f9f; 
	height: 0px;
}

#cont {
	width: 161px;
}

table.members_online  img {
	border: 1px solid #CCC;
	padding: 2px;
}

table.members_online td {
	padding: 2px;
	border-bottom: 1px dotted #999;
}

table.members_online td .where a {
	color: #666;
}





#video {
float:left;
width:135px;
height:120px;

}






