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

body {
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	/*font-family: "Courier New", Courier, monospace;*/
	/*font-family: Verdana, sans-serif; */
	/*font-style: italic;*/
	/*line-height: 15px;*/
	background-color: #FFFFFF;
	/*    background-image: url(http://www.anagraf.com/images/bg_146253.png);*/
	color: #000000;
	letter-spacing: .025em;
	/*line-height: 13px;*/
}

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

a:link {
	text-decoration: none;
/*	line-height: 15px;*/
	color: #000000;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
/*	line-height: 15px;*/
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #000000;
/*	line-height: 15px;*/
	background-color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
	/*	line-height: 15px;*/
	background-color: #4ADCFF;	
}

a img { border: none; }

#menu {
	width: 175px;
	overflow: auto;
	bottom: 0;
	height: 100%;
	z-index:4;
	float:left;
	padding-left: 5px;
	margin-top: 5px;
    margin-left: 25px;
	background-color: #FFF;
}

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

#menu ul li.section-title {
	text-decoration: none; /* Side Menu Title */
	line-height: 15px;
	background: white;
	width: 125px;
	font-weight: bold;
	text-transform: uppercase;
}

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

.container {
	padding-top: 5px;
}

#content p {
	width: 500px;
	margin-bottom: 9px;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 25px;
    padding-top: 5px;
}

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }