/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana;
	color: #cccccc;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: -1px;
	background-color: #000000;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #00000; 
	scrollbar-highlight-color: #00000; 
	scrollbar-3dlight-color: #00000; 
	scrollbar-darkshadow-color: #00000; 
	scrollbar-track-color: #00000; 
	scrollbar-arrow-color: #00000;

}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #dedede;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #FF0088;
	display: inline;
}
a:hover {
	background-color: #DDFF00;
	display: inline;
	color: #000000;
}

a img { border: none; }

div#logo {
	background-image:
	width: 147px;
	height: 71px;
	display: block;
}

#menu {
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #F7FF00;
	line-height: 16px;
}

#content {
	height: 100%;
	top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 50px;
	line-height: 15px;
    color: #DDFF00;      
}

.container {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#content {
height:100%;
margin:25px 0 0 150px;
padding-left:84px;      
top:10px;
}

#container {
padding:5px 5px 25px;
}

#content {
    height: auto;
    margin: 23px 0 0 150px;
    top: 0;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 12px;
     background-color:yellow;
     color: #DDFF00;
      }
h2 { font-size: 10px;
     color: #DDFF00;
}
h3 { font-size: 16px;
	font-style: italic;
}
h4 { font-size: 9px;
	font-style: italic;
	}

#img-container	{
	margin-top: 30;
}
#img-container p	{
	width: 400px;
	margin-top: 30;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-size: 9px;
}

#once { clear: left; 
}
.footer {
	font-size: 9px;
	color: #333333;
}