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

body {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	background-color: #fbd000;
	color: #250746;
	line-height: 16px;
}

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

a:link { text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	background-color: #ccff00;
	color: #250746;
	line-height: 16px;
 }
a:active { text-decoration: none; background-color: #ccff00; font-weight: bold; line-height: 16px;}
a:visited { text-decoration: none; color: #250746; background-color: #42d2ec; font-weight: bold; line-height: 16px;}
a:hover { text-decoration: underline; background-color: #fff; font-weight: bold; line-height: 16px;}


a img { border: none; }

#menu {
    width: 215px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	background-color: #fbd000;
}

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

#menu ul li.section-title {
	font-family: arial black, arial, helvetica, sans-serif; 
}

#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0;
}

.container {
     padding-left: 20px;
}

#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; }

.footer {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	background-color: #ccff00;
	color: #250746;
	line-height: 16px;
 }

.about:link { text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	background-color: #fbd000;
	color: #250746;
	line-height: 16px;
 }

.about:active { text-decoration: none; background-color: #fff; font-weight: bold; line-height: 16px;}
.about:visited { text-decoration: none; color: #250746; background-color: #42d2ec; font-weight: bold; line-height: 16px;}
.about:hover { text-decoration: underline; background-color: #fff; font-weight: bold; line-height: 16px;}