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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }

#wrapper{
	width:860px;
	border:1px silver dashed;
	background-color: #fff;
	margin:10px auto

}
#menu{
	width:860px;
	height:150px;
	background-color: #fff;
	border-bottom:1px silver dashed;
}
#menu-left {
    width: 361px;
	height:100px;
	float:left;
	margin-top:10px;

}
#menu-right {
    width:480px;
    float:right;
	height:100px;
	margin-top:10px;
	
}

#menu-right ul {
	float: left;
	list-style-type:none;
	padding-left:50px;
	height:50px;
}
#menu-right li, #footer li {
	color: #000;
	list-style-type:none;
	line-height:18px;
}
#menu-right li.section-title {
	list-style-type:none;
	font-weight:bold;
	margin-top:5px	
	
}
#content-back{
	 width: 100%;
	background-color:#eee;
}

#content {
    padding:10px;
    width:840px;
    margin:0 auto;
 
}

.container {
    padding:5px;
}

#content p { margin-bottom: 20px; }

p {
    margin: 0 0 15px 0;
}
#footer{
border-top:1px silver dashed;
padding-left:20px;
position: absolute
height:50px;
}

h1 { font-size: 16px; color:#000; margin-bottom: 10px; }
h2 { font-size: 12px; }
h3 { font-size: 10px; }
h4 { font-size: 8px; }

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

#once { clear: left; }
