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

body {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
	color: #666;
	letter-spacing: .05em;
}

body.section-1 {
	color: #666666;
	letter-spacing: 05em;
}
body.section-2 {
	color: #666666;
	letter-spacing: .05em;
}
body.section-3 {
	color: #666666;
	letter-spacing: .05em;
}

a:link {
	text-decoration: none;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	font-size: 10px;
	letter-spacing: .05em;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .05em;
}
a:visited {
	text-decoration: line-through;
	color: #666;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .05em;
}
a:hover {
	background-color: #00FFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	letter-spacing: .05em;
}

a img { border: none; }

#menu {
	width: 200px;
	overflow: auto;
	position: fixed;
	height: 100%;
	background-color: #FFF;
	letter-spacing: .05em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	letter-spacing: .05em;
}

#menu ul li.section-title {
	letter-spacing: 0em;
	color: #000000;
	border-top-style: none;
	line-height: 150%;
	font-variant: normal;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	border-bottom-width: medium;
	border-bottom-style: solid;
	padding: 0px;
}

#content {
	height: 100%;
	padding-left: 15px;
	margin: 0 0 0 215px;
	top: 0;
	letter-spacing: .05em;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 10px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .10em;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }