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

body {
	font-size: 12px;
	font-family: times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: line-through; color: #30C }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color:#999 }

a img { border: none; }


#logo {
    width: 215px;
    top: 30px;
	left: 25px;
    position: fixed;
	background-color: #fff;
    
}

#by {
    font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	padding: 5px 5px 0px 5px;
	color:#333
}

#menu_container {
    width: 205px;
    overflow: auto;
    top: 140px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 575px;
	background-color: #fff;
}

#menu {
    width: 188px;
    overflow: auto;
    top: 140px;
    bottom: 0;
	left: 27px;
    position: fixed;
    height: 575px;
	background-color: #fff;
	border-left: 1px solid black; padding: 0px 0px 0px 10px;
	border-right: 1px solid black;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 140px 0 0 237px;
}

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

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

p {
    margin: 12px 0 9px 2px;
}

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

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

#text { padding:0px; margin: 0px; }
#text p	{ margin: 0px; padding: 0 0 12px 0;}

#once { clear: left; }
