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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-color: #666;
	background: #fff;
	line-height:1.5;
	
}

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: underline; color: #666; background-color:#none; }

a img { border: none; }

#menu {
    background-image: url('');
	background-repeat: no-repeat;
    height: 528px;
	left: 20px;
    overflow: hidden;
	padding: 0px 0px 20px 10px;
    position: fixed;
    top: 0px;
    width: 160px;
	z-index: 3;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-top-color: #ef8b8b;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-top: 10px;

}

#menu ul li.section-title { color: #e44000; }

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

.container {
    padding: 5px 5px 25px 5px;
}

#content {
    color: #343434;
	margin: 0px 0 0 200px;
	padding-top: 0px;
	z-index: 1;
	width: 600px;


#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; color: #161616; }
h2 { font-size: 24px; color: #161616; }
h3 { font-size: 16px; color: #161616;line-height: 0; }
h4 { font-size: 10px; color: #161616; }

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

#once { clear: left; }
