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

#header
{
  display: block;
  width: 174px;
  height: 78px;
  background: url("http://imgur.com/nALc1.jpg") no-repeat 0 0;

}

  #header:hover
  { 
   display: block;
   width: 174px;
   height: 80px;
   background: url("http://imgur.com/tdOhQ.jpg") no-repeat 0 0;
  }

body {
	font-family:"Lucida Grande","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	background: #fff;
}

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

a:link { text-decoration: none; padding:2px 5px; color:#000000;}
a:active { text-decoration: none; padding:2px 5px; color:#000000;}
a:visited { text-decoration: none; padding:2px 5px; color:#000000;}
a:hover {
text-decoration: none;
background-color:#666666;
padding:1px 5px;
color:#ffffff;
}

#llcont {
background-image:http://imgur.com/jeIfS.png;
height:97px;
width:170px;
}

#llcont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 97px;
	border-right:2px solid;
}

#llcont ul li {
	float: left;
	display: block;
	height: 97px;
	margin:0px;
	text-indent: -9999px;
	border-right:medium;

}

#llcont ul li a {
	display: block;
	height: 107px;
	background: url() 0 0 no-repeat;
	outline: 1;
	border-right:medium;
}

#llcont ul li.logolink a {width:145px;background-position: 0px 0px;}
#llcont ul li.logolink a:hover {width:145px;background-position: 0px 0px;}



#menu {
    width: 185px;
	    top: 0px;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
	background-color:#fff;
	border:medium #000
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border:2px #000

}

#menu ul li.section-title { 
	font-weight:bold;
	border-right:thin;
	border-right-color:#000;
}

#content {
    height: 100%;
    margin: 7px 0 0 190px;
    top: 0;
	border: 2px #000;

}

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

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

p {
    margin: 0 0 9px 0;
}

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




