/* Start of CMSMS style sheet 'Black-Stylesheet' */
@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

a {
	color: #0a67a8;
}

#header {
	background: url(images/whiteline.jpg) center bottom no-repeat;
	position: relative;
	top: 10px;
	width: 98%;
	margin: auto;
	padding: none;
}

#middle {
	background: url(images/whiteline.jpg) center bottom no-repeat;
	position: relative;
	width: 900px;
	margin: auto;
}

#footer {
	position: relative;
	width: 900px;
	margin: auto;
	text-align: center;
}

#menu {
	background: url(images/whiteline.jpg) center bottom no-repeat;
	position: relative;
	width: 900px;
	margin: auto;
	text-align: center;
	line-height: 5em;
}

.menu a {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}

.menu a:hover {
	color: #0a67a8;
	font-weight: bolder;
	text-decoration: overline underline;
}

 .head {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0a67a8;
	font-weight: bolder;
}

/* End of 'Black-Stylesheet' */

