@charset "utf-8";
/* CSS Document */

img
{
	border:0px;
}

body
{
	margin:0px;
	background-color:black;
	background-image:url(images/bg_dark.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
}

body, html
{
	height:100%;
}

#wrapper
{
	width:955px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	padding: 0px 20px 0px 20px;
}

div#dividing_line
{
	margin-left:auto;
	margin-right:auto;
	height:2px;
	background-color:black;
}

a
{
}

a:hover
{
}

span#nav_menu_text
{
	margin:0px 15px 0px 15px;
}

a
{
	color:black;
	text-decoration:none;
}

a:hover
{
	color:#D00;
	text-decoration:underline;
}

span#page_heading
{
	font-size:36px;
}

div#copyright
{
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}

