body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #d0bea4;
	background-color: #463c2d;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	float: left;
	background-image: url(../gfx/header.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 150px;
}

#header h1 {
	display: none;
}

#navigation {
	float: left;
	background-image: url(../gfx/nav_bg.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 20px;
	padding: 5px 10px 0px 10px;
	font-size: 11px;
}

#content {
	background-image: url(../gfx/main_bg2.gif);
	background-repeat: repeat-y;
	float: left;
}

#left {
	float: left;
	width: 180px;
	padding: 10px;
	padding-top: 0px;
	font-size: 11px;
}

#main {
	float: right;
	width: 480px;
	padding: 10px;
	padding-top: 0px;
	font-size: 11px;
}

#footer {
	float: left;
	background-image: url(../gfx/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 700px;
	height: 20px;
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
}

a { color: #d0bea4; text-decoration: underline; }
a:hover { color: #8b8171; text-decoration: underline; }

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #d0bea4;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: 1px dotted #241e17;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	color: #13100c;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.border { border: 1px dotted #13100c; }

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}

li {
	list-style-image: url(../gfx/bullet.gif);
}

p {
	margin: 0px;
	padding: 0px;
}
