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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}

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

li.active a:visited { color: #000000; text-decoration: none; background: #C8E1D7 }
a:link { color: #AAAAAA; text-decoration: none; }
a:active { color: #AAAAAA; text-decoration: none; }
a:visited { color: #AAAAAA; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; background: none; }

a img { border: none; }

/* The following sets the style for the section heading */

#menu {
	width: 200px;
	overflow: hidden;
	top: 0;
	left: 10px;
	height:auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position:fixed;
	background-color:none;
	text-align: left;
}

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

#menu ul li.section-title {
	font-family: helvetica;
	font-weight: normal;
	font-size: 11px;

}

/* CONTENT AREA */

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


}

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

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

p {
    margin: 0 0 9px 0;
}

/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/

h1 { font-family: Georgia;
	font-weight: normal;
	font-size: 14px; }

h2 {font-family: Helvetica;
	font-weight: normal;
	font-size: 14px;}

h3 { font-size: 10px; }
h4 { font-size: 8px; }

/* IMAGES */

#img-container	{ width: 550px; margin: 0; padding: 0; }
#img-container p	{ width: 550px; 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; }