
* {
	margin: 0;
	padding: 0;
	border:none;
	}

body {
	background-color: rgb(160,120,72);
	}
	
.schedule_btn, .video_btn, #page_body { behavior: url(/iepngfix.htc) }

/*-------------------------------------- structure ---------------*/

#header,
#page_body,
#footer,
#nav
	{
	margin: 0 auto;
	}


#wrapper_page_body 
{
	
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding:40px 0;
	background-image: url(/images/bg_site_hrz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#page_body {
	width:1030px;
	background-image: url(/images/bg_pagebody_hrz.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}



#content {
	
	background-image: url(/images/bg_content.png);
	background-repeat:
	repeat-x;
	background-position: left bottom;
	background-color:#fff;
	margin:0 auto;
	width:1000px;
	padding-bottom:20px;
	}
	



/*---------------------------------------------------- header */
#header {
	height: 130px;
	width:1000px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	

.logo_img {margin-top:40px;
margin-left:40px;
border:none;}


#top_buttons {
	background:
	none;
	display:block;
	width:290px;
	height:100px;
	float:right;
}

#top_buttons a.schedule_btn {

    display:block;
    margin: 20px 0px 0px 0px;
    width:77px;
    height:60px;
    background-image:url(/images/top_btns/button-schedule.gif);
    background-repeat:no-repeat;
    border-right:1px dashed rgb(162,162,162);
	float: left;
}

#top_buttons a:hover.schedule_btn {
  
     background-image:url(/images/top_btns/button-schedule-over.gif);
   
}

#top_buttons a.video_btn{
    display:block;
    margin: 20px 0px 0px 18px;
	width:77px;
	height:60px;
	background-image:url(/images/top_btns/button-video.gif);
	background-repeat:no-repeat;
	background-position:left;
    border-right:1px dashed rgb(162,162,162);
	float: left;
}

#top_buttons a:hover.video_btn{
       background-image:url(/images/top_btns/button-video-over.gif); 
}

#top_buttons a.vacation_btn{
    display:block;
    margin: 20px 0px 0px 18px;
	width:77px;
	height:60px;
	background-image:url(/images/top_btns/button-vacation.gif);
	background-repeat:no-repeat;
	background-position:	left;
	float: left;
}

#top_buttons a:hover.vacation_btn{
       background-image:url(/images/top_btns/button-vacation-over.gif); 
}



/* ------------------------------------------------ navigation */


#nav {height:20px; width:1000px; margin:0 auto; margin-top:10px;}

#nav ul {margin-left:85px; display: block;}

#nav li {
	font-size:8pt;
	margin:5px 10px 5px 10px;
	float:left;
	font-weight: bold;
	list-style: disc;
	color: rgb(137,137,137);
	}
	
#nav li:first-child{list-style:none;}

#nav a {
	color: rgb(137,137,137);
	text-decoration: none;
	display: block;
	position: relative;
	}
	
#nav a.selected {color: #000;}

#nav a:hover,
#nav a:visited:hover {
	color: rgb(160,65,13);
	}

/*----------------------------------------------------- footer */

#footer {
	height:42px;
	width:1000px;
	background-color:rgb(54,47,45);
	}



#footer ul{
	margin-left:40px;
	}

#footer li {
	margin:12px 8px 5px 8px;
	float:left;
	list-style: none;
	font-family:arial;
	font-size:8pt;
	color: #fff;
	list-style:disc;
	}
	
#footer li:first-child{list-style:none;}

#footer a:link, #footer a:visited {
	font-family:arial;
	font-size:8pt;
	color: #fff;
	text-decoration:none;
}

#footer a.float_right
{
	float:right;
	margin-right:40px;
	margin-top:13px;
}

#footer2 {
	width: 900px;
	margin: 0 auto;
	padding: 1em 50px;
	color: #FFFFFF;
	background-color: #897860;
	background-image:url(/images/bg_footer2.jpg);
	font-family: sans-serif, arial;
	font-size:10pt;
}

#clear_block {clear:
both;}

