body{
	background:#ccc url('i/body_bg.png') repeat-x;
	font: 70%/1.6em 'Times New Roman', Times, serif;
	margin:0;
	color:#333;
}
#wrap{
	width:760px;
	height:620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

#head{
	background: url('i/top2.png') no-repeat;
	height:100px;
}
#head h1.title{
	margin:0;
	padding: 20px 0 0 20px;
	font-variant:small-caps;
	color:#000;
}
#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:visible;
}

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

#content{
	margin: 0 10px 10px 10px;
	text-align:left;
	overflow:hidden;
	
}
#content h2{
	color:#900;
	line-height:20px;
	background: url('i/content_h2.png') top left no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;

}

#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.box{
	width:706px;
	margin: 0 15px 20px 15px;
	float:right;
}
#content div.box2{
	width:265px;
	margin: 15px 15px 20px 30px;
	float:left;
	
}

#content div.box3{
	width:300px;
	margin: 40px 40px 10px 30px;
	float:right;
	
}
#content div.box5{
	width:665px;
	margin: 0px 20px 10px 20px;
	float:right;
	
	
}
#content div.box4{
	width:350px;
	margin: 0px 20px 10px 20px;
	float:right;
	height: 400px;
	
	
}
#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}
#nav{
	margin:0 auto;
	width:650px;
	padding: 0 0px 0 8px;
	
}

.hbuttons a{
	display: block;
	text-decoration: none;
	font: bold 13px Arial;
	color: white;
	width: 100px;
	height: 23px;
	float: left;
	display: block;
	margin-right: 8px;
	background-image:url(i/tabsquare.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align:center;
}

.hbuttons a:hover{
	background-image:url(i/tabsquareover.jpg);
}

#slogan{
	position: relative;
	width: 286px;
	height: 33px;
	left: 91px;
	top: -40px;
        color:#000;
}