				/* BODY === */
html,body { background: #E8E2D9; }

/* NAVIGATION === */
#navigation ul {
	float:left;
	background: url('./nav.png') no-repeat 0 0;
	margin-left: 10px;
	padding:0;
	width: 830px;
	height:35px;
	list-style-type: none;
	margin: 10px 0;
}
#navigation ul li {
	border-bottom:2px solid #333333;
	display:block;
	float:left;
	font: 1.2em "Palationo Linotype", Verdana, serif;
	margin:5px 10px;
	padding:0 10px;
	text-align:center;
	width:70px;
}
#navigation ul li:hover, #navigation ul li a.current {
	border-bottom:2px solid #990003;
}
#navigation li a {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

/* MAIN === */
#main {
	background: #fff url('./background.jpg') no-repeat bottom;
	min-height: 400px;
	-moz-border-radius-bottomleft:1%;
	-moz-border-radius-bottomright:1%;
	border-left: solid 1px #BBA98E;
	border-right: solid 1px #BBA98E;
	padding: 5px;
	padding-bottom:180px;
	padding-top:10px;
}

/* HEADER === */
#header {display:none;}

/* WRAPPER === */
#wrapper {
	margin-left:20px;
}
#wrapper h2 {
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	border-bottom: solid 2px #990003;
	
}
#left-wrapper h3 {
	border-bottom: #E3E3E3 dashed 1px;
	font: 1.2em "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	color:#666;
}

/* FOOTER === */
#footer {
	text-align:center;
}
																		
