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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
	width: auto;
}

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

a:link {
 text-decoration: none;
 color: #000000;
 }
a:active { 
text-decoration: none;
color: #000000;
}
a:visited { 
text-decoration: none;
color: #000000;
}
a:hover {  
text-decoration: underline;
background-color: black;
color: #fff;
}

a img { border: none; }

#menu {
	width: 260px;
	height: auto;
	margin-left: 30px;
	margin-top: 0px;
	overflow: hidden;
	position: fixed;
	background-color: yellow;
	color: black;
	text-align: left;
	letter-spacing: 3px;
	font-style: normal;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
}

#menu.container {
	margin-left:30px;
	}

#menu ul {
	list-style: none;
}

 

#menu .section-title {
 background-color: black;
 color: yellow;
 letter-spacing: 5px;
 font-weight: bold;
 line-height: 17px;
 }

 
#menu a:link { 
 text-decoration: none;
 color: #000000;
}
 
#menu a:active { 
text-decoration: none;
color: #000000;
}

#menu a:visited { 
text-decoration: none;
color: #000000;
}
 
#menu a:hover {   
text-decoration: underline;
color: yellow;
background-color : black;
}



#content {
	width: 620px;
    height: auto;
    margin: 0px 35px 0px 350px;
    top: 0;
	text-decoration: none;
	color: #000000;
	background-color : white;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
}

#content.container {
	margin: 0 35px 0px 350px;
}

#container {
    padding: 0px 5px 0px 5px;
}

#content p { width: 600px; margin-bottom: 0px; }

p {
    margin: 0px 0px 0px 0px;
}

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