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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-color: #000000;
	background: #ffffff;
}


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

#Text02 { font-family: Verdana, sans-serif; color: #808080; }
#Text03 { font-family: Verdana, sans-serif; color: #FF00FF; }
#Text04 { font-family: Verdana, sans-serif; color: #00FF00; }

#Text11 { font-family: Courier New, serif; color: #000000; font-size: 12px; }
#Text12 { font-family: Courier New, serif; color: #808080; font-size: 12px; }
#Text13 { font-family: Courier New, serif; color: #FF00FF; font-size: 12px; }
#Text14 { font-family: Courier New, serif; color: #00FF00; font-size: 12px; }

#Text21 { font-family: Didot, serif; color: #000000; font-size: 12px; }
#Text22 { font-family: Didot, serif; color: #808080; font-size: 12px; }
#Text23 { font-family: Didot, serif; color: #FF00FF; font-size: 12px; }
#Text24 { font-family: Didot, serif; color: #00FF00; font-size: 12px; }







a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }



a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { }

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

.container {
	padding: 5px 5px 25px 5px;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 34px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }
h4 { font-size: 13px; }

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

#once { clear: left; }
