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

a:active{
	text-decoration:none;
	border-bottom: #900 1px dotted;
	color:#900;
}

a:visited{
	text-decoration:none;
	color:#900;
}

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

#head{
	background: url('i/top.png') no-repeat;
	height:130px;
}
#head h1.title{
	margin:0;
	padding: 105px 0 0 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{
	text-align:justify;
	overflow:hidden;
	
	background-position: 48% 0%;
	width: 710px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h2{
	color:#900;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('i/content_h2.png') top left no-repeat;
	padding: 0px 0 0 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:710px;
	float:left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}

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

#content div.sbox{
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

.HedsLrg   { font-size: 16pt; font-weight: bold; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;}
.HedsSml   { font-size: 10pt; font-weight: bold; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;}
.BodyMed   { font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;}
.smalltxt { font-size: 8pt;	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;}
.spacer{	line-height : 22px;
