/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
a:link, a:visited {
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}

 a:active {
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}

a:hover {
	text-decoration:underline;
	color:#333333;
	font-weight: normal;
}



* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}

body {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 210px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-left: 0px;
	background-color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: dashed;
}

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

#menu ul li.section-title {
	height: 15px;
	color: #990099;
	font-weight: bold;
}

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

.container {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content p {
	width: 600px;
	line-height: 18px;
	background-color: #CCCCCC;
	border: 2px dashed #999999;
	margin-bottom: 10px;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

p {
    margin: 0 0 9px 0;
}

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-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#once { clear: left; }

#intro { width: 400px; }
