html{
	height:100%;
}

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#c0e8f0 url(bg.jpg) no-repeat fixed;
	background-position:bottom left;
	padding:0px;
	margin:0px;
}
a:link , a:visited , a:active{
	border:none;
	text-decoration:none;
}
a:hover {
         text-decoration:underline;
}
a img{
	border:none;
}

.dash_sep{
	background-image:url(dash.gif);
	background-repeat:repeat-x;
	height:10px;
}

#wrapper{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-bottom:140px;
}
#logo{
	position:fixed;
	top:40px;
	left:30px;
	text-align:left;
}
#copyright{
	position:fixed;
	left:10px;
	bottom:10px;
}
#nav{
	text-align:center;
	padding-top:10px;
}
#nav_buffer{
	display:none;
}
.block_wrapper{
	width:716px;
	text-align:left;
	margin-left:auto;
}
.block_head{
	background-image:url(wide_dark_blogtop.png);
	background-position:center;
	background-repeat:no-repeat;
	height:32px;
}
.block_body{
	background-image:url(wide_dark_blogbackground.png);
	background-position:center;
	background-repeat:repeat-y;
	padding:0px 35px;
}
.block_bottom{
	background-image:url(wide_dark_blogbottom.png);
	background-position:center;
	background-repeat:no-repeat;
	height:32px;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:left;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
.page_num{
	line-height:18px;
	font-size:14px;
	color:#e9570f;
	padding-right:15px;
}
.page_num a{
	color:#00c7f2;
}
