@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 11px;
	color: #663300;
	background-color: #fbf9f9;
	background-image: url(img/BG.gif);
	background-repeat: repeat-x;	
}

a {

	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
}

a img {
    border: none;
}

h1 a {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	background-image: url(img/logoo.jpg);
	height: 0px;
	width: 463px;
	padding: 65px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

h2 {
	font-size: 16px;
	color: #993300;
	font-weight:500;
	letter-spacing: 0px;
	margin: 15px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




p {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #663300;
	text-indent:14px;
	text-align:justify;
}

ul {
	list-style:none;
}

#container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
} 

#logo {
}

#mainnav{
	position: absolute;
	top: 80px;
	left: 500px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;

}

#mainnav ul {
	 
}

#mainnav li{
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 0 0 3px;
	background-color: #5a4540;
}

#mainnav li a {
	display: block;
	margin: 0px 0px 0 0px;
	padding: 2px 5px 4px 5px;
	height: 12px;
	width: 80px;
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav li a:hover {
	background-color: #a1442d;
}

#mainnav li.selected{
	background-color:  #a1442d;
}


 CSS Document */

#maincontent {
	background: #fbf9f9;
	width:1000px;
	
}

#section1 {
	width: 250px;
	height: 800px;
	float: left;
	margin: 100px 10px 0px 0px;
}

#S1 {
	background-image: url(img/S1.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	margin:20px 0px 0px 0px;
}

#section2 {
	width: 235px;
	float: left;
	margin: 100px 25px 0px 0px;

}

#S2top {
	background-image: url(img/S2top.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	margin:20px 0px 0px 0px;
}

#S2low {

	background-image: url(img/S2low.jpg);

	background-repeat: no-repeat;

	width: 250px;

	height: 250px;

	margin:20px 0px 20px 0px;

}



#section3 {

	width: 235px;

	float: left;

	margin: 100px 10px 0px 0px;

	height: 850px;
}

	

#ossipow{

	background-image: url(img/ossipow.jpg);

	background-repeat: no-repeat;

	width: 250px;

	height: 250px;

	margin:15px 0px 10px 0px;	
}



#view{
	background-image: url(img/view.jpg);

	background-repeat: no-repeat;

	width: 500px;

	height: 250px;

	position:absolute;

	top: 660px;

	left:520px;
}


#section4 {
	position: absolute;
	top: 435px;
	left: 780px;
	width: 220px;
	margin: 0px;
		  
}




#contactpage {
	position: absolute;

	top: 120px;

	left: 525px;
}

#map {
	background-image: url(img/map.jpg);

	background-repeat: no-repeat;

	position: absolute;

	top: 120px;

	left: 0px;

	width: 500px;

	height: 725px;
	
}




#links{
	margin: 20px 0px 0px 0px;
}


#footer {
  
	height:50px;

	width: 900px;

	clear: both;

	text-align:left;

	color: #fbf9f9;
}









































