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

body {
	font-size: 76%;
	font-family: Arial, sans-serif;
	background: #fff url(img/bg.gif) no-repeat 0 0;
	color:#000;
	line-height: 1.5;
}

body.section-1 { }
body.section-2 {background-image: none; }
body.section-3 { background-image: none;}
a {color: #999ca1;}
a:link { text-decoration: none;  }
a:active { text-decoration: none; }
a:visited { text-decoration: none;  }
a:hover { text-decoration: underline; }

a img { border: none; }

#logo {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 100;
}

	#custom_logo {
		background-image: url('img/logo.jpg');
		height: 132px;
		width: 204px;
		margin-bottom: 40px;
	}

#menu {
    width: 235px;
    /*overflow: auto;*/
    /*bottom: 0;*/
	margin-left: 30px;
    /*position: fixed;*/
    /*height: 100%;*/
	float: left;
	color: #999ca1;
	/*padding-top: 110px;*/
}

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

#menu ul li.section-title {
	font-size: 1.15em;
	font-weight: bold;
	color: #5a5c5e;
}

#content {
    /*height: 100%;*/
    /*margin: 0 0 0 215px;
    top: 0;*/
	float: left;
	margin-top: 172px;
}

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

#content p { width: 700px; 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; }

#img-container p.nav {color: #38393b; margin:25px 0;}
