@CHARSET "UTF-8";

/*@import "webkit.css";
@import "gecko.css";*/
@import "ie.css";

body {font-family: Helvetica,Arial,sans-serif;font-size: 12px;padding: 0;margin: 0;background-color: rgb(8, 6, 4);background-color: rgb(230, 220, 207);}

a {text-decoration: none;color: inherit;}

.left {float:left;}
.right {float:right;}

#header {background-image: url('../img/header-background.png');background-repeat: repeat-x;}
	#header div {width: 1000px;margin: auto;height: 180px;background-image: url('../img/stone.png');background-repeat: no-repeat;background-position: right;}

#navigation {height: 40px;background-color: rgb(230, 184, 115);background-image: url('../img/navigation-bottom.png');background-repeat: repeat-x;background-position: bottom;}
	#navigation .l1 {padding: 5px;width: 990px;margin: auto;}
		#navigation .l1 li {display: inline;text-transform: uppercase;color: rgb(166,133,83);font-size: 15px;margin: 0 5px;}
		#navigation .l1 li:hover {color: rgb(191,105,48);}
		#navigation .l1 li.open {color: rgb(191,105,48);font-weight: bold;}
		
#content {background-color: rgb(230, 220, 207);}
	#content-in {width: 940px;margin: auto;background-image: url('../img/content-left.png');background-repeat: repeat-y;}
		#content-top {background-image: url('../img/content-top.png');background-repeat: repeat-x;height: 50px;}
			#title {color: #bf6930;font-size: 20px;padding-top: 20px;}
		#content-main {font-size: 16px;padding: 0px 40px 0px 10px;margin-left: 30px;background-image: url('../img/content-right.png');background-repeat: repeat-y;background-position: right;background-color: white;}
		#content-bottom {background-image: url('../img/content-bottom.png');background-repeat: repeat-x;height: 30px;}					

#footer {background-image: url('../img/footer-top.png');background-repeat: repeat-x;background-position: top;background-color: rgb(230, 184, 115);height: 45px;}
	#footer-in {text-align: center;padding-top: 20px;background-image: url('../img/footer-background.png');background-repeat: repeat-x;background-position: bottom;height: 30px;}
		#footer-in div {color: white;padding-top: 5px;}
