﻿html {
	background-color: #1f1f1f;
	background-image: url('graphics/msc-bg-1.jpg');
	background-position: left top;
	background-repeat: repeat;
	
	
}

body {
	margin: 20px 0 20px 0;
	font-size: 100%;
}

#container {
	position: relative;
	width: 950px;
	height: 700px;
	background-color: #b6cb79;
	background-image: url('graphics/page-background.gif');
	background-position: left top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	}

#nav {
	width: 230px;
	float: left;
}

#logo {
	position: relative;
	top: 125px;
	left: 50px;
	z-index: 100;
}

#menu {
	position: relative;
	top: 120px;
	left: 75px;
	width: 150px;
	background-color: #4d3a02;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	line-height: 170%;
}

#menu ul {
	margin: 15px 5px 10px -30px;
}

#menu ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

#menu a {
	color: #b6cb79;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
}

#bd {
	float: left;
	color: #594200;
}

#bd a {
	color: #594200;
}

#bd a:hover {
	color: #ffffff;
}

img {
	border: 0;
	display: block;
}

