#ahem {
	font-weight: bold;
}

body {
	background: #9f9477;
	color: #000000;
	margin: 0;
}

body, p, li, td, blockquote {
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}

pre, tt, code, kbd, samp {
	font-family: monospace;
}

h1, h2, h3, h4, p, ul, ol, blockquote {
	padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
}

p + h2 {
	margin-top: 1.5em;
}

p + h3 {
	margin-top: 1.5em;
}

p + h4 {
	margin-top: 1.5em;
}

td h2 {
	margin-top: 0;
}

ul, ol {
	margin-left: 3em;
}

h1, h2, h3, h4 {
	color: #371915;
	font-weight: bold;
}

h3, h4 {
	font-style: italic;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

hr {
	border: none;
	height: 1.5px;
	background: #D3C8AB;
	color: #D3C8AB;
	text-align: center;
	margin-bottom: 0.8em;
}

td {
	text-align: left;
	vertical-align: top;
}

#body {
	height: 100%;
	width: 100%;
}

#left, #logo {
	width: 155px;
	background-color: #000000;
}

#left {
	background-image: url("/images/main/dedalus.jpg");
	background-repeat: no-repeat;
}

#logo {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}

#menu {
	padding-top: 125px;
}

#title {
	background: #9f9477 url("/images/main/bar-bg.gif") repeat-x;
	width: 100%;
	height: 100px;
}

#content {
	padding: 26px 0px 30px 20px;
	/* Totalwidth should be 585px */
	width: 559px;
}

.imgright {
	float: right;
	clear: right;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 10px;
}

.imgcenter {
	text-align: center;
	padding-bottom: 10px;
}

.highlight {
	color: 371915;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #371915;
	text-decoration: underline;
}

a:hover {
	color: #D3C8AB;
	text-decoration: underline;
}
