/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 13px;
	font-family: "Courier New", Courier, Arial, sans-serif;
	background: #e6e6e6;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #202020; text-decoration: none; }
a:active { color: #202020; text-decoration: none; background: #ffd800;}
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #202020x; text-decoration: underline; background: #ffee8d;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #EEE;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	margin-top: 25px;
	padding: 0px 0 5px;
	font-weight: bold;
	color: #494949;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#menu .container p { text-align: center; }

#menu .sub p { text-align: left; }

#content {
    height: 100%;
    margin: 0px 0 0 215px;
    top: 0;
}

.container {
    padding: 20px 15px 100px 15px;
}

#content p { width: 550px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

#content a:link { color: #f04980; text-decoration: none; }
#content a:visited { color: #984d66; text-decoration: none; }

h1 { 
	font-size: 13px;
	font-weight: normal;
	line-height: 30px; 
}

h2 { 
	font-size: 9px; 
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #595959;
	margin-bottom: 10px;
}

h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { 
	margin-top: 0; 
	padding-top: 0; 
	font-family: "Courier New", Courier, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #595959;
}

#img-container p { 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}

#content img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#once { clear: left; }