*{
	margin: 0 auto;
	padding: 0;
}

.clear{
	clear: both;
}

h1{
	color: #436d81;
	font: 27px Helvetica;
}

h3{
	color: #1a4663;
	font: 18px "Tahoma";
}

body{
	background: url(../images/bg.jpg) no-repeat center top;
}

#wrap{
	width: 950px;
}

#logo{
	width: 620px;
	float: left;
	height: 152px;
}

#nav{
	background: url(../images/nav_bg.png) no-repeat;
	width: 305px;
	float: left;
	height: 127px;
	font: 16px "Tahoma";
	padding: 25px 0 0 25px;
}

#nav a{
	color: #050008;
	text-decoration: none;
}

#nav a:hover{
	color: #1a4663;
}

#main{
	background: url(../images/main_bg.png) repeat-y;
	overflow:hidden;
}

.text{
	width: 870px;
	float: left;
	margin: 0 0 0 35px;
	text-align: justify;
	font: 12px "Tahoma";
	color: #04212f;
	line-height: 18px;
	border-bottom: 1px solid #CCCCFF;
}

#img{
	padding: 0 0 0 20px;
	float: right;
}

#mid{
	width: 875px;
	margin: 0 0 0 35px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCFF;
	padding: 0 0 20px 0;
}

#contact{
	width: 239px;
	float: left;
	margin: 15px 0 0 0;
	color: #2c2c2c;
	font: 14px "Tahoma";
	line-height: 18px;
	border-right: 1px solid #CCCCFF;
	background: url(../images/contact_bg2.png) no-repeat bottom right;
}

#contact a{
	color: #2c2c2c;
}

#contact a:hover{
	color: #666;
}

#contact img{
	padding: 15px 0 0 0;
}

#location{
	margin: 15px 0 0 23px;
	width: 610px;
	float: left;
	font: 14px "Tahoma";
}

#gallery{
	margin: 10px 0 25px 35px;
	font: 14px "Tahoma";
	color: #2c2c2c;
}

.iis{
	color:#666666;
}

.iis:hover{
	color: #990000;
}