body 
{
	font-family: "DVSC", sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: black;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}

input[type=text], textarea
{
	background-image: url(images/header.png);
	color: white;
	font-family: "DVSC", sans-serif;
	font-size: 13px;
}

span.error_message
{
	font-style: italic;
	color: #d50000;
	font-size: 12px;
}

a img
{
	border: none;
}

a:focus
{
	-moz-outline-style: none;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

h2
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}
button
{
	color: white;
	background-color: black;
	border: 1px solid white;
	/*line-height: 15px;*/
	height: 25px;
}

img.menu
{
	margin: 4px 0px 0px 10px;
}

div#header
{
	margin: 0px 0px 0px 4%;
	/*border-top: solid 10px #981010;*/ /* Top margin doesn't work for background-images in IE, so border in background color */
	width: 96%;
	height: 170px;
	display: inline-block;
}

div#hor_sep
{
	width: 100%;
	height: 1px;
	background-color: white;
	overflow: hidden;
}

div#vert_sep
{
	margin: 0px 0px 0px 70%;
	padding: 0px;
	width: 1px;
	height: 100%;
	overflow: hidden;
	background-color: white;
	position: absolute;
}

div#page_title
{
	margin: 15px 0px 10px 3%;
}

div#page_title h1
{
	font-family: "CPGB",sans-serif;
	font-size: 20px;
	font-weight: normal;
}

div#content
{
	width: 60%;
	margin: 0px 0px 0px 4%;
	padding: 0px;
	font-size: 13px;
	line-height: 21px;
	float: left;
	color: white;
}

div#content a
{
	text-decoration: none;
	color: #d50000;
}