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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #000000;
	background: #FFF;
}

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

.title {
	width: 680px;
	height: 25px;
	margin-top: 10px;
}

.title2 {
	width: 680px;
	height: 10px;
}


a:link { 
	text-decoration: none; 
	color: #000000; 
}

a:active { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
	color: #000; 
}

a:hover { 
	text-decoration: none; 
	
}

a:hover { 
background: #fbfe93;
}

a.thickbox
{
	background: inherit;
}

a img { 
	border: none; 
	background: none; 
}

#menu {
    width: 165px;
    /*
    height: 615px;
    overflow: auto;*/
    top: 0;
    bottom: 0;
	left: 30;
    position: fixed;
  
	background-color: #FFF;
}

#top {
    padding: 0px 0px 40px 0px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0px;
	font-size: 11px
}

#menu ul li.section-title {
    line-height: 11pt;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding: 0 0 5px 10px;
    background: #fbfe93;
}

#menu ul li a
{
	display: block;
	padding-left: 10px;
}

#content {
    height: 100%;
	width: 680px;
    margin: 30px 0 0 150px;
    top: 0;
    padding: none;
}

.container {
	margin-bottom: 30px;
	margin-left: 30px;
}

#content p {  
	/*margin-bottom: 30px;*/
	font-size: 11px;
	color: #000;
	font-family: Geneva, sans-serif;
}

#content a { 
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-family: Geneva, sans-serif;
}

p {
    margin: 0 0 10px 0; 
	color: #222222;
}

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

p#nums {
    font-size: 10px;
}


