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

body {
	margin: 15px 0px 13px 0px;
	line-height:13px;
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	letter-spacing: 1px
	text-align: left;
	background: #fff;
}

body.section-1 {
	text-align: left;
}
body.section-2 {
	text-align: left;
}
body.section-3 {
	text-align: left;
}

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #00ACEC;}
a:visited { text-decoration: none; color: #666;}
a:hover { text-decoration: #00ACEC;}

a img { border: none; }

#menu {
    	margin: 15px 0px 13px 15px;
	width: 200px;
	overflow: auto;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	position: fixed;
    	height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	 text-align: left;
	 line-height:13px;
}

#content {
    height: auto;
	width: auto;
    margin: 0 0 13px 215px;
    top: 0;
}

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

#content p { height: auto; width: auto; margin-bottom: 13px; }

p {
    color:#00ACEC;
	line-height:13px;
	font-size: 11px;
	margin: 0 0 0px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 11px; }

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

#once { clear: left; }
