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

body {
	background-color:#FFFFFF;
	color:#777777;
	font-family: Verdana, sans-serif;
	font-size:10px;
	letter-spacing:1pt;
	line-height:18px;
}

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #669999; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; color: #CC6600; }

a img { border: medium none; }

#menu {
	width: 215px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	background-color: #fff;
}

#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }
	line-height: 18pt;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
   	color: white;
	font-size: 14pt;


#content {
    height: 100%;
    margin: 0;
    top: 0;
	float: left;
}

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

#content p { 
	background: #FFFFFF none repeat scroll 0 0;
	margin-bottom: 9px;
	padding: 0px 5px 5px 250px;
	width: 675px; 
 }

p {
	color: #669999;
	margin: 0 0 50px 0;
}

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

#img-container	{ 
	margin: 0px 0px 0px 250px; 
	width: 800px;
	padding: 0; 
}

.thumb-img{
	margin: 0px 0px 0px 30px;
}

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

#once { clear: left; }
