/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar

*/

* {<
	margin: 0px;
	padding: 3px;
}

body {
	font-size: 11px;
	font-family: Trebuchet MS, sans-serif; color:fff;
	background: #fff;
}

body.section-1 {letter-spacing: .5px; }
body.section-2 {letter-spacing: .8px; }
body.section-3 {letter-spacing: .5px; }

a:link { text-decoration: none; color: #ccffff }
a:active { text-decoration: none; color: #ccffff }
a:visited { text-decoration: none; color: #ccffff; }
a:hover { text-decoration: underline; color: #F0E68C}

a img { border: none; }

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

#menu ul {
	list-style: none; color: #F0E68C;
	margin: 0 0 0px 3px;
}

#menu ul li.section-title {add: line-height: 25pt; border-bottom-color: #F0E68C; color: #F0E68C; font-size: 8.25pt; letter-spacing: 1px }


#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;
    padding-left:70px
}

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

#content p { width: 700px; margin-top: 12px; margin-bottom: 3px; }

p {
    margin: 0px 0 -3px 0; color: #000000;
}

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 6px 0; }

#once { clear: left; }