body{
	color: white;
	font: 14px/21px Georgia,"Times New Roman", Times, serif;
	background: black url(images/bg_content.jpg) no-repeat top left;
}
h1{
	font-size: 30px;
}
a:link{
	color: white;
	text-decoration: none;
}
a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	color: white;
	text-decoration: underline;
}
a:active{
	color: white;
	text-decoration: ubderline;
}

#header {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 700px;
	height: 65px;
}

#content {
	position: absolute;
	top: 158px;
	left: 50px;
	width: 674px;
	height: 470px;
	max-width: 674px;
	max-height: 470px;
	overflow: auto;
	padding-right: 10px;
}

#sidebar {
	position: absolute;
	top: 250px;
	left: 750px;
	width: 200px;
	height: 600px;
}
dt{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
dd{
	font-size: 16px;
	background-image: url(images/transparent.gif);
	padding: 10px;
}
blockquote{
	font-size: 16px;
	background-image: url(images/transparent.gif);
	padding: 10px;
}