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

#header {
	width:215px;
}
a img {
	border:none;
}

body {
	font-size: 11px;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	
}

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

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

a:active { 
	text-decoration: none; background-color: #FFFF00;

}

a:visited { 
	text-decoration: line-through; background: none; color: #CCCCCC;

}

a:hover { 
	background:#FFFF00 none repeat scroll 0 0;
	color:#000000;
	text-decoration:none;
}

a.header:link {
	text-decoration:none; color: ; }
	
a.header:active {
	text-decoration:none; color: ; }
	
a.header:visited {
	text-decoration:none; color: ;
	background:none; }

a.header:hover { 
	text-decoration:none; background:none; color: ; }
	
a img { border: none; }

#menu {
    width: 215px;
	height: 400px;
	text-align:left;
	line-height:14px;
    top: 50px;
	left: 50px;
    position: fixed;
    height: auto;

}

#menu ul {
	list-style: none;
	font-size: 9.5px;
	margin: 0 0 20px 0;
}

#menu .section-title {
	border-bottom: thin dotted #000000; 
	color:#000000;
	font-size: 9px;
	line-height:2em;

}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 150%; padding-bottom: 5px; border-bottom: thin dotted #000000; width: 300px; }
h2 { font-size: 125%; font-weight: normal; color: #CCCCCC; padding-bottom:10px; }
h3 { font-size: 151%; border-bottom: thin dotted #000000; padding-bottom:5px; padding-top: 9px; width: 400px; }
h4 { font-size: 300px; font-weight: lighter; padding bottom: 300px; }
h5 { font-size: 25px; color:#CCCCCC; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }