body {
	padding				: 0px;
	margin				: 0px;
	font-size			: 0.8em;
	background-color	: #f3f3e3;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border-width		: 0px;
}

form {
	margin : 0px;
	padding : 0px;
}

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

.clear {
	clear : both;
	height : 0px;
	/*visibility: hidden;
	_display: none;*/
	font-size : 0px;
	line-height : 0px;
}

.go_top {
	display : block;
	margin-top : 20px;
	text-align : right;
	font-size : 0.8em;
}

#page {
	border : 1px solid #663;
	border-top-width : 0px;
	width : 940px;
	margin-left : auto;
	margin-right : auto;
	background-color : #fff;
}

#header {
	background-color : #900;
}

#header_shadow {
	/*background : url(../img/header_shadow.gif) repeat-x 0% 0%;*/
	line-height : 0px;
	font-size : 0px;
	height : 5px;
	/*visibility: hidden;
	_display: none;*/
}

#page_top_nav {
	border-bottom : 1px solid #663;
	width : 920px;
	padding : 2px 10px;
	background-color : #cc9;
}
	#page_top_nav .l_items {
		float : left;
		list-style : none;
		margin : 0;
		padding : 0;
		font-size : 0.8em;
	}
		#page_top_nav .l_items li {
			border-left : 1px solid #996;
			padding : 0px 4px;
		}
		#page_top_nav .l_items li.first {
			border-left-width : 0px;
			padding-left : 0;
		}
			#page_top_nav .l_items li a {
				/*color : #000;*/
				text-decoration : underline;
			}
			#page_top_nav .l_items li a:hover {
				text-decoration : none;
			}
	#page_top_nav .user_nav {
		list-style : none;
		margin : 0;
		padding : 0;
		font-size : 0.8em;
		text-align : right;
		float : right;
	}
		#page_top_nav .user_nav li {
			display : inline;
			padding : 0px 5px;
			border-left : 1px solid #996;
		}
		#page_top_nav .user_nav li.first {
			border-left-width : 0px;
		}
		#page_top_nav .user_nav li.last {
			padding-right : 0px;
		}
			#page_top_nav .user_nav li a {
				color : #663;
			}

#page_top {
	width : 920px;
	margin : 0px auto;
	padding : 3px 0px 0px 0px;
	height : 70px;
}
	#page_top .logo {
		float : left;
		width : 180px;
		height : 50px;
		margin-top : 10px;
	}
	#page_top .ad {
		float : right;
		text-align : right;
		width : 740px;
	}


#main_nav {
	background : url(../../v2008/img/menu_bg.gif) repeat-x 0% 0%;
	border-top : 1px solid #663;
	border-bottom : 1px solid #663;
	height : 26px;
	position : relative;
	width : 920px;
	padding : 0px 10px;
}
	#main_nav ul {
		display : block;
		float : left;
		list-style : none;
		width : 719px;
		height : 26px;
		padding : 0;
		border-left : 1px solid #993;
		position : relative;
		margin : 0px;
	}
		#main_nav ul li {
			display : block;
			float : left;
			height : 20px;
			padding : 4px 5px 2px 5px;
			border-right : 1px solid #993;
		}
		#main_nav ul li.active {
			background-color : #cc9;
		}
			#main_nav ul li a {
				color : #fff;
				font-size : 0.8em;
			}
			#main_nav ul li.active a {
				color : #663;
				font-weight : bold;
			}
	#main_nav .search_block {
		width : 180px;
		float : right;
		position : relative;
		height : 22px;
		margin-top : 2px;
	}
		#main_nav .search_block .t {
			display : block;
			float : left;
			width : 130px;
			position : relative;
		}
		#main_nav .search_block .b {
			display : block;
			float : left;
			width : 50px;
			text-align : right;
			position : relative;
		}
		#main_nav .search_block .textfield {
			position : relative;
			border : 1px solid #663;
			padding : 2px 2px;
			background-color : #fff;
			font-size : 0.8em;
			width : 124px;
			height : 16px;
			_top : -1px;
		}
		#main_nav .search_block .btn {
			background-color : #cc9;
			border : 1px solid #663;
			color : #663;
			font-size : 0.8em;
			padding : 3px;
			width : 50px;
			height : 22px;
		}

.top_text_ad {
	text-align : center;
}
	.top_text_ad div table {
		margin : 3px auto;
	}

#page_bottom {
	background-color : #993;
	border-top : 1px solid #663;
}

#page_bottom_content {
	width : 920px;
	margin : 0px auto;
	padding : 10px 0px 5px 0px;
}
	#page_bottom_content .items {
		margin-bottom : 10px;
		font-size : 0.8em;
	}
		#page_bottom_content .items ul {
			list-style : none;
			display : inline;
			padding : 0px;
			margin : 0px;
			color : #663;
		}
			#page_bottom_content .items ul li {
				display : inline;
			}
				#page_bottom_content .items ul li a {
					color : #fff;
				}




	#page #page_main {
		margin				: 10px 10px;
		width : 920px;
		/*font-size : 0.9em;*/
	}
		#page #page_main a {
			text-decoration		: none;
		}
		#page #page_main a:hover {
			text-decoration		: underline;
		}
		#page #page_main h2 {
			color				: #ccc;
			font-size			: 0.8em;
			margin				: 0px 0px 5px 0px;
			font-weight			: bold;
			padding				: 0px 0px;
			text-transform		: uppercase;
		}
			#page #page_main h2 a {
				color				: #ccc;
			}
		#page #page_main a.read_more {
			display				: block;
			font-size			: 0.8em;
			text-align			: right;
			color				: #900;
		}
		#page #page_main #left_content {
			float				: left;
			width				: 600px;
			margin-right		: 20px;
		}
			#left_content h1 {
				margin				: 0px 0px 10px 0px;
				font-size			: 1.4em;
				font-weight			: bold;
				color				: #333;
			}
				#left_content h1 a {
					color : #333;
				}
			#left_content .bottom_ad {
				text-align : center;
				margin-top : 20px;
				border : 1px solid #eee;
				padding : 5px 0px;
			}
		#page #page_main #right_content {
			float				: left;
			width				: 300px;
		}
			#right_content .block {
				border-bottom : 1px solid #eee;
				padding-bottom : 10px;
				margin-bottom : 10px;
			}
			#right_content .ad {
				text-align : left;
				margin-top : 10px;
			}
				#right_content .ad .row {
					margin-top : 3px;
				}
					#right_content .ad .row a {
						color : #00f;
						font-size : 0.8em;
					}