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

body {
	font-size: 12px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	line-height: 16px;
	background: #fff;
	color: #000;
	margin-top: 10px;
}

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

a, a:link { 
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
	outline: none;
}
a:active { 
	color: #666; }
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

a img { border: none; }


#menu {
    width: 205px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 9px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}
#menu a {
   	font-family: Georgia;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}
#menu a:hover {
   	color: #666;
	border: none;
}
#menu a:visited {
   	text-decoration: line-through;
}

#menu ul {
	list-style: none;
	margin: 0 0 8px 0;
	padding-top: 8px;
	background: url(bg-line.png) no-repeat left top;
}

#menu ul li.section-title {
	font-weight: bold;
}

#menu ul li {

}
#menu ul.indexhibit {
	background: none;
}
#menu ul.indexhibit li, #menu ul.indexhibit li a {
	color: #CCC;
	font-style: italic;
}

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

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

#content p { 
	width: 400px; 
	margin: 0 0 16px 0;
	padding: 0;
}

#content p strong {
	display: block;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
}
#content p.nav {
	padding-top: 9px;
	background: url(bg-line.png) no-repeat left top;
	color: #ccc;
}
p.contact {
	margin-top: 32px;
	font-style: normal;
}
h1 { 
	margin: 6px 0;
	background: url(mcd.png) no-repeat left top;
	text-indent: -1200px;
	height: 54px;
}
h1 a {
	display: block;
	width: 200px;
	height: 60px;
}
h2 { 
}
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; }