/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	background-color: #e9eeea;
	background-repeat: repeat;
	padding-bottom: 0;
	padding-right: 0;
	margin-left: 0px;
	margin-bottom: 15;
	margin-right: 15;
	margin-top: 0px;
}

body {
	color: #4e4e4e;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	background: #e9eeea;
}

body.section-1 { padding-bottom: 0px; }
body.section-2 { }
body.section-3 { }

a:link {background-color: none; text-decoration: none; color: #b30f1b; }
a:active { color: white; background-color: #b30f1a; text-decoration: none; }
a:visited { color: #b30f1a; text-decoration: none; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    text-align: left;
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { }

#content {
    margin-left: 300px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 15;
    height: 100%;
    top: 0;
}

.container {
}

#content p { margin-top: 23px; width: 500px; }

p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-style: normal; font-weight: normal; font-size: x-small; font-variant: normal; color: #c6c6c6; }

#img-container	{ margin-left: 0; margin-bottom: 0; margin-right: 0; margin-top: 23px; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
