/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin:0;
	padding:0;

}

body {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family: Monaco,"Lucida Console",Courier,"Courier New",monospaced;
	font-size:10px;
	line-height:16px;

}

a {
	color:#33ccff; 
	text-decoration: none;
}

a#next:link, a#prev:link, div#menu a:link {
	background:#33ccff none repeat scroll 0 0;
	color:#33ccff;
	text-decoration:none;

}

a#next:active, a#prev:active, div#menu a:active {
	background:#33ccff none repeat scroll 0 0;
	color:#000000;
	text-decoration:none;
}

a#next:visited, a#prev:visited, div#menu a:visited {
	background:#33ccff none repeat scroll 0 0;
	color:#33ccff;
	text-decoration:none;

}

a#next:hover, a#prev:hover, div#menu a:hover {
	background:#33ccff none repeat scroll 0 0;
	color:#000000;
	text-decoration:none;
	
}

a img {
	border:medium none;

}

#content a:link {
	text-decoration:none;

}

#img-container span.backgrounded a, #img-container a.thickbox, #img-container a.thumb-img, #img-container #d-col1 a {
	background:transparent none repeat scroll 0 0;

}

#menu {
	background-color:#FFFFFF;
	bottom:0;
	height:100%;
	left:0;
	overflow:auto;
	position:fixed;
	text-align:right;
	top:0;
	width:215px;

}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 13px;
	text-align:right;

}

#menu .section-title {
	color:#AAAAAA;
	font-weight:normal;

}

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

}
.container {
	padding:20px 15px 25px 20px;

}

#content p {
	margin-bottom:13px;
	width:600px;

}

p {
	margin:0 0 13px;

}

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 {
	margin:0;
	padding:0 0 13px;
	width:400px;

}

#once {
	clear:left;

}
