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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
	background: #F0F0F0;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom: border-bottom 1px solid #c4c4c4;
	
}

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

a:link { text-decoration: none;
color: #666666; 
}
a:active { text-decoration: none;
color: #666666;  
}
a:visited { text-decoration: none; 
color: #999999; }
a:hover { text-decoration: underline;
color: #000000;
font-style: bold;  }

a img { border: none; }

#menu {
	border-top: 1px solid #c4c4c4;
    width: 180px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	border:#000000
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 3px;
}

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

#menu ul li.section-title { 
	border-top: 1px solid #c4c4c4;
	color: #000000;
	background: url(menu_bg.gif) no-repeat;
	letter-spacing: inherit;
	font-size: 10px;
	font-weight: 700;
	padding-top: 9px;
	padding-bottom: 0px;
	letter-spacing: 0.5pt; 
	}

#content { width: 750px;
    height: 100%;
    margin: 15px 0 0 235px;
}

.container {
    padding: 0px 0px 0px 0px;
}

#content p { width: 700px; margin-bottom: 8px;
 }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ width: 750px; margin-top: 15px; padding-top: 15px;border-top: 1px solid #c4c4c4;}
#img-container p	{ width: 750px; margin: 0px; padding: 0px; padding-top: 0px;}

#once { clear: left; }
