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

body {
	font-size: 12px;
	line-height:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	background-color: #D9D9D9;
}
#menu			{	z-index: 5;	}
#menu object	{	z-index:10;	}

body.section-1 {background-color:#D9D9D9; }
body.section-2 {background-color:#D9D9D9; }
body.section-3 { background-color:#D9D9D9;}

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #333333;}
a:visited { text-decoration: none; color: #666666; }
a:hover { font-style:italic; color: #333333;}

a img { border: none; }

#menu {
    width: 178px;
    top: 0px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	z-index:5;
}

#menu ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding-left:24px;
	padding-top:0px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 0px;
	padding-left:250px;
	padding-top: 40px;
    top: 0;
}

.container {
	margin-top: 50px;
    padding: 5px 5px 5px 5px;
	padding-top:30px;
	background-color:#D9D9D9;
	opacity:.9;
}

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

p {
    margin: 0 0 0px 0;
}

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

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

#once { clear: left; }
