

.linkit {
	background-color:#FFFFFF;
	}

a:link, a:visited, a:active{
	color:#333;
}
a:hover{
	text-decoration:none;
}

#wrap{
	width:760px;
	margin:0 auto;
}
#wrap_top{
	background:  url('i/tab_top_bg.gif') bottom no-repeat;
	height: 5px;
}
#main{
	clear: both;
	background:#fff;
	margin:0;
	height: 100%;
	overflow:hidden;
}
#head{
	margin: 0;
	padding: 14px;

	background-image: url('i/title.jpg');
	background-repeat:no-repeat;
	/*background-position: 50% 100%;*/
	height:170px;
}
.navbar{
	white-space: nowrap;
	margin: 5px 5px 5px 5px;
	display: block;
	/*width: 580px;*/
	padding:0;
}
.navbar li{
	padding-right: 15px;
	display: block;
	float: left;
	display:inline;
}
.navbar li a{
	font-weight:bold;
	font-size: 11px;
}

#head h1 {
	position: relative;
	font-size: 250%;
	padding: 15px;
	color: #000; 
	height: 140px;
}

#head h1 span {
	position: absolute;
	height: 140px;
	padding: 15px;
	color: #fff;
	display: block;
	top: -2px;
	left: -2px;
}
#content{
	margin: 5px 0 0 0;
	width: 70.5%;
/*	width: 576px; */
	padding: 0 10px 10px 10px;
	float:left;
}
#content .entry{
	font-size: 14px;
	margin:5px 0 0 0;
	border-bottom: #ddd 1px solid;
	/*text-align:justify; */
}

#content .entry .links{
	/*margin:-8px 0 2px 0;*/
	text-align:right;
	letter-spacing:1px;
	font-size: 8px;
	color:#666;
}

#rightbar{
/*	width: 130px; */
	width: 25%;
	padding: 10px 10px 10px 0;
	float:left;
}
#rightbar .box{
	margin: 5px 0 20px 0;
}
#rightbar .box h2{
	margin:0 0 2px 0;
	padding: 0;
	font-size: 13px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}
#rightbar .box ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightbar .box li{
	padding: 2px 0;
}
#rightbar #desc.box{
	background:#eee;
	padding:10px;
}

#footer{
	clear:both;
	text-align:right;
	background: #ddd;
	padding: 10px;
	font-size:8px;
	color:#333;
}
	

