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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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


a:link, a:visited{ color:#666; text-decoration:none;}
a:hover{ color:#7CE0A4; text-decoration:none}
#content a:link, #content a:visited{ color:#5EEDF1}
#content a:hover{ color:#666}

a img { border: none; }

#container{ background:url(images/bg.jpg) no-repeat; min-height:400px; width:635px; padding-top:90px; margin: 10% auto 0 auto;}
#menu { font-size:13px; font-family:Verdana, Geneva, sans-serif; font-weight:bold;  margin-bottom:10px; width:365px;}
#menu ul { list-style: none; }
#menu li{ display:inline; padding-right:15px; }

#menu ul li.section-title { }

#content {width: 300px; min-height:170px; color:#333 }
#content p { margin-bottom: 9px; }
p {
    margin: 0 0 9px 0;
}
#footer{ border-top:solid 1px #666; padding-top:5px; text-align:right}

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

#once { clear: left; }

#indexhibitLink{ position:absolute; bottom:0; right:0;}