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

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	background: #F3E0DE;
	background-attachment:fixed;
	line-height:120%;
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { background-color: yellow;
	  color: black;
	  text-decoration: underline; }

a img { border: none; }

#menu { margin: 0px 20px 0px;
    width: 155px;
    overflow: none;
    bottom: 00;
	left: 05;
    height: 450px;
	float:left;
	position:fixed;
	top:20px;
	
}

#menu .name{
	background-color:#F3E0DE;
	height:82px;
	margin-bottom:20px;
}

#menu .container{
	background-color:#F3E0DE; padding:10px 10px 10px 0px;
}

#menu ul { background-color: #F3E0DE;
	list-style: none;
	margin: 0 0 5px 0;
}

#menu ul li.section-title{
color: #000;
width: 130px ;
margin: 0 0 5px 0;
font-weight:bold;}


a.home {
color: #000;
width: 130px ;
margin: 0 0 5px 0;
font-weight:normal;}



#menu ul li a {color:#000000}

#content {
    height: 100%;
    margin: 0px;
    top: 0;
	margin-left:0px;
}

.container {
    padding: 0px;
}
.container_inner {width: 700px; background-color:#F3E0DE; padding:10px; margin:120px 0px 0px 250px;}
 
#content p {margin-top: 5px; margin-bottom: 9px; }

p {
    margin: 0;
}

h1 { font-size: 11px; text-transform:uppercase; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{margin: 0; padding: 0 0 5px 0; }
#img-container img {margin-top:20px}

#once { clear: left; }
.nothumb {float:none!important;}
