

body {
	background-color: #120700;
	background-image: url("../images/wooden_background.jpg");
	background-origin: padding-box;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto auto;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #ead2b7;
	font-size:14px;
}

a {
color:#ead2b7;
text-decoration:none
}

#green_bar {
	background-image: url("../images/green_top_line.png");
	background-repeat: repeat-x;
	width:100%;
	height:16px;
	position:absolute;
	
}

#nav {
	background-image: url("../images/menu_header_bar.png");
	background-repeat: no-repeat;
    height: 49px;
    position: absolute;
    right: -39px;
    top: 51px;
    width: 854px;
	
}

#nav .nav_item {
	font-size:24px;
    color: white;
    float: left;
    font-size: 18px;
    list-style-type: none;
	letter-spacing: 1px
	
}

#nav .nav_item a {
	display:block;
	height: 36px;
	padding: 6px 13px 0px 13px;
	
	}
	
#nav .nav_item a:hover {
	background-color:rgba(0,0,0,0.5);

	}

#nav .nav_item:first-child {
	margin-left:31px}
	

#flower {
    position: absolute;
    right: -28px;
    top: -8px;
}

#header {
    position: relative;
}

#main_container {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 960px;
}
#logo {
	z-index: 100;
    left: 0;
    position: absolute;
    top: 37;
}


#sidebar_header {
	background-image: url("../images/sidebar_header.jpg");
	background-repeat: no-repeat;
	height: 59px;
	width: 167px;
	
	}
	
#trip_advisor_logo {

}
	
	
#content {
	padding-top:135px
	}
	
#sidebar {
	margin-top:92px
	}

	
	
	