html,body,ul,h1,h2,h3,form,fieldset,legend,a,img{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
}

body{
	font-family:"Lucida Grande","Trebuchet MS",Lucida,Trebuchet,Helvetica, sans-serif;
	font-size:13px;
	background: url('images/bg.jpg') #3f3e3b repeat ;
	color:#fff;
	margin-top: 15px;
}
br.clear{
	height:1px;
	line-height:1px;
	font-size:1px;
	visibility:hidden;
	display:block;
	clear:both;
}
fieldset{
	border:none;
}

#main{
	width:889px;
	margin:0 auto;
}
#main #top{
   background: url('images/top.jpg') #3f3e3b repeat ;
   height:406px;
}
#main #top a img{
	position:relative;
	top:296px;
	left:626px;
	backgorund:red;
}
#main #menu{
	margin:1px 0;
	height: 71px;
	width:100%;
	background:#75b027;
}
#main #menu #nav li, #nav li a {
	float:left;	
	height: 71px;
}

#main #menu #nav #offer {
	background: url('images/offer.jpg');
	width:221px;
}
#main #menu #nav #offer:hover {
	background: url('images/offer.jpg');
}
#main #menu #nav #gallery {
	background: url('images/gallery.jpg');
	width: 223px;
}
#main #menu #nav #gallery:hover {
	background: url('images/gallery.jpg');
}
#main #menu #nav #about{
	background: url('images/about.jpg');
	width:224px;
}
#main #menu #nav #about:hover{
	background: url('images/about.jpg');
}
#main #menu #nav #contact{
	background: url('images/contact.jpg');
	width:221px;
	border-right:solid 1px #242320;
}
#main #menu #nav #contact:hover{
	background: url('images/contact.jpg');
}
#main #content {
	margin:25px 0 0 0 ;
	background:url('images/content-bg.jpg') #3f3e3b repeat-x;
	border:solid 1px #000;
}
#main #content p{
	margin:20px;
	text-align:justify;
}
#main #content p span{
	font-weight:bold;
	font-size:18px;
}
#main #content #offer-image{
	border:solid 5px #272320;
	float:right;
	margin:20px;
}
#main #content #offer-text{
	text-align:center;
}
#main #content #offer-list li{
	cursor:pointer;
}
#main #content ul{
	margin: -10px 0px 30px 30px;
	font-size:16px;
}

#main #content #gallery-list li{
	display:inline;
	padding:5px;
}
#main #content #gallery-list li a img {
	border:solid 4px #272320;
}
#main #content #gallery-list li a:hover img {
	border:solid 4px #75b027;
}
#main #footer {
	font-size:10px;
}
#main #footer p{
	text-align:center;
	margin:10px 0 0 0 ;
}
#main #footer ul{
	text-align:center;
	list-style-type: square
}
#main #footer ul li{
	display:inline;
	padding:0 2px;
}
#main #footer ul li a{
	color:#fff;
}
#main #footer ul li a:hover{
	text-decoration:underline;
}