* { margin: 0; padding: 0; }

body { font-size: 11px; font-family: Arial, Helvetica, sans-serif; margin:10px 0 0 0; }

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

#menu {
	/*opacity:1;*/
	float:left; 
	width:220px;
    overflow:visible;
    /*top: 50px;*/
	height:100%;
	/*left: 28px;*/
	padding-left: 0;
	padding-top:0;
	position:absolute;
	/*background-color:#000000;*/
	color: #999;
	text-align:left;
	/*z-index: 9999;*/
	margin-left:0;
}
    
#menu ul { list-style: none; /*margin: 0 0 12px 0;*/ }

#menu ul li.section-title { 
	list-style: none;
	/*margin-left:15px;*/

	font-size: 12px;
	color: #999 !important; 
	font-weight:bold; 
}
.section-title2 a{
	list-style: none;
	text-decoration:none !important;
	/*margin-left:15px;*/

	font-size: 12px;
	color: #999 !important; 
	font-weight:bold !important;
} 

#content {
    margin: 0 0 0 220px;
	/*top: 0;*/
	/*left: 220px;*/
	/*z-index: 1;*/
    /*cursor:move;*/
}

.container {
    margin-left:15px;
	line-height: 1.6em;
}
.container2 {
	padding-top:10px;
	line-height: 1.6em;
	}
#content p { width: 468px; margin-bottom: 20px;}

p {color: #000000;}
h1 { font-size: 34px; color: #000000;}
h2 { font-size: 26px; color: #000000;}
h3 { font-size: 18px; color: #000000;}
h4 { font-size: 14px; color: #000000;}

#img-container	{ margin: 0 0 0 0; padding: 0; }
#img-container p	{ width: 468px; margin: 0; padding: 0 0 25px 0; }

#once { clear: left; }

a:link { color: #999; text-decoration: none;}
a:visited { color: #999; text-decoration: none; }
a:hover { color: #000; background-color: none; }
a:active { color: #F00; text-decoration: none !important;}

a img { border: none; background-color: none; }

#menu ul li.active a { color: #F00; /*text-decoration: line-through;*/ }

#text { margin-top:10px; }

.new { font-weight:bold; color:#C00 !important;}
