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

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}




body {
	font-size: 11px; 
	color: #534E4B;
	font-family: courier, serif;
	word-spacing:1; 
	background: #ffffff;
    line-height: 17px;
}

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

a:link { text-decoration: none; color: #464443;}
a:active { text-decoration: none; color: #464443;}
a:visited { text-decoration: none; color: #464443;}
a:hover { text-decoration: underline; color: #464443; background: #ffffff; }



a img { border: none; padding-bottom: 0px; }
a img:hover {color:#FFFFFF }


.rollover a { display:block; width:153px; background-color: #FFFFFF}/
.rollover a:hover { background-color: #FFFFFF}


#menu {
    width: 218px;
    top: 0px;
    left: 15px;
    height: 530px;
    position: absolute;
	float: left;
    background-color: #FFFFFF;
	
}
#menu ul
{
list-style-type: none;
padding: 31px 0 25px 0px;
margin: 0;
	
}

#menu ul li.section-title { }

#menu .container { padding-top: 0px; padding-bottom: 20px; padding-left: 20px;

}


#content {
	height: inherit;
    position: absolute;
    margin: 125px 0 0 215px;
    padding-left: 30px;
}

.container {
    padding: 0px 5px 25px 15px;

}

#content p { 
	width: 550px; 
	margin-bottom: 9px; 
	line-height: 15px; 
	font-size: 11px; 
	color: #464443; 
}


p {
    margin: 0px 0px 0px 0px;
	

}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding-top: 12px }
#img-container p	{ width: 400px; margin-bottom: 15px; padding: 0px; 
}

#once { clear: left; }
