body{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link,
a:hover,
a:active,
a:visited{
	color: lightblue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*--header--*/
#header_bg{
	background-image: url('images/header_bg.jpg'); 
	background-position: bottom center;
	background-repeat: repeat-x;
}
#header{
	width: 683px;
	margin-left: auto;
	margin-right: auto;
}

/*--content--*/
#content_bg{
	
}
#content{
	width: 683px;
	margin-left: auto;
	margin-right: auto;
}

/*--footer--*/
#footer_bg{
	background-image: url('images/footer_bg.jpg'); 
	background-position: top center;
	background-repeat: repeat-x;
}
#footer{
	width: 683px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
	padding-top: 5px;
}

/*--misc--*/
.first_char{
	font-size: 140%;
	font-weight: bold;
}
