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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	/* top: 10px;
	left: 10px; 
	No need*/
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	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 img { border: none; }

#header {
	float: left;
	background-color: #FFFFFF;
	width: 800px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 0px;
	margin: 5px;
	display: inline;
	position: relative;
}

#menu {
	overflow: auto;
	height: 100%;
	font-size: x-small;
	color: #666666;
	float: left;
	width: 190px;
	border-right-width: 1px;
	padding-top: 0px;
	padding-right: 10px;
	font-weight: bold;
	display: inline;
	position: relative;
}


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

#menu ul li.section-title { }

#content {
   /* height: 100%; Not needed? */
	float: left;
	width: 600px;
	font-size: x-small;
	color: #666666;
	padding-top: 0px;
	display: inline;
	position: relative;
	padding-top: 0px;
}

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

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

p {
    margin: 0 0 5px 0;
}

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

#once { clear: left; }

.clear {clear: both; }
