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

body {
	font-size: 10px;
	color: #333333;
	font-family: Verdana, sans-serif;
	background: #FFFFFF;
}

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

a:link {
color:#999999;
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:visited {
color:#999999;
text-decoration:none;
}
a:hover {
background-color: #669999;
color: #FFFFFF;
text-decoration: overline;
}

a img { border: none; }

a:visited img { border: none; }

a:hover img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    bottom: 0;
	left: 20px;
	right: 20px;
    position: fixed;
    height: 100%;
	background-color:#FFFFFF;
	text-align: right;
}

#menu .container a:link, a:visited {
	color: #333333;
	text-decoration: none;
}


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

#menu ul li.section-title {color: #669999;
	border-bottom: thin dotted #66CCCC;
	padding-right: 3px;
	margin-bottom: 4px;
	margin-right: -4px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

#content {
    height: 100%;
    margin: 0 0 0 260px;
    top: 150px;
}

#content ul li {
	list-style: none;
	display: inline;
}

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

#content p { width: 750px; height:auto; 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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }