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

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

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

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

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 35px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
		font-weight: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px -25px;
	padding: 0px 22px 0px 25px;
	line-height: 170%;
	display: inline-block;
	display: -moz-inline-box;
	background-color: #fff;
	
} 

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

#menu ul li.section-title { 
color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 0px 0px 0px -25px;
	padding: 0px 22px 0px 25px;
	line-height: 170%;
	display: inline-block;
	display: -moz-inline-box;
	background: #000;
}

#content {
    height: 90%;
	width: 70%;
    margin: 0px 0 0 300px;
    top: 0;
	
}

#header  {
	text-align: left;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	background: #000;
	width: auto;
} 



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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 12px;
	font-family: Verdana, sans-serif; text-decoration: none;
	 width: 375px; margin-bottom: 9px;font-weight: normal;}
	 
h6 {
	color: #FFF;
	padding: 10px 0px 0px 22px;
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
}

h6 a {
	color: #FFF;
	padding: 10px 0px 0px 22px;
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
}

h6 a:visited {
	color: #FFF;
	padding: 10px 0px 0px 22px;
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
}

h6 a:hover {
	color: #FFF;
	padding: 10px 0px 0px 22px;
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
	background: #000;}

h6 a:active {
	color: #FFF;
	padding: 10px 0px 0px 22px;
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 16px;
} 


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

#once { clear: left; }
