body {
	background: black url('img/bg.jpg') repeat-y 50% 0%;
	margin: 0px;
}

html {
	overflow-x: hidden;
}

#bg_top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url('img/bg_top.jpg') no-repeat 50% 0%;
	height: 200px;
	width: 100%;
	z-index: 1;
}

a:link{color: #696969; text-decoration: underline;}
a:visited{color: #696969; text-decoration: underline;}
a:hover{color: #ffffff;}
a:active{text-decoration: underline;}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 970px;
	height: 550px;
	z-index: 2;

	margin-left: -485px;
}

#logo_topleft {
	position: absolute;
	top: 0px;
	left: 0px;

}

#topmenu {
	position: absolute;
	top: 20px;
	left: 360px;
}

#leftmenu {
	position: absolute;
	top: 115px;
	left: 0px;
}

#leftmenu a {
	display: block;
	margin: 4px;
	padding: 5px;
	padding-bottom: 3px;
	background-color: black;
	color: #696969;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
}


#window {
	position: absolute;
	top: 80px;
	left: 195px;
	background: transparent url('img/bg_window.gif') no-repeat;
	width:768px;
	height: 500px;
}


#window_frame {
	position: absolute;
	top: 17px;
	left: 13px;
	width: 730px;
	height: 455px;
	border: solid 0px;
	background-color: black;
}

#window_frame_content {
	position: absolute;
	background-repeat: no-repeat;
	width: 637px;
	height: 395px;
	padding: 30px;
	padding-left:45px;

}

#newsbox {
	position: absolute;
	top: 420px;
	left: 10px;
	z-index: 10;
}

#footer {
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -208px;
	color: #4d4d4d;
	font-family: Georgia, Arial;
	font-size: 12px;
}



div.dotline {
	width: 100%;
	height: 2px;
	background-image: url('img/dots.gif');
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	color: white;
	font-family: Georgia, Arial;
	font-size: 14px;
}

p.quote {
	color: #515151;
	font-style: italic;
	font-size: 19px

}

div.spacer {
	clear:both;
}
img {
	border: 0;
}