/*
Project Title:  B Scene Studios
Author:  Christopher C Goodrich
Author Email:  Chrisg@chrisgoodrich.net
Author Website: www.chrisgoodrich.net
*/

/* General Layout Properties */
body{ 
	background-color: #9C9C9C; 
	color: #ffffff; 
	margin: 0; 
	font-size: 14px; 
	font-family: Arial;
	text-align: center; 
}

#header {
	background: url('http://www.bsceneworkshops.com/images/2.jpg');
	width: 798px;
	height: 218px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000	
}

#container { 
	width: 800px; 
	height: 100%;
	margin: 0 auto;
	background: #000000; 
}

#content {
	text-align: left;
	width: 760px;
	padding: 20px;
}

#footer {
	width: 760px;
	background: #000000;
	margin: 0 auto;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	padding: 20px;
}

/* Text Properties */
p{
	font-family: Arial;
	color: #ffffff; 
	font-size: 14px;
}

h2{
	font-family: tahoma;
	font-size: 30px;
	color: #9E0009;
	text-decoration: bold;
	border-bottom: 1px solid #9E0009;
}

#disclaimer {
        font-size: 12px;
}

/* Links */
a{
	font-family: Arial;
	color: #9E0009;
	text-decoration: none;
}

a:hover{
	font-family: Arial;
	text-decoration: underline;
}

/* Navigation */
#navcontainer{
}

ul#navlist{ 
	font: 11px Arial; 
	list-style-type: none; 
	padding-bottom: 0; 
	margin: 0; 
	position: absolute; 
	top: 150px; 
	left: 35%; 
}

ul#navlist li{
	float: left;
	height: 25px;
	background-color: #9E0009;
	margin: 2px 2px 0px 2px;
	border: 1px solid #6F0006;
}

#navlist a{ 
	display: block; 
	color: #ffffff; 
	text-decoration: none; 
	padding: 8px 8px 8px; 
}

#navlist a:hover { 
	background: #6F0006; 
}
