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

body {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	width: 900px;
	font-family: Verdana, sans-serif;
}

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

a:link { text-decoration: none;  color:#463319; background:#FFE400;}
a:active {  text-decoration: none; color:#FFFFFF; background:#463319;}
a:visited { text-decoration: none; color:#463319; background:#FFE400;}
a:hover { text-decoration: none; color:#463319; background:#FFFFFF; }

a img { border: none; }



#menu {
    width: 215px;
    top: 25px;
    bottom: 0;
	left: 25px;
	position: absolute;

}

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

}

#menu a { 
color: #463319;
line-height: 15px;
margin-left: 0;
	background-color: transparent;


}

#menu ul li.section-title {
border-top-color: #463319;
border-top-style:   solid;
line-height: 20px;
margin-left: 0;
margin-right: 25px;
color: #463319; 
font-weight: bold;
background-color: FFE400;
 }
 
 #menu li.active a { color:#FFE400; background: #463319}

 
#menu .container { 
background: #FFE400;
padding: 25px 0 0 25px;     
 }



#content {
    height: 100%;
    margin: 0 0 0 250px;
}

.container {
    padding: 25px 0 0 25px; background: transparent;
}
#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 18px; color: #FFFFFF; line-height: 25px; }
h2 { font-size: 12px; line-height: 18px; border-bottom: #FFE400; border-bottom-width: 3px; border-bottom-style: solid; }
h3 { font-size: 9px; }
h4 { font-size: 12px; }



#img-container	{ margin: 0; padding-bottom: 0; }
#img-container p	
{ 
font-size: 10px; 
font-weight: bold;
border-top-style: dotted;
border-top-color: #FFFFFF;
border-top-width: 1px;
width: 625px; 
margin: 0; 
padding: 20px 0 0 0; 
}

#once { clear: left; }