/**
 * HTML ENTITIES
 */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background: url(images/background.gif) 0 0 repeat-y #825b2b;
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #50341a;
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 16pt;
	margin: 0;
	padding: 0 10px 5px 10px;
	color: #4f1722;
	font-weight: normal;
	border-bottom: 1px dashed #4f1722;
}


/**
 * MENU
 */
#menu {
	width: 190px;
	padding: 10px 20px;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}
#menu a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #8D6733;
	text-decoration: underline;
}


/**
 * CONTENT
 */
#main {
	float: left;
	padding: 0;
	maring: 0;
	width: 730px;
	background: #8D6733;
}
#logo {
	padding: 10px 0 10px 40px;
	background: #233044;
	color: #fff;
	font-size: 8pt;
	border-right: 2px solid #233044;
}
#biglogo {
	float: right;
	margin: 0 40px 0 0;
}
#content {
	margin: 0;
	padding: 20px 40px;
	border-color: #3e2914;
	border-style: solid;
	border-width: 2px 2px 2px 0;
}
#content img {
	background: #fff;
	border: 4px solid #fff;
	margin: 4px;
}


.cleaner {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.body {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #000000}
b {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #880000; font-weight: 800}
i {font-family: Georgia,Times New Roman,Times,serif; font-size: 10pt}

ul {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; color: #000000}