/* CSS Document */

body {
	margin: 0;
	background-color: #FFFFFF;
	padding: 0;
	background-image: url(images/body-back.jpg);
	background-repeat: repeat-x;
}


#heading {
	position: relative;
	width: 780px;
	height: 126px;
	padding: 0;
	margin: 0;
	background-color: #C8C78E;
	
    margin-left: auto;
    margin-right: auto;
}

#left-bar, #right-bar {
	position: absolute;
	margin-left: -35px;
	background-image: url(images/left-bar.jpg);
	background-repeat: repeat-y;
	width: 35px;
	height: 810px;
}
#right-bar {
	margin-left: 0;
	right: -35px;
	background-image: url(images/right-bar.jpg);
}


#footer {
}


#title {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 492px;
	height: 66px;
	background: url(images/title.gif);
	background-repeat: no-repeat;
}

#address {
	position: absolute;
	left: 620px;
	top: 45px;
	width: 150px;
	height: 50px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #930F16;
	line-height: 13px;
	
	margin: 0;
	padding: 0;
}
#address a {
	color: #930F16;
	text-decoration: none;
}
#address a:hover {
	color: #370205;
}


#content {
	position: relative;
	
	width: 780px;
	height: 500px;

	margin: 0;
	padding: 0;
	
    margin-left: auto;
    margin-right: auto;
}




/***** MENU *****/

#menu {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 100%;
	height: 20px;
	
	margin: 0;
	padding: 0;
	
	background-color: #FF5D35;
	color: #FFFFFF;
}


#menu, #menu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu ul {
	position: relative;
	width: 100%;
	top: 0;
	left: 10px;
}

#menu li {
	position: relative;
	float: left;
}
* html #menu li {
	line-height: 20px;
	margin-top: -2px;
}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
#menu li a:hover {
	border: 2px solid #CCE37C;
	margin: 0px;
	padding: 0px 18px 0px 18px;
	}


.menuCurrentItem {
		background-color: #FF9934;
	border-bottom: 2px solid #FF9934;
}
