body {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #160C0D;
}
#container {
	height: auto;
	width: 800px;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #header {
	float: left;
	height: 189px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#container #Menu {
	float: left;
	height: 400px;
	width: 235px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 6px;
}

#container #content {
	padding: 5px;
}

#container #content a{
	color: #333;
        text-decoration: none;
}
#container #content a:hover{
	color: #666;
        text-decoration: none;
}

#container #maincontent {
	float: left;
	height: auto;
	width: 540px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border: 5px solid #221F1F;
        padding: 2px;
}
#container #maincontent .slideshow{
	-moz-border-radius: 5px; 
        -webkit-border-radius: 5px;
	border: 5px solid #221F1F;
        text-align: center;
        margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        
}




#container #content #form {
	height: auto;
	width: auto;
	margin-left: 15px;
}
#h6 {

    color: #CCCCCC;
    margin: 10px auto 8px auto; /*spacing between each menu link*/
	text-decoration: none; 
	font-size: 4em;
         
}


#container #Menu #nav {
	float: left;
	height: 150px;
	width: 175px;
	margin-left: 15px;
	margin-top: 23px;
}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
	padding: 6px 0 5px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
	display: block;
        color: #CCCCCC;
	m argin: 9px 4px 8px 3px; /*spacing between each menu link*/
        text-decoration: none; /*bottom border is 3px*/
	font-size: 12px;
}

.underlinemenu ul li a{
	color: #CCCCCC;
	margin: 9px 1px 8px 3px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	font-size: 18px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color: #FFFFFF;
}

#container #footer {
	float: left;
	height: 10px;
	width: 800px;
}


.footermenu{
font-weight: bold;
width: 100%;
}
#container #footer .footermenu .selected {
	color: #CCC;
}


.footermenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center;

//set value to "left", "center", or "right"*/
}

.footermenu ul li{
	display: inline;
}

.footermenu ul li a{
	color: #ccc;
	padding: 6px 4px 0px 3px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	font-size: 12px;
}

.footermenu ul li a:hover, .underlinemenu ul li a.selected{

   color: #FFFFFF;

}
