
body{
	font: 70%/1.4em Verdana,sans-serif;
	color: #333;
	background-color: #cccccc;
	/*background: #eee url('../CSS/i/body_bg.png') repeat-x; 
	background: #eee url('../images/samplebg.jpg') repeat-x fixed;*/
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #0000EE;
}
a:hover{
	text-decoration: underline;
/*	border:0px solid #FF00EE; */
	border:0px solid #FF0000;	
	margin:0;
}


}
a {color: #682;}
a:hover {color: #9A6;}

#wrap{
	width:760px;
	margin:0 auto;
}
#wrap_top{
	background:  url('../CSS/i/tab_top_bg.gif') top center no-repeat;
	height:5px;
}

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

#head{
	margin:0;
	padding: 10px 5px 17px 5px;
	background:  url('i/title.jpg') no-repeat;
	background-position: 50% 100%;
	height:140px;
}
#head .navbar{
	padding:0;
	margin:0;
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 0 10px;
	font-weight:bold;
	font-size: 11px;
}
#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: 580px;
	padding: 0 20px 20px 20px;
	float:left;
	background:  url('i/content_sep.png') repeat-y;
	background-position: 98.5% 0;
}
#content .entry{
	border-bottom: #ddd 1px solid;
	text-align:justify;
}
#content .entry p{
	margin: 0.2em 0 1.2em 0;
}
#content .entry h2{
	margin:25px 0 0 0;
}
#content .entry .links{
	margin:-8px 0 2px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 8px;
	color:#666;
}


/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.search   {
	border-top: 1pt solid #000033;
	border-bottom: 1pt solid #000033;
	border-right: 1pt solid #000033;
	border-left: 1pt solid #000033;
	font: normal 12px tahoma;
	width:140px;
	height:21px;
	color: #000000;
	margin:0px 0px 5px 1px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:140px;
	color: #707070;
	margin:0px 0px 5px 1px;
}

input.sidebar1   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:110px;
	color: #707070;
	margin:0px 0px 5px 1px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	width:50px;
	color: #000033;
	//color: #707070;
	margin:0px 0px 5px 1px;
}

input.button_search   {
	border-top: 1pt solid #000033;
	border-bottom: 1pt solid #000033;
	border-right: 1pt solid #000033;
	border-left: 1pt solid #000033;
	font: bold 14px tahoma;
	width:50px;
	height:21px;
	color: #000033;
	//color: #707070;
	margin:0px 0px 5px 1px;
}

input.button_searchbar   {
	border-top: 0pt solid #cccccc;
	border-bottom: 0pt solid #cccccc;
	border-right: 0pt solid #cccccc;
	border-left: 0pt solid #cccccc;
	font: normal 10px tahoma;
	width:25px;
	height:17px;
	color: #000033;
	//color: #707070;
	margin:0px 0px 0px 0px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}




#rightbar{
	width: 130px;
	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;
*/
}
