body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	font-color: #7A7375;
	line-height: 1.7em;
	background-color:#ffffff;
	margin:0px auto;
	height:100%;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #FF6D00;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#000000;
}
a:active {
	color:#FF6D00;
}
#container {
	width:800px;
	height: 830px;
	background-image:url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#left_panel{
	width:360px;
	height:785px;
	float: left;
}
#menu{
	position:absolute;
	top:200px;
	left:197px;
	padding-left: 7px;
	height:450px;
	width:100px;
	color: #FF6D00;
	font-size:	7pt;
	font-weight: bold;
	line-height: 1.5em;
}
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu .submenu {
	padding:0px;
	padding-left:1px;
}
#menu a {
	text-decoration: none;
}
#menu a:link {
	color: #000000;
}
#menu a:visited {
	color:#333333;
}
#menu a:hover {
	color:#FF6D00;
}
#menu a:active {
	color:#FF6D00;
}
#content_simple{
	width:440px;
	height:785px;
	float: right;
	margin:0px auto;
	text-align: justify;
}
#footer{
	width: 800px; 
	height: 45px;
	clear: right;
}
