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:link,a:visted,a:active{
	text-decoration:none;
	color:#900
}
a:hover{
	color:#009;
	border-color:#009;
}

#head{
	background: url('images/top.png') no-repeat;
	height:130px;
}

#head #navcont{
float:left;
}

#head ul.navbar{
	text-align:center;
	margin:0;
	padding: 0 0 0 100px;
}

#head ul.navbar li{
	text-align:center;
	display:inline;	
	float:left;
	list-style-type:none;
}	

#head ul.navbar a{
	text-align:center;
	display:inline;
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	
}

#head ul.navbar2{
	margin:0;
	padding: 0 0px 0 240px;
}
#head ul.navbar2 li{
	text-align:center;
	display:inline;	
	float:left;
	list-style-type:none;
}
#head ul.navbar2 a{
	display:inline;
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}

#head h1.title{
	position:bottom;
	margin:0;
	padding: 40px 0 0 20px;
	font-family : Calligrapher;
	color:#fff;
	align:left;
	font-size:36px;
}
#head h2.title{
	position:bottom;
	margin:0;
	padding: 0 20px 0 0;
	font-family: Arial;
	color:#fff;
	alight:right;
	font-size:16px;

}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}

#main{
	background: url('images/main_bg.png') center repeat-y;
	margin:0 auto;
	width:760px;
	padding: 0 0px 0 1px;
	overflow:hidden;
}

#splash{
		background: url('images/title.jpg') no-repeat;
		padding-top:126px;
		text-align:right;
		margin: 0 8px;
}
#splash h2.subtitle{
	margin:8px 0 0 8px;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	font-family: Tahoma;
	text-align:left;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	width: 700px;
	margin: 10px 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	float:left;
}


#content h2{
	color:#900;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('images/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;

}

#content h3{
	color:#D00;
	margin:20px 0 0 0;
	line-height:10px;
	padding: 0px 0 0 0px;
	line-height:20px;
	font-size:16px;
	
}

#content h4{
	color:#A00;
	margin:20px 0 0 0;
	line-height:10px;
	padding: 0px 0 0 0px;
	line-height:20px;
	font-size:14px;
	
}

#content h5{
	font-size:12px;
	text-decoration: none;
	color:#D00;
}


#content h6{
	color:#900;
	margin:0 0 0 0;
	line-height:20px;
	background: url('images/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;
	font-size:20px;
}


#content a:link, #content a:visited, #content a:active{
text-decoration:none;

}

#content a:hover{
	font-color:#009;
	color: #009;
	text-decoration: underline;
	
}

#content h4 a:link, a:visited, a:active{
	color:#A00;
	text-decoration:none;

}
	
#content h5 a:link, a:visited, a:active{
	color:#A00;
	text-decoration:none;

}


#content h4 a:hover{
	color:#D00;
	text-decoration:underline;
}

#content h5 a:hover{
	color:#D00;
	text-decoration:underline;
}


#info h3, #info2 h3, #info3 h3, #info4 h3{
	color:#D00;
	margin:0 0 0 0;
	padding: 0 5px 0 0;
	font-size:16px;
	
	}
	

.floatright {
display: inline;
float: right;
margin: 0 0 0 4px;
border: 1px solid black;

}

.floatleft{
display: inline;
float: left;
margin: 0 4px 0 0;
border: 1px solid black;
}

#footer{
	position:relative;
	clear:both;
	background: url('images/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;
}

