/**
* 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:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
	 padding-top: 5px;
    top: 0;
    bottom: 0;
	 left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu li{
	font-size: 13px;
	margin-bottom: 2px; 
}
#menu li a:hover{
	text-decoration: underline;
}
#menu a{
	text-decoration: none;
	color: #287500;
}
#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
	 font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 13px;
}
#content li{
	text-indent: 0;
	margin-bottom: 10px;
}
.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }
#content ul{text-indent: 15px;list-style: none;}
#content a{ color: #390;}
dl{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0;
}
.date{font-size:20px; margin-top: 15px; background: 0 0 url(./img/datebg.png) repeat-x; }
.event{font-size: 16px; font-weight: bold; margin-top: 8px; margin-bottom: 4px;}
#eventslist li,.event{margin-left: 20px;}
p {margin: 0 0 9px 0;}

h1 { font-size: 26px; }
h2 { font-size: 24px; margin-bottom: 5px;}
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; }