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

body {
margin-left:20px;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	width:970px;
 	border-top: 7px solid #000000; 
	/*border-bottom: 5px solid #000000; */
	background-color: #ffffff;

	

}

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration:none; color: #000000; background-image: url(bg_link.gif)}
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; background-image: url(bg_link.gif);
}

a img { border: none; }

.active a {
	color:#000000;
	/*background-color: #d8d1ae;*/
	background-image: url(bg_link.gif);
	text-decoration: none;
	padding: 0 0 0 0;
	}


#menu {
    width: 313px;
	height: 100%;
    overflow: visible;
    top: 15px;
    bottom: 0;
	left: 677px;
    position:absolute;
	background-color:#FFF;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 10px;
	line-height: 16px;
	background-color: white;
}

#menu ul li.section-title { }


#content {
    height: 100%;
    margin: 3px 0 3px 0;
	border-top: 1px solid #000000; 
	/*border-bottom: 1px solid #000000;*/
}

.container {
margin-top:20px;
margin-left:13px;
    
		
}

#content p { width: 640px; margin-top: 10px; 

}


p {
    margin: 0 0 0 0;
	letter-spacing: 0.1em;
}

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

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

#once { clear: left; }