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

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	line-height:1.5em;
}

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

a{display:block; width:70%;}
a:link { text-decoration: none; }
a:active { text-decoration: none; background-color:#0C3; }
a:visited { text-decoration: none; color: #666; }
a:hover {background-color:#093; color:#fff;}

a img { border: none; }

#toplogo{position:absolute; top:0; left:-22px; position:fixed; z-index:5;}

h1{font:8px bold Georgia, "Times New Roman", Times, serif;}

#menu {
	position:absolute;
	width:205px;
    top: 116px;
    bottom: 0;
	left: 35px;
    position: fixed;
    height: 100%;
	background-color:#fff;
}

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

#meun ul li{margin-bottom:7px;}

#menu ul li.section-title { }

#content {
    height: 100%;
    padding: 0 0 0 270px;
    top: 0;
}

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

#content p { width: 400px; 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; }

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

#once { clear: left; }
