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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background: #fff;
}

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

a:link { text-decoration: none; color: #AAA;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #AAA; }
a:hover { text-decoration: none; }

a img { border: none; }

#banner
{
  height: 100px;
  width: 500px;
  padding-top: 40px;
}

#bottom p
{
  text-align: right;
}


#menu {
    width: 215px;
    height: 100%;
	  background-color: #fff;
    float: left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
}

#menu li {
  height: 27px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin-left: 250px;
    margin-top: 15px;
    padding-left: 10px;
}

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

td
{
  padding-right: 20px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }

h2 {  
font-size: small;
color: #000;
}

h3 {  
font-size: x-small;
text-align: center;
color: #000;
}
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; }