/* CSS Document */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}



body {
	background:url(bg2.png) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

body.section-1 { }


body.section-2 { }


body.section-3 { }



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

a img { border: none; }


#menu {
	width: 250px;
	margin-left: 50px;
    position: absolute;
	background:#fff;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#menu .logo {
	
}

#menu .container p {
	padding:10px;
}

#menu ul {
	padding:5px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	padding-left:15px;
}

#menu ul li.section-title {
	padding: 0 0 2px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	color:#3b5e61;
}

#menu_bg {
	width:250px;
	height:5px;
}

#cont_bg {
	height:5px;
    
}


#content {
	margin: 0 0 0 350px;
    top:0;
}

#content .container {
	padding:20px;
	margin-top:50px;
	background:#fff;
	width:600px;
	}

.container {
	/*    padding: 5px 5px 5px 5px;*/
}

#content p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#333;
	text-align:justify;
	width: 600px; 	
	margin-bottom: 20px; 
}
	
	
p {
    margin: 0 0 9px 0;
}


h1 { 
	font-size: 25px; 
	color:#3b5e61;
	margin-bottom:10px;
}

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;
}

#once { clear: left; }