/**

* CSS

* 

* @version 1.0

* @author Vaska 

* @author Gregory Cadar

*/

* {

	margin: 0;

	padding: 0;

}



body {

	font-size: 11px;

	font-family: arial, sans-serif;

	background: #f6f2f3;

}



body.section-1 { background-color: #f6f2f3; }

body.section-2 { background-color: #f6f2f3; }

body.section-3 { background-color: #f6f2f3; }



a.nobackground:hover{ background: none; border: none;}

a.logo:hover { background: none; }

a:link { text-decoration: none; }

a:active { text-decoration: none; }

a:visited { text-decoration: none; color: none; }

a:hover { text-decoration: none; }

a {color:#848383; text-decoration: none; }

a:hover {color:#000000; background-color: #ffff19 ; text-decoration: none; }

a img { border: none; }





#menu {

    width: 240px;

	text-align: right;

    overflow: auto;

    top: 0;

    bottom: 0;

	left: 0;

    position: fixed;

    height: 100%;

	background-color: #f6f2f3;

}



#menu ul {

	list-style: none;

	margin: 0 0 1px 0;

}



#menu ul li.section-title { }



#content {

    height: 100%;

    margin: 0 0 0 220px;

    top: 0;

}



.container {



    padding-bottom:30px;



	padding-left:20px;



	padding-right:30px;



	padding-top:20px;



}



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



p {

	margin-bottom:0px;

	margin-left:0;

	margin-right:0;

	margin-top: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 0px 0; }



#once { clear: left; }
