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

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 12px;
	color: #333333;
}

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

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


#menu a img { border: none; }

#content a { text-decoration: underline; color: #000000;	background-color: #FFFFFF; }
#content a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}

/**#content a:hover img { border: none; background-color: #FFFFFF; }
#content a:visited img { border: none; background-color: #FFFFFF; }
#content a:active img { border: none; background-color: #FFFFFF; }
#content a { text-decoration: none; color: #FFFFFF;	background-color: #000000; }

#content a:visited { text-decoration: none; color: #FFFFFF;	background-color: #333333; }
#content a:active { text-decoration: none; color: #FFFFFF;	background-color: #000000; }**/

#menu {
	width: 180px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #000000;
	line-height: 15px;
	color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	top: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
}

.containerMenu {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 10px;
}

.container {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	}

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

.nothumb{
	margin-right: 3px;
	margin-bottom: 3px;
}

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

#once { clear: left; }