

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

body {
	background: #434242 url(menuBG.png) repeat-y;
	color: #fff;
	text-align: left;
	direction: ltr;
	border-style: none;
	font: 12.5px/17.5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:link { text-decoration: none;
	color: #5bccd8;
}
a:active { text-decoration: none;
	background-color: #333;
}
a:visited { text-decoration: none; color: #47abb5; }
a:hover {
	text-decoration: none;
	background-color: #3e3c3c;
}

a img {
}

#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	overflow: visible;
	height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px;
	background-image: url(menuBGDash.png);
	padding: 5px 10px;
}

#menu ul li.section-title {
}

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

.container {
    padding: 50px 15px 25px 15px;
}

#content p { width: 450px; margin-bottom: 20px; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 48px;
	margin-bottom: -.3em;
	width: 100%;
	line-height: .87em;
}
h2 { font-size: 36px;
	margin-bottom: -.3em;
	width: 100%;
	line-height: .87em;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }