body { 
	margin:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-color:#121212;
	text-align:center;
	}
h1 { 
	margin:0;
	font:normal 1.6em Serif;
	letter-spacing:-1px;
	color:#666666;
	}
h1 a {
	color:#666666;
	}
	
/* Wrapper */

#wrap {
	width:880px;
	margin:0px auto;
	border-left:3px solid #0D130D;
	border-right:3px solid #0D130D;
	}
	
/* Header */

#header {
	height:115px;
	}
	
/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
	background-image:url(images/nav_bg.gif);
}
div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: serif;
    font-size: 11px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#EDE6EE;
}
div#navigation li a:link {
    color: #FFF:
}
div#navigation li a:visited {
    color: #C7B6CD;
}
div#navigation li a:hover {
    color: #FFF;
	background-image:url(images/nav_bg2.gif);
}
	
/* Content Area */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
background-image:url(images/bg.gif);
color:#FF9933;
width:106px;
padding:2px;
text-align:left;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
#content {
	text-align:left;
	font-size:14px;
	font-family:serif;
	padding:12px 10px;
	color:#EDE6EE;
	background-image:url(images/bg_content.gif);

	background-color:#3E3E3E;
	}
#content a {
	color:#D9FF76;
	}
#content a:hover {
	color:#EDE6EE;
	}
#content a:visited {
	color:#D3DABC;
	}
	
/* Footer */

#footer {
	height:90px;
	line-height:30px;
	padding:8px 0px;
	background-image:url(../skins/SmoothBlue/images/bg_bottom.gif);
	background-repeat:repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BECF96;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color:#D9FF76;
	}