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

body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#000000; }

a:active { 
	text-decoration: none;
	color: #00FFFF;
	background-color: #555555;
	padding-left: 4px;
	padding-right: 4px;   
	margin-top:150px; 
	width: auto; 
}
	
a:visited { text-decoration: none; 
			color: #666666; 
}

a:hover { 
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	padding-left: 4px;
	padding-right: 4px;   
	width: auto;
	height: auto;
	position: static;
}

a img { border: none; }

#menu {
    width: 200px;
    overflow: hidden;
    top: 35px;
    bottom: 0;
	left: 35px;
    position: fixed;
    height: 650px;
	background-color: #FFFFFF;
	border-top: 3px solid #0f0f0e; 
	border-bottom: 1px solid #0f0f0e;
}

#menu ul {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	list-style: none;
	line-height: 20px; 
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 35px 0 0 245px;
	background-color:#FFFFFF;
	padding-left: 4px;
	padding-right: 4px;   
	width: 315px;
	height: 650px;
	position: static;
	border-top: 3px solid #888888; 
	border-bottom: 1px solid #888888;
    
}

.container {
    padding: 16px 12px 25px 12px;
}

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

p {
    margin: 0 0 9px 0;
}

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

