html,
body,
{
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: url(images/background_soul_test.jpg) no-repeat top #60554F;
	color: #333366; 
	margin: 0px;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
		}

	
img {
	border: 0px;
	padding: 0 10px 10px 10px;
		}



	
h2 {
	margin: 5px 1px 1px 1px;	
	text-align: left;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	color: #666699;
	font-size: 14px;
	background: #fff;
	}

h4 {
	margin-top:40px;
	text-align: Left;
	font-family: Verdana, sans-serif;
	font-variant: Small-caps;
	color: maroon;
	font-size: 14px;
	}

p {
	color: #333366; 
	text-align:left;
	margin-top:10px;
	}

a {
	font-family: Verdana, sans-serif;
	color: #660000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	}

a:hover{
	text-decoration: underline;
	}

a:visited{
	color: #666699;
	}
	

div#container{
	width: 675px;
	margin:10px auto;
	text-align:left;
	border: 3px double #000;

	padding: 10px;
	background-color: #fff;
	}

div#wrapper{
	width:100%;
	
	margin:0 auto;

	}

div#top{
	background: url(images/header.jpg) top left no-repeat;
	height: 371px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin:0;
	padding: 0;
	}
	
div#topnav {
	padding: 10px 10px 10px 30px;
	background-color: #28180B;
		height: 2em;
	color: #fff;
		}
div#content{
padding: 10px;
	width: 650px;
	}

div#footer{
	height:50px;
	}
	
div#footer p{
	padding-left: 95px;
	padding-top: 25px;
		}
	
	ul.navlist { 
margin:auto;
 }

ul.navlist a {
color:#fff;
	text-transform: uppercase;
	font-family: georgia, sans-serif;
	font-size:1em;
	font-weight:bold;
}

ul.navlist, ul.navlist ul, ul.navlist li
{
margin: 0px;
padding: 0 2px;
list-style-type: none;
}

ul.navlist li { 
float: left;
 }

ul.navlist li a
{
background-color: transparent;
padding: 1px;

}



ul.subnavlist { 
display: none; 
background-color: #fff;
}
ul.subnavlist li { float: none; z-index:500; position:relative;}
ul.subnavlist ul { float: none; }
.subnavlist ul ul li { float: none; display:block;}

ul.subnavlist li a
{
color:#000;
padding: 0px;
margin-bottom: 3px;
}

ul.navlist li a:hover
{
background-color:transparent;
color:#C5976B;
}

ul.navlist li:hover ul.subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding: 5px;
line-height:12px;
}

ul.navlist li:hover ul.subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	cursor: pointer;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
}


h3 a, h3 a:visited {
	padding: 4px 10px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
}

h3 a:hover{
	background: #cc9966;
}

#window {
	border-top: medium none;
	border-bottom: medium none;
	overflow: hidden;
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



