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

body {
	font-size: 15px;
	font-family: Verdana, bold, sans-serif;
	color: #000000;
line-height: 1.3em;
}

	body#section_id_1 { background-color: #0000FF; }
	body#section_id_2 { background-color: #00FF00; }
	body#section_id_3 { background-color: #FF0000; 
}


a:link { text-decoration: none; color: #000000; background: transparent;}
a:active { text-decoration: none; color: #000000; background: transparent;}
a:visited { text-decoration: none; color: #000000; background: transparent;}
a:hover { text-decoration: none; color: #FFFFFF; background: #000000; } 


#menu {
	width: 600px;
	margin:0px auto;
	font-size: 33px;
	font-family: Verdana, bold, sans-serif;
	background: transparent;
	text-align: center;
}

#menu ul {
list-style: none;
margin: 0 auto;
padding: 0 0 15px 45px;
width: 4em;
float: left;
}

#menu ul li.section-title { text-decoration: none; color: #FF0000; font-weight: bolder; cursor: pointer; 
}


#content {
margin:0px auto;
padding: 50px 0 0 0;
width: 600px;
text-align: center; justify;
}

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

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