/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color:#fff;
}

body#section_id_1 { background-color: yellow; }
body#section_id_2 { background-color: red; }
body#section_id_3 { background-color: blue; }

#menu {
	opacity:1;
	float:left; 
	width:180px;
    overflow: auto;
    top: 50px;
	height:auto;
	left: 28px;
	padding-right: 8px;
	padding-top:12px;
	position:fixed;
	background-color:#99ccff;
	text-align:right;
	z-index: 9999;
}

#menu ul { list-style: none; margin: 0 0 10px; }
	
#menu ul li a { color:#333333;text-decoration: none; }
#menu li.link { text-decoration: none; background:#FFFFFF; }
#menu li.active { text-decoration:line-through; background:none;}
#menu li.visited { text-decoration: none; background:#FFFFFF; }
#menu ul li a:hover { text-decoration: none; background:#FFFFFF }

a img { border: none; background:transparent; }

#menu ul li.section-title { 
	color:#000000;
	font-size: 13px;
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-weight:none;
	text-decoration:none;
	border-bottom: 0.5pt dotted;
	margin: 0 0 4px;

	}
	
#menu ul li.section-title a:link { color; font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:active { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:visited { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:hover { font-weight: bold; font-size: 11px; background:#FFFFFF}

div1 { background-color: #3cccaa; margin: 0px 300px auto 235px; }	

#content {  height: 100%;
   			margin: 10px 0 0 225px;
			top: 0;
			}

.container { 	font-size: xx-small; 
				font-family: verdana;
				color:#000000; 
				padding: 0px 5px 28.94px 0px;
				padding-left:10px;
				}

#content p { position: static; top: 0; left: 0; bottom: 0; width: 640px; height: auto; margin-bottom: 9px;
 }
#content a:link { text-decoration:none; color:#666666;
 }
.hl 	{ 	background: #FFFF33;}


.blink 	{ 
			text-decoration:none;
}