/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 10;
	padding: 0;
	background-color: D7D7D7;

}

body {
 	margin: 10; 
	padding: 0; 
	background-color: D7D7D7;
	text-align: left; 
}
#wrapper {
	width: 900px;
	top: 10px;
	padding: 0;
	background-color: D7D7D7;

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

a:link {
	font-family: times;
	font-size: small;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
a:visited {
	font-family: times;
	font-size: small;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
a:hover {
	font-family: times;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
a:active {
	font-family: times;
	font-size: small;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

a img { border: none; }

#menu {
	overflow: auto;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	float: left;
	width: 200px;
	border-right-width: 1px;
	padding-top: 0px;
	padding-right: 10px;
	font-weight: normal;
	background-color: #D7D7D7;
}


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

#menu ul li.section-title { }

#content {
	height: 100%;
	float: left;
	width: 680px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
	padding-top: 0px;
	background-color: #D7D7D7;
	font-style: normal;
}

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