/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;/*#999999;*/
	margin-left: 30px;
}
.section_title {
	border-bottom: 1px solid #ccc;
}

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #b1b1b1; }

a img { border: none; }


#menu {
	display: inline;
   	width: 300px;
	font-size: 14px;
	position: absolute;
}

#menu ul {
	list-style: none;
	padding: 0px;
	/*text-transform: uppercase;*/
}


#content {
	top:0px;
	left: 380px;
	display: inline;
	width: 600px;
	position: absolute;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-content	{ margin: 0; padding: 0; width: 400px;}

#footer {
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: .75em;
}

.active {
	font-size:1.3em;
	font-weight:lighter;
	color: #000;
}

.active a:link {
	color: #999999;
	text-decoration: none;
	text-shadow:#000;
}

.active a:hover {
	color: #999999;
	text-decoration: none;
	text-shadow:#000;
}

.active a:visited {
	color: #999999;
	text-decoration: none;
	text-shadow:#000;
}

.active a:active {
	color: #999999;
	text-decoration: none;
	text-shadow:#000;
}