body {
	margin: 0;
	background-image: url(images/black_background.jpg);
	background-repeat: repeat-x;
	}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #666;
	color: #500;
	}

/* navigation */

#navsite h5 {
	display: none;
}

#navsite {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	border-right: 1px solid #000;
	padding: 0;
	margin-bottom: 1em;
	background-color: #050001;
	color #fff;
	}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navsite ul li {
	margin: 0;
	}

#navsite ul li a {
	display: block;
	padding: 10px 2px 2px 0.5em;
	border-left: 10px solid #200;
	border-right: 1px solid #400;
	border-bottom: 1px solid #200;
	background-color: #561BDD;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #navsite ul li a {
	width: auto;
	}

#navsite ul li a:hover {
	border-left: 10px solid #400;
	border-right: 1px solid #300;
	border-bottom: 1px solid #400;
	background-color: #c30;
	color: #fff;
	}

/* the rest */

#banner {
	border-bottom: 1px solid #000;
	}

#content {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	}

#footer {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #666;
	}

#cul-logo {
	margin-top: 100px;
	text-align: center;
	}