
body{
	background:#ccc url('i/body_bg.png') repeat-x;	
	font-family:"Lucida Sans", Verdana, sans-serif;
	font-size:70%;
	line-height:1.6em;
	margin:0;
	color:#333;
}
#wrap{
	margin:0 auto;
	width:760px;
	height:500px;
}

a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: #900 1px dotted;
	color:#669922;
}
a:hover{
	color:#88bb22;
	border-color:#88bb22;
}

#head{
	background: url('i/top.png') no-repeat;
	/*background-color: #88bb22;*/
	height:130px;		 
}
#head h1.title{
	margin:0;
	padding: 105px 0 30px 20px;
	font-variant:small-caps;
	color:#fff;	
}
#head ul.navbar{
	margin:0;
	padding: 0 0 0 30px;
}
#head ul.navbar li{
	float:left;
	list-style-type:square;
}
#head ul.navbar li a{
	display:block;
	padding: 18px 0 0 0;
	margin: 0 40px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
/*
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}
*/
#main{
	background: url('i/main_bg.png') center repeat-y;
	margin:0 auto;
	width:760px;
	padding: 0 0px 0 1px;
	overflow:hidden;
}

#splash{
		background: url('i/title.jpg') no-repeat;
		padding-top:126px;
		text-align:right;
		margin: 0 8px;
}
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	/*background: url('i/content_sep.png') repeat-y;*/
	background-position: 48% 0%;
}
#content h2{
	color:#669922;
	margin:20px 0 0 0;
	line-height:20px;
/*	background: url('i/content_h2.png') top left no-repeat;*/
	padding: 0px 0 0 15px;
	font-size: 150%;

}

#footer{
	clear:both;
	background: url('i/bot_bg.png') center no-repeat;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#999;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}

#content div.widebox{
	width:420px;
	margin: 0 15px 20px 15px;
	float:left;
}


#content div.box{
	width:210px;
	margin: 0 15px 20px 15px;
	float:left;
}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}

