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

body {
	font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11pt;
	background: #333;
	font-weight: lighter;
	word-spacing: .5pt;
	font-style: normal;
	font-variant: normal;
	color: #999999;
}

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


a:link {
	text-decoration: none;
	color: #eee;
}
a:active { text-decoration: none;
	color: #eee;
 }
a:visited { text-decoration: none;
	color: #333;
	background-color: #666;
	 }
a:hover {
	color: #ccc;
	background-color: #666;
}

a img { border: none; }


#menu {
    width: 145px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 22px;
    position: fixed;
    height: 120%;
	background-color: #333;
}

#menu ul {
	list-style: none;
	margin: 0 0 8px 0;
}

#menu ul li.section-title {
	color: #999999;
	font-weight: lighter;
	font-style: normal;
}


#content {
    height: 100%;
    margin: 0 0 39px 208px;
    top: 0;
}

.container {
    padding: 5px 5px 13px 5px;
}


#content p { width: 550px; margin-bottom:0px; }

p {
    margin: 5px 0 13px 0;
}



<tr>
</tr>



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 550px; margin: 0; padding: 0 0 39px 0; }

#once { clear: left; }