#menu ul li.active a:link,
#menu ul li.active a:active,
#menu ul li.active a:visited { text-decoration: none; color: #1a1a1a; text-decoration: underline; }

.top {
	height: 50px;
}
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #4d4b44;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.section-1 { color: #4d4b44; }
body.section-2 { color: #4d4b44; }
body.section-3 {
	color: #4d4b44;
}

a:link {
	background-color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	color: #858585;
}
a:active { font-style: normal; color: #0099ff;  }
a:visited {
	background-color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	color: #858585;
}
a:hover {
	font-style: normal;
	background-color: #e3e8eb;
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
}
a img { border: none; }



#menu {
	background-repeat: no-repeat;
	color: #4d4b44;
	line-height: 16px;
	font-style: normal;
	font-size: 12px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	background-position-y: 0px;
	background-position-x: 0px;
	width: 280px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
}

#menu ul {
	color: #4d4b44;
	
/*	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;*/
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 16px;
}

#menu ul li.section-title {
	color: #1a1a1a;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	font-style: normal;
	}

credit 
{ color: gray; 
font: italic normal 12px Georgia, "Times New Roman", Times, serif;

}

#content {
	background-position-y: 0px;
	background-position-x: 19px;
	background-repeat: no-repeat;
	height: 100%;
	margin: 80px 0 0 280px;
	top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font: 20px/15px Georgia, "Times New Roman", Times, serif;
}

h2 { font-size: 18px; }

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

#once { clear: left; }

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