/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

body {
	font-family: "Lucida Grande", Verdana, Arial;
	line-height: 18px;
	font-size: 13px;
	background: #f5f5f5;
}

body.section-1 { color: #ff99cc; }
body.section-2 { }
body.section-3 { }

a:link { background-position: -1px -1px; background-color: white; text-decoration: none; color: #898989; }
a:active { background-position: -1px -1px; background-color: white; text-decoration: none; }
a:visited { color: #898989; background-position: -1px -1px; background-color: white; text-decoration: none; }
a:hover { color: white; background-color: #ff3300; text-decoration: none; }

a img { border: none; }

#menu {
    margin-top: 80px;
    color: #ff99cc;
    font-size: 13px;
    margin-left: 30px;
    width: 280px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: auto;
}

#menu ul {
	color: black;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { padding-bottom: 10px; padding-top: 20px; color: black; font-style: normal; font-weight: normal; }

#content {
    line-height: 16px;
    margin-left: 320px;
    margin-bottom: 0;
    margin-right: 60px;
    margin-top: 125px;
    height: 100%;
    top: 0;
}

.container {
	padding-left: 39px;
	padding-bottom: 25px;
	padding-right: 5px;
	padding-top: 5px;
}

#content p { font-style: normal; font-weight: normal; font-size: 13px; width: 400px; margin-bottom: 9px; }

p {
    color: black;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 9px 0;
}

.headerstyle a {
    	color: black;
    	font-style: normal;
    	font-size: 18px;
    	font-weight: normal;
    	margin: 0 0 9px 0;
}

.headerstyle a:link {
    	background-color: #f5f5f5;
    	color: black;
    	font-style: normal;
    	font-size: 18px;
    	font-weight: normal;
    	margin: 0 0 9px 0;
}

.headerstyle a:active {
    	background-color: #f5f5f5;
    	color: black;
    	font-style: normal;
    	font-size: 18px;
    	font-weight: normal;
    	margin: 0 0 9px 0;
}

.headerstyle a:visited {
    	background-color: #f5f5f5;
    	color: black;
    	font-style: normal;
    	font-size: 18px;
    	font-weight: normal;
    	margin: 0 0 9px 0;
}

.headerstyle a:hover {
    	background-color: white;
    	color: black;
    	font-style: normal;
    	font-size: 18px;
    	font-weight: normal;
    	margin: 0 0 9px 0;
}

.headerstyle {
		padding-bottom: 20px;
		margin-left: 0;
		margin-bottom: 20px;
		margin-right: 0;
		margin-top: 0;
		color: black;
    	font-style: normal;
    	font-size: 18px;
    	font-weight: normal;
}



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

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

#once { clear: left; }