/* CSS Document */

body {
	background-color:#020202;
	font-size: 11px;
	}
	
a:link {
	color: #999;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	text-decoration: none;
	}
	
a:hover, active {
	color: #ccc;
	}

p {
	margin-bottom: 25px;
	}



hr {
	background-color:#7F5E4B;
	color:#7F5E4B;
	border: 0;
	height: 2px;
	}
	
strong {
	font-size: 1.05em;
	}
	

#nav {
	position: absolute;
	text-align: right;
	left: 113px;
	top: 260px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.05em;
	letter-spacing:1px;
	}	
	
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#nav ul li {
	padding-bottom: 14px;
	}

.active {
	color: #fff;
	}

.brownText {
	color: #7F5E4B;
	font-weight: bold;
	}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 869px;
	height: 741px;
	background-repeat:no-repeat;
	background-image:url("bground.jpg");
	}
	
#content {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #FFF;
	position: absolute;
	left: 225px;
	top: 185px;
	width: 493px;
	line-height:30px;
	}
	
#content a:link {
	color: #fff;
	text-decoration: underline;
	}
	
#content a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
#content a:hover, active {
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
#musac td {
	line-height: 10px;
	}
	
#musac th {
	font-weight: none;
	color: #7F5E4B;
	text-align: left;
	padding-bottom:4px;
	}