body {
	margin:0px;
	font-family: Arial, Tahoma,Arial,  serif;
	font-size:11px;
	color:#090909;
	background-color:#c0d8ec;
}
img {
	margin:0px;
	border:0px;
}
p {
	margin-top:10px;
	margin-bottom:0px;
}
li {
	text-indent: 0;        
	color:#044bc6;
	list-style-position:outside;
}
div.main {
	width:900px;
	background-image: url(./img/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}
div.bot {
	display:block;
	width:900px;
	height:58px;
	background-image: url(./img/bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.bottext {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding-top:26px;
}
div.top {
	display:block;
	width:900px;
	height:492px;
	background-image: url(./img/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.nav_bg {
	display:block;
	width:900px;
	height:65px;
	background-image: url(./img/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.content {
	display:block;
	width:900px;
	height:auto !important;
	height:385px;
	min-height:385px;
	background-image: url(./img/content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



div.contacts {
	display:block;
	width:900px;
	height:auto !important;
	height:385px;
	min-height:385px;
/*
	background-image: url(./img/content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
*/
	text-align:left;
	font-size:16px;
	padding-left:100px;
	padding-right:50px;
}

div.gal {

	text-align:left;
	font-size:16px;
	padding-left:80px;
	padding-right:50px;
}

gal a {
	color:#000000;
border-bottom:dashed 1px #000
}

div.index {
	display:block;
	width:800px;
	height:auto !important;
	height:385px;
	min-height:385px;
	background-image: url(./img/content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:justify;
	font-size:16px;
}
div.mainmarg {
	margin-left:35px;
	margin-right:35px;
	text-align:left;
}
a {
	color:#000000;
	text-decoration:none;
}
a:active {	
	color:#000000;
	text-decoration:none;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a.nav {
	padding-right:30px;
	padding-left:30px;
	color:#ffffff;
	text-decoration:none;
}
a:active.nav {	
	padding-right:30px;
	padding-left:30px;
	color:#ffffff;
	text-decoration:none;
}
a:link.nav {
	padding-right:30px;
	padding-left:30px;
	color:#ffffff;
	text-decoration:none;
}
a:hover.nav {
	padding-right:30px;
	padding-left:30px;
	color:#ffffff;
	text-decoration:underline;
}

