﻿a {text-decoration: none;}
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;
}
#head{
	background: url('../../images/top.png');
	height: 50px;
}
#head h1.title{
	margin:0;
	padding: 50px 0 0 20px;
	font-variant:small-caps;
	color:#FF9;	
}
.nav {background: #191919 url(i/nav.gif);
	margin:0;
	padding: 0 0 20px 0px;
}
.nav a {
	margin: 0 0px 0 0;
	text-transform:uppercase;
	background: #191919 url(i/nav.gif);
	border-right: 1px solid #161616;
	color: #333;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 20px;
	padding: 0px 10px;
}
.nav a:hover {
	background: #191919 url(i/nav_hover.gif);
	color: #1575c2;
}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}
#head #title_box1{
	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: 10px 10px 10px 10px;
	text-align: justify;
	overflow: hidden;
	background: none repeat-y;
	background-position: 48% 0%;
}
#content h2{
	color:#1575c2;
	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:331px;
	margin: 0 15px 15px;
	float:left;
}



