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

body {
	font-size: 13px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color:#fff
font-weight: bold
	
}

.small {
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color:#fff
font-weight: bold
	
}

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

a:link { color:#000; background-color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:active { text-decoration: none; color:#fff;background-color: #000;
	font-weight: normal;
	font-style: normal;
}
a:visited { color:#000;background-color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:hover {  color:#fff; background-color: #000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.r:link { color:#000; background-color: #fff;
	text-decoration: underline;
}
.r:active { color:#fff;background-color: #000;
	text-decoration: underline;
}
.r:visited{ color:#000;background-color: #fff;
	text-decoration: underline;
}
.r:hover {  color:#fff; background-color: #000;
	text-decoration: underline;
}


a img { border: none; }

#menu {
    width: 300px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 13px;
    position: fixed;
    height: 100%;

}
.nicetitle {
	font-size: 23px;
	font-family: Times;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.0em
	color:#000; 
	border-style:none none solid none; 
	border-width:0px; 
	border-color:#000; 
	padding-bottom:5px
}

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

#menu ul li.section-title {
<hr>
	color: #323232;
}

#content {
    height: 100%;
    margin: 0 0 0 305px;
    top: 20px;

}

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

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

p {
    margin: 0 0 17px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
