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

body {
	background-color: #FFFFFF;
}
#wrapper {
	width: 800px;
	top: 10px;
	left: 10px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}


a img { border: none; }

#menu {
	overflow: auto;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	float: left;
	width: 190px;
	border-right-width: 1px;
	padding-top: 0px;
	padding-right: 10px;
	font-weight: bold;
}

#menu title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#menu ul {
	list-style: none;
	margin: 10px 0 10px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
	float: right;
	width: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	padding-top: 0px;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 5px 0;
}

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

#once { clear: left; }