body {
	background: url(images/background.jpg) repeat;
	padding: 0px;
	}

#container {
	width: 600px;
	height: 780px;
	background: #342c31;
	border: 10px solid #ffffff;
}
#banner {
	width: 600px;
	height: 85px;
	background: url(images/banner.jpg) no-repeat;
	border-bottom: 5px solid #680848;
}
#main {
	width: 600px;
	height: 655px;
	background: #342c31;
}
#footer {
	width: 600px;
	height: 30px;
	background: #bc097f;
	border-top: 5px solid #680848;
}

#navcontainer
{
margin: 0;
padding: 0;
height: 20px;

}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin-left: 10px;

}

#navcontainer ul li a
{
width: 100px;
height: 30px;
padding: 5px;
margin: 0;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
font: .8em bold verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #342c31;
}

#navcontainer a:active
{
color: #342c31;
}

#navcontainer li#active a
{
color: #342c31;
}




h5 {
	font: .7em Century Gothic, Arial, Helvetica;
	color: #ffffff;
	}
	
h5 a:link, 
h5 a:visited {   
	color:#ffffff; 
	text-decoration:none; 
	} 
h5 a:hover { 
	color:#342c31; 
	text-decoration:none; 
	}

h3 {
	font-family: Arial, Verdana, sans-serif;
	color:#342c31; 

}
h3 a:link, 
h3 a:visited {   
	color:#342c31; 
	text-decoration:none; 
	} 
h3 a:hover { 
	color:#bc0981; 
	text-decoration:none; 
	}

h4{
	font-family: Arial, Verdana, sans-serif;
	color:#bc0981; 
}
p {
	font: 12px Arial, Verdana, sans-serif;
	color:#342c31;
}