body {
	background: #3f3f3f url(gfx/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #ffebc3;
	margin: 0px;
}

#header {
	position: absolute;
	background-image: url(gfx/bg_header.jpg);
	//background-color: #0CF;
	background-repeat: no-repeat;
	height: 940px;
	width: 1026px;

	left: 50%;
	margin-left: -513px;
}
#content {
	width: 570px;
	left: 404px;
	top: 235px;
	position: absolute;
	height: 32px;
}
#menu {
	position: absolute;
	left: 134px;
	top: 239px;
	width: 243px;
	height: 72px;
}
#header #content h1 {
	color: #000;
}

#header #content h2 {

	font-weight: normal;
}

a {
	color: #ffebc3;
	text-decoration: none;
}
.active {
	font-weight: bold;
	//text-decoration: underline;
}

a:hover {
	color: #ffebc3;
	font-weight: bold;
	//text-decoration: underline;
}
#header #content a:hover {
	font-weight: normal;
	text-decoration: underline;
}
