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

body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#CCCCCC;
	background-repeat:repeat-y;
}

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

a:link {text-decoration: none;color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:active {text-decoration: none; color:#000000;}
a:hover {text-decoration: none; font-weight:bold;color:#000000}


a img { border:none; }

#logo {margin-right:5px;
margin-top:45px;
margin-bottom:67px
}

#menu {
	width: 220px;
	overflow:hidden;
	top: 0px;
	bottom: 0;
	left: ;
	position: fixed;
	height: 100%;
	text-align: right;
	float: left;
	z-index:3;
}

#splashText {
	margin:700px 0 0 325px;
	font-size: 2px;
	color: #000;
	width:100px;
}

#menu ul {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0 0 15px 0;
	padding-right: 10px;
	background: #ffffff;
}

#menu ul li.section-title {
	color:#000;
	text-align: left;
	font-weight:bold;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-style:dotted;
	border-bottom-color:#000;
	border-bottom-width:thin;
	margin-bottom: 10px;
	background:#ffffff;
}
#blogtitle{
	color:#000;
	text-align: left;
	font-weight:bold;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom-style:dotted;
	border-bottom-color:#000;
	border-bottom-width:thin;
	margin-bottom: 10px;
	background:#ffffff;
}
#content {
    height: 100%;
	width: 650px;
    margin: 20px 0px 0px 215px;
    top: 0;
}
#content p {
    margin-bottom: 9px;
	margin-right: 150px;
	width:450px;
	float:left;
}
#menuLink {
	font-weight:bold;
	color:black;
}

.container {
	background:#ffffff;
	padding: 0px 20px 0px 20px; 
	margin: 0px 0px 0px 30px;
}

.mainContainer {
	padding: 0px 5px 25px 50px;
	font-family:Helvetica, Arial, sans-serif;
	width: 650px;
}
.highlight {
  background-color : #cccccc;
}
/**#bellowsText {width:300px;}
#bellowsImg {float:right;margin-left:30px; display:inline-block;}
*/
.mainContainer a:link {font-weight:bold;color:#000000;}
.mainContainer a:visited {font-weight:bold;color:#000000;}
.mainContainer a:active {font-weight:bold;color:#000000;}
.mainContainer a:hover {text-decoration: underline; font-weight:bold;color:#000000;}

#eventsImg {
padding:3px;
}

p {
    margin: 0 0 9px 0; float: left;
}

h1 {
color: #f00;
margin-bottom: 12px;
font-size: 14px;
 }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-weight:lighter;color:#666;font-size: 10px; margin-top:10px; margin-right:25px;}

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

#once { clear: left; }