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

body {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #fff;
	line-height: 15px;
}

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

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

a img {
	border: none;
	text-decoration: none;
	background-color: transparent;
}

#menu {
	width: 180px;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: none;
}

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

#menu ul li.section-title {
	text-transform:uppercase;
	margin-top:13px;
	margin-bottom:3px;
	text-decoration:underline overline;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
h2 {
	font-weight:400;
	font-size: 11px;
	text-decoration:underline overline;
	text-transform:uppercase;
	display: inline-block;
}
h3 { font-size: 11px; }
h4 {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	background: none;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

#footer {
	bottom:0;
	left: 25px;
	position: fixed;
	background: none;
	border:none;
	color: #999999;
}

#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; }
