/**
* 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;
	color: #333;
	background: #fff;
	line-height: 1.4em;
}

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


a img { border: 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; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	border-left: 1px solid silver;
	padding: 0 0 0 4px; 
	margin: 0 0 12px 0;
}

#menu .section-title {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.1em;
	padding-bottom: 2px;
}

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

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

#content p {
	width: 480px;
	margin-bottom: 9px;
	border-left: 1px solid silver;
	padding-left: 4px;
}

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

#once { clear: left; }
 
#welcometext {
	font-size: 22px;
	line-height: 120%;
	letter-spacing: -.02em;
	color: #000;
	padding-bottom: 15px;
}
 
#welcometext p {
	border-left: 1px solid silver;
   	padding-left: 4px;
	width: 75%; 	
}
 
.contact {
  color: #999;
 }
 
#pre_nav {
 	padding-left: 3px;
 	border-left: 1px solid silver;
}

#pre_nav a {
	color: #333;
	background: none;
}

#pre_nav a:hover {
	color: #000;
	background: #f0f0f0;
}

#post_nav {
	padding: 2px 0 10px 0;
}

#post_nav a {
	text-decoration: none;
	padding: 2px 0 4px 0;
}

#post_nav a:hover {
	text-decoration: none;
	background: none;
}

.relinks {
	border-left: 1px solid silver;
	padding-left: 4px;
}

.relinks ul {
	font-size: 18px;
	line-height: 150%;
	list-style: none;
}

