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

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
}

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

a:link {
	text-decoration: none;
	color: #000000;
	background-color: #ccffff
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #ccffff
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #F0F0F0
}

a img { border: none; }

.top-section {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; /* matches padding left in #menu ul */
	background-color: #FFFFFF;
	}

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

#menu ul {
	list-style: none;
	left: 10px;
	margin: 0 0 12px 0;
	background: #fff;
}

#menu ul li.section-title { text-decoration: none; color: #000; font-weight: bold; 	left: 10px;
}

#content {
	top: 0;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
}

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

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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


#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }
