* {
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align:center;
	line-height:160%;
}
/* Default */
table td, table tr, table {
	border-collapse:collapse;
	vertical-align:top;
}
a {
	color: #0066CC;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;

}
a:hover {
	color: #841700;
}
a:focus {
	outline:0;
}
img {
	border:medium none;
}
/* Layout */
#home_bg {
	text-align:center;
	background: url(../images/home_bg.jpg) repeat-x;
	height:100%;
}
#page_bg {
	text-align:center;
	background: url(../images/page_bg.jpg) repeat-x;
	height:100%;
}
#header {
	height: 339px;
	position:relative;
	background: url(../images/home_top.jpg) no-repeat;
}
#page_header {
	height: 159px;
	position:relative;
	background: url(../images/page_top.jpg) no-repeat;
}
#page_header .header_img {
	position:absolute;
	top:73px;
	right:10px;
}
#container {
	width: 745px;
	min-height: 100%;
	text-align:left;
	margin: 0 auto;
	background: url(../images/container.gif) repeat-y;
	#height: 100%;
}


#navcontainer {
	position:absolute;
	left:193px;
	bottom: 0;
	#bottom: -1px;
}

#navcontainer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navcontainer #navlist li {
	margin:0;
	padding:0;
	float: left;
	text-indent:-10000px;
}

#navcontainer #navlist li a {
	text-decoration: none;
	height: 42px;
	display: block;
	background: url(../images/menu.jpg) no-repeat;
}

#navcontainer #navlist li.now a, #navcontainer #navlist li a:hover {
	background: url(../images/menu_on.jpg) no-repeat;
}

#navcontainer #navlist li.page_item_page-item-2 a,
#navcontainer #navlist li.page_item_page-item-2 a:hover
{
	width:214px;
	background-position:0 0;
}
#navcontainer #navlist li.page_item_page-item-3 a,
#navcontainer #navlist li.page_item_page-item-3 a:hover
{
	width:151px;
	background-position:-214px 0;
}
#navcontainer #navlist li.page_item_page-item-4 a,
#navcontainer #navlist li.page_item_page-item-4 a:hover
{
width:187px;
	background-position:-365px 0;
}
#mian_body{
	padding: 0 1px;
}
#mian_body:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html #mian_body {
height: 1%;
}

#sidebar {
	width: 192px;
	float:left;
}
#bookmarks:nth-of-type(1) {
	margin-top:11px;
	margin-bottom:64px;
}
#bookmarks {
	margin-top:11px;
	margin-bottom:20px;
	#margin-bottom:44px;
}
#bookmarks_banner {
	margin:0 0 5px 0;
	text-align:center;

}
#bookmarks_link {
	margin:22px 0 0 0;
	text-align:center;
}
#content {
	float:right;
	padding: 0;
	width:551px;
	margin:0 0 100px;
}
#content_container {
	padding: 23px 24px 0 27px;

}
#footer {
	background:transparent url(../images/foot.gif) no-repeat scroll 0 0;
	clear:both;
	color:#999999;
	font-size:10px;
	height:44px;
	margin:-44px auto 0;
	position:relative;
	width:745px;
}

#footer .top_page_btn {
	position:absolute;
	right:5px;
}
#footer .copy {
	border-top:1px solid #CCCCCC;
	bottom:0;
	left:0;
	font-size:10px;
	line-height:26px;
	position:absolute;
	text-align:center;
	width:100%;
}
