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

body {
	font-size: 13px;
	font-family: georgia, serif;
	background: #fff;
	margin: 25px 50px 20px 50px;
}

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

em {
	font-family: Georgia, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a:link {
	font-family: georgia, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #01cd9a;
}

a:visited {
	font-family: georgia, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #01cd9a;
}

a:active {
	font-family: georgia, serif;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-family: georgia, serif;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}

a img {
	border: none;
	margin-right: 8px;
}

#menu {
	width: 217px;
	overflow: auto;
	top: 70px;
	margin: 15px 0 0 25px;
	bottom: 0;
	line-height: 15px;
	left: 20px;
	position: fixed;
	height: 90%;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

#menu ul {
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, serif;
	list-style: none;
	margin: 0 0 12px 0;
	color: #000000;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	margin: 15px 0px 0 280px;
	top: 70px;
	border-left-width: thin;
	border-left-style: none;
}

.container {
    padding: 15px 15px 15px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00000;
}
h4 {
	font-size: 10px;
	font-family: Palatino, Georgia, Verdana, sans-serif;
	color: #000000;
}

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

#once { clear: left; }
