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

body {
	font-size: 16px;
	font-family: Georgia, Georgia, serif;
	/*background: #ffffff;*/
	/*background-image:url('01.jpg'); */
}

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

a:link { text-decoration: none; color: #999999; background-image: url('88.png'); }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; background-image: url('88.png'); }
a:hover { text-decoration: underline; color: #C08E46; background-image: url('88.png'); }

a img { border: none; }

#menu {
    width: 160px;
    overflow: hidden;
    top: 250px;
    bottom: 0;
	left: 130px;
    position: fixed;
    height: 370px;
	/*background-image:url('blue_01.jpg');*/
}

#menu ul { /* this where the link to indexibit is*/
	list-style: none;
	margin: 100 0 12px 0;
	/*background-image:url('png.png');*/
}

#menu ul li.section-title { 
	font-weight: bold;
	font-color: #FD2222;

}


#menu ul li.active a { 
	/*font-weight: bold;*/
	background-color: #FF0000;
	/*background-image: url('8_8.jpg');*/
	color: #000000;

}

#content { /* this is on top of the content*/
    height: 100px;
    margin: 0 0 0 315px;
    top: 0;
	/*background-image:url('png.png');*/
}

.container { /* thats the party where all the content is places*/
    padding: 15px 5px 50px 5px;
	/*background-image:url('png.png');*/
	width: 980px;
}

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

p {
    margin: 0 0 9px 0;
}

h11 { font-size: 15px; color: #C08E46 ; } /* roland roos*/
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; font-weight: normal; }
h4 { font-size: 12px; color: #666; }
h6 { font-size: 12px; font-weight: normal; }

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

#once { clear: left; }