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

body {
	background: url("img/bkgr.jpg") #FFF no-repeat;
	font-size: 12px;
	font-family: 'lucida Sans',Arial, Helvetica, sans-serif;
	line-height: 21px;
	color:#666;
}

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

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color:#0C0; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 125px;
    bottom: 0;
	left: 20px;
    position:relative;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color:#FCD200;
}

#menu ul li.section-title {font-weight:bold; }

#content {
    height: 100%;
	width: 500px;
    margin: 125px 0px 0px 370px;
	position: absolute;
	padding: 0px;
    top: 0;
}

.container {
    padding: 0px 5px 10px 0px;
	background-color: #fff;
	
}

#content p { 
	width: 500px; 
	padding: 10px 5px 10px 0px;
	
	}

p {
	line-height: 19px;
	color: #666;
	background-color: #fff;

}

br {
margin: 0 0 10px 0;
background-color: none;
}

h1 { font-size: 32px; font-family: Helvetica, Arial, sans-serif; line-height: 24px; color:#00CC00; font-weight: normal; margin: 5px 0 5px 0;}
h2 { font-size: 21px; font-family: Helvetica, Arial, sans-serif; line-height: 24px; color:#00CC00;font-weight: normal; margin: 25px 0 3px 0;}
h3 { font-size: 16px; font-family: Helvetica, Arial, sans-serif; line-height: 24px; color:#00CC00}
h4 { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 24px; font-weight: bold; color:#00CC00}
strong { font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color:#00CC00; }


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

#once { clear: left; }
