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

body {
	font-size: 11px;
	line-height: 15px;
	font-family: Courier New, Courier, Georgia, Times New Roman, Times, serif;
	color: #999999;
	margin-top: 166px;
	font-weight:bold;
	background:none;
}

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

a:link {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #535353;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #308B12;
}
a:hover {
	text-decoration: none;
	background-color: #FCE52A;
	color: #F65118;
}

a img {
	border: none;
}

#menu {
	width: 260px;
	overflow: visible;
	top: 58px;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: none;
	font-size: 11px;
	line-height: 15px;
	font-family: Courier New, Courier, Georgia, Times New Roman, Times, serif;
	font-weight:bold;
}

#menu ul {
	list-style: none;
	margin: 0 0 14px 0;
	font-family: Courier New, Courier, Georgia, Times New Roman, Times, serif;
	font-weight:bold;
}

#menu ul li.section-title {
	color: #333333;
	font-weight: bold;
}

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


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

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

p {
    margin: 0 0 9px 0;
}

a.highlight:hover { 
	text-decoration: none;
	background-color: none;
}

h1 {
	font-size: 11px;
	line-height: 15px;
	font-family: Courier New, Courier, Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-weight:bold;
}
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; }
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }g