/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}


.style1 {
	margin: 0 0 0 15px;
	font-size: 10px;
	font-family: Georgia, Tahoma, Verdana;
	background: #fff;
	color: #5c2b27;
}

body {
	margin: 0 0 0 0;
	font-size: 10px;
	font-family: Georgia, Tahoma, Verdana;
	background: #fff;
	color: #5c2b27;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #5c2b27;}
a:active { text-decoration:none;}
a:visited { text-decoration:none; color: #8d6a67;}
a:hover {text-decoration: none; background-color: #c0eae3;}


a img { border: none; }

#menu {
	width: 207px;
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left: 30px;
	position: absolute;
	height: 100%;
	background-color: #fff;
	padding: 0px;
}


#menu ul {
	list-style: none;
	margin: 25px 0 0 15px;
}

#menu ul li.section-title {
	margin: 0 0 5px 0;
	font-size: 10px;
	font-family: Georgia, Tahoma, Verdana;
	text-decoration:underline;
	background: #fff;
	color: #5c2b27;
}

#content {
    height: 100%;
	padding: 127px 0px 0px 220px;
}

.container {
    padding: 0px 0px 0px 22px;
}

#content p { width: 600px; 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; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 26px 0; }

#once { clear: left; }