
body{
	font: 70%/1.4em Verdana,sans-serif;
	color: #333;
}

h3{
	font: 1em Verdana,sans-serif;
	font-weight: bold;
	color: #333;
}

h4{
	font: 1em Verdana,sans-serif;
	font-weight: bold;
	color: #333;
	margin-top:15px;
}

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') top center no-repeat;
	height:5px;
}

#main{
	background:#fff;
	margin:0;
	overflow:visible;
}

#head{
	margin:0;
	padding: 0px 5px 20px 5px;
	background:  url('i/title.jpg') no-repeat;
	background-position: 50% 100%;
	height:170px;
}

#head h1.title{
	color:#fff;
	font-size: 18px;
	text-transform:uppercase;
	text-align:right;
	margin:0;
	padding: 125px 10px 0 0;
}

#content{
	margin: 5px 0 0 0;
	width: 550px;
	padding: 0 20px 20px 20px;
	float:left;
	background-position: 98.5% 0;
}
#content .entry{
	/*border-bottom: #ddd 1px solid;*/
	text-align:left;
}
#content .entry p{
	margin: 0.2em 0 1.2em 0;
}

#content .entry a{
	color:#FF6600;
	text-decoration:none;
}

#content .entry a:hover{
	color:#FF6600;
	text-decoration:underline;
}

#content .entry h2{
	margin:10px 0px 10px 3px;
	padding: 5px 0px 5px 0px;
	border-bottom: #666 1px solid;
	border-top: #666 1px solid;
	font-size: 12px;
	letter-spacing:1px;
	font: Georgia, serif;
}
#content .entry .links{
	width: 35px;
	text-align:right;
	letter-spacing:1px;
	border-left: #666666 1px solid;
	padding-left: 5px;
	float: right;
	font-size: 9px;
	color:#666;
}

#content .entry .file{
	width: 525px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: #666 1px solid;
}

#content .entry .file a{
	color:#333333;
	text-decoration:none;
	background-image: url(i/up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#content .entry .file a:hover{
	color:#FF6600;
	text-decoration:none;
	background-image: url(i/down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#content .entry .bc{
	font: 0.8em Verdana,sans-serif;
	font-weight:normal;
	color:#FF6600;
}

#content .entry img{
	float:left;
	padding: 0px 15px 5px 0px;
}

#rightbar{
	width: 160px;
	padding: 10px 10px 10px 0;
	float:left;
}

#rightbar .box{
	margin: 5px 0 20px 0;
}

#rightbar .box h2{
	margin:0 0 4px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	letter-spacing:1px;
	font: Georgia, serif;
	line-height: 12px;
	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:#A9CC66;
	padding:10px;
}

#rightbar a:link, a:visited, a:active{
	color:#333333;
	text-decoration:underline;
}

#rightbar a:hover{
	color:#333333;
	text-decoration:none
}

#footer{
	clear: both;
	text-align: right;
	background: url('i/footer.jpg') no-repeat;
	background-position: 50% 100%;
	height: 30px;
	padding: 0px;
	color: #ffffff;
}

#footer #copy{
	padding: 6px 15px 0px 0px;
	font-size:0.8em;
	color:#ffffff;
}
