* {
	margin: 0;
	padding: 0;	
}

html { 
   height:100%;
   }

body { 
	background: #dfab95 url(../../img/bg.jpg) top left no-repeat;
	color: #4C4C4C;
	font-family: Verdana,Arial,Helvetica,sans-serif; 	

}

#site { 
	background: transparent url(../../img/contbg.gif) top left repeat-y;
	width: 800px;		
}

#logo {
	padding: 0 69px 0 186px;
	width: 545px;	
	background: transparent url(../../img/logo.gif) top left no-repeat;	
}

#logo img {
 border: 0;
}

#logo a:link,
#logo a:active,
#logo a:visited {
	border-bottom: 1px solid #E4E1DB;
	}

#element1 {
	height: 10px;
	clear: both;
}

#menu1 {
	padding: 5px 69px 40px 186px;
	width: 545px;
	display: block;
}

#menu1 ul {
	list-style-type: none;
	width: 545px;
	
}

#menu1 ul li {
	display: inline;
}

#menu1 ul li a:link,
#menu1 ul li a:active,
#menu1 ul li a:visited {
	float: left;
	display: inline;
	background: #fff url(../../img/menu1_a_bg.gif) 100% 100% no-repeat;
	padding: 10px 15px 10px 7px;
	text-decoration: none;
	white-space: nowrap;
	color: #989994;
	font-size: 0.8em;
}

#menu1 ul li a:hover {
	color: #383934;
}

#menu2 {
	background: transparent url(../../img/menu2_bg.gif) 0% 100% no-repeat;
	padding-top: 1em;
	position: absolute;
	left: 761px;
	top: 110px;
	width: 285px;
	z-index: 10;
}

#menu2 ul {
	list-style-type: none;
	padding-bottom: 235px;
}

#menu2 ul li a:link,
#menu2 ul li a:active,
#menu2 ul li a:visited {
	padding: 10px 15px 12px 7px;
	text-decoration: none;
	background: #fff url(../../img/menu2_a_bg.gif) 100% 100% no-repeat;
	text-decoration: none;
	white-space: nowrap;
	color: #989994;
	font-size: 0.8em;
	line-height: 3em;
}

#menu2 ul li a:hover {
	color: #383934;
}



#footer { 
	background: transparent url(../../img/footer_bg.gif) top left no-repeat;	
	font-size: .7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 100px;
	text-align: center;
	clear:both;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:focus {
	background: transparent;
	color: #857E70;
}

#footer a:hover {
	color: #383934;
}
