@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/side.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	color: #FFFFFF;
	margin: 0px;
}

#header {
	height: 200px;
	margin: 0px;
	padding: 0px;
}
#menu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 5px;
}


#menu li {
	text-align: center;
	display: inline;
	margin-right: 1em;
	margin-left: 1em;
	font-weight: bold;
	color: #000000;
	font-size: large;
	margin-top: 20px;
}
#content h3 {
	background-image: url(images/yellow_underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
}

#menu a {
	color: #000000;
	text-decoration: none;
}
#menu #selected {
	background-image: url(images/black_underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-top: 45px;
	margin-left: 50px;
	height: 140px;
}
#header .logo span {
	display: none;
}


#content {
	margin-right: 430px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content a {
	color: #F3D501;
}
.sub_heading {
	color: #F3D501;
	font-weight: bold;
}

