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

body,html  {
	font-size: 10px;
	font-family: Courier, Verdana, sans-serif;
	background: #fff;
	padding-top: 30px;
	height: 100%;
}

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

#wrap {
	margin: 0 auto;
	width: 900px;
	height: 100%;	
}

a:link { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black;}

a img { border: none; }

#menu {
    width: 225px;
	height: 590px;
    overflow: hidden;
	background-color: #fff;
	padding-top: 30px;
	float: left;
	position: relative;
}
#contact {
	position: absolute;
	bottom: 0;
}
#menu ul {
	list-style: none;
	margin: 0 0 50px 0;
}

#menu ul li{
	padding: 2px 0px 2px 20px;
}

#menu ul li.section-title {
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 11pt;
}
#menu ul#section-main li {
	background-color: black;
	margin-bottom: 5px;	
}
#menu ul#section-main li  a{
	color: white;
	font-weight: bold;
	font-size: 11pt;
}
#menu ul li.active a {
	color: red;
}
#content {
    margin: 0 0 0 225px;
	height: 100%;
	padding-top: 20px;
}

#content .container iframe {
	height: 100%;
	overflow: auto;
	min-height: 100%;
}
.container {
    padding: 5px 5px 25px 5px;
	min-height: 100%;
}

#menu .container p {
    margin: 0 0 9px 0px;
}

#content p { 
	display: block;
	margin-bottom: 9px;
	margin-left: 20px;
}
#content p:first-child {
}

p {
    margin: 0 0 9px 0;
}

.title {
	font-size: 15pt;
}

.subtitle {
	font-size: 9pt;
}

.pics .pic{
	height: 600px;
	width: 600px;	
}

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

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

#once { clear: left; }

div.nav {
	position: absolute;
	left: 600px;
	top: 300px;	
}
