@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
}
/*#menu {
	position:absolute;
	left:19px;
	top:177px;
	width:143px;
	height:359px;
	z-index:1;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #c8d5eb;
}*/
#menu {
	position:absolute;
	left:1px;
	top:170px;
	width:183;
	height:455px;
	z-index:2;
}
#footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #414848;
	padding: 5px;
	margin: 5px;
}
#home_content {
	position:absolute;
	left:185px;
	top:170px;
	width:914px;
	height:455px;
	z-index:1;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
#content {
	position:absolute;
	left:185px;
	top:180px;
	width:914px;
	height:555px;
	z-index:1;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
#title {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
}
#submenu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
a {
	font-weight: none; 
	color: #ffbb44;
	text-decoration: underline; 
}
a:hover { 
	font-weight: none; 
	text-decoration: underline; 
	color: #ffd488;
	}
a:active {
	font-weight: none; 
	color: #ffd488;
	text-decoration: underline; 
}
#main {
	background-color: #0c0f15;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8995af;
}
#footer_bg {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #687595;
}
