body {
	background-color: #3e3e5e;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

p img {
	margin: 10px;
}

h1,h2 {
	font-size: 1em;
	margin-top: 0px;
	padding: 0px;
	text-indent: 0px;
	text-justify: left;
}

#top_menu a {
	text-decoration: none;
	color: white;
}

#top_menu a:hover {
	color: #cccccc;
}

#outmost {
	position: absolute;
	text-align: justify;
	margin: 0px;
	margin-top: 12px;
	margin-left: -407px;
	width: 815px;
	height: 585px;
	left: 50%;	
}

#banner {
	width: 815px;
	background-image: url("gfx/banner.jpg");
	height: 139px;
}

#container {
	width: 815px;
	background: url("gfx/mid.jpg") repeat-y;
}

#top {
	background: url("gfx/top.jpg") no-repeat;
	width: 815px;
	height: 65px;
}

#main {
	width: 815px;
	height: 396px;
	margin-top: -65px;
	background: url("gfx/bottom.jpg") no-repeat;
	background-position: bottom left;
}

#footer {
	clear: both;
	background: url("gfx/footer.jpg") no-repeat;
	width: 825px;
	height: 50px;		
}

#footer-text {
	width: 770px;
	padding-top: 4px;
	text-align: right;
	font-size: 14px ! important;
}

#top_menu {
	width: 780px;
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	color: white;
}

#menu {
	float: left;
	width: 140px;
	height: 300px;
	margin: 25px 0px 15px 5px;
}

#content {
	float: right;
	width: 600px;
	height: 370px;
	margin: 15px 20px 0px 0px;
	padding-right: 5px;
	overflow: auto;
}

html>body #content {
	width: 600px;
	height: 365px;
	margin-right: 40px;
}

p {
	margin-top:15px;
}

html>body p {
	margin-top: 0px;
}