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

body {
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #acacac;
	background: #222;
}

#homePage {
	width:350px;
	margin: 0 0 0 275px ;
	}
	

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

a:link { 
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline; 
	}
	
a:active { 
	text-decoration: none; 
	}
	
a:visited { 
	text-decoration: underline; 
	color: #FFF; 
	}
	
a:hover { 
	color: #DDD;
	text-decoration: none; 
	}

a img { border: none; }

#menu {
    width: 205px;
    overflow: auto;
    top: 18px;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #94b7d1;
	font-weight: bold;
	border-top: solid 1px #666;
	margin-bottom: 5px;
	}
	
#menu ul li a { 
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	}
	
#menu ul li a:hover { 
	text-decoration: underline;
	color: #bdbdbd;
	}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }

h2 { 
	font-size: 19px; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #94b7d1;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 { 
	font-size: 13px; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #94b7d1;
	font-weight: bold;
	margin: 25px 0 2px 0;
}

h3.contactBlock { 
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #94b7d1;
	font-weight: bold;
	border-top: solid 1px #666;
	margin-bottom: 5px;
	}

h4 { 
	font-size: 12px; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #777;
	font-weight: normal;
	margin: 7px 0 7px 0;
}

h5 {
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	border-top: solid 1px #666;
	margin-top: 175px;
	}
	
#homePage h5, #bookPage h5 { 
	font-size: 12px; 
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #e9ca7e;
	border: none;
	font-weight: bold;
	margin: 10px 0 0px 0;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #323232;
	margin-top: 25px;
	}

#indexhibit a:link { 
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva, sans-serif;
	text-decoration: none; 
	color: #323232; 
	}
	
#indexhibit a:hover { 
	text-decoration: underline;
	}



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 410px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
