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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
}

h1 { 
	font-size: 32px;
	font-weight: normal;
	text-decoration:underline;
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	padding-bottom: 4px;
	line-height: 90%;
	width: 250px;
}

h2 { 
	font-size: 11px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 5px 0;
	width: 250px;
}

h3 { font-size: 16px; }

h4 { 
	font-size: 9px;
	font-style:italic;
	font-weight:normal;
	width: 250px;
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
}
	



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

a:link { 
	text-decoration: underline; 
	color: #333;
}

a:active, a:visited { 
	text-decoration: none;
	color: #333;
}

a:hover { 
	text-decoration: underline; 
	color:#CC0000;
}

a img { 
	border: none;
	text-decoration: none;
}


#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
#iframer-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}

#menu {
    width: 120px;
    height: auto;
	overflow: hidden;
    top: 25px;
    bottom: 0;
	left: 25px;
    position: fixed;
	margin: 0;
	padding: 10px;
	text-align: center;
	background-color:rgba(255,255,255,0);
}

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

#menu ul li.section-title { }

#content {
    height: auto;
	top: 0;
	margin: 35px 0 0 205px;
}

.container {
    padding: 0px;
}

.dragme{position:relative;}

#content p { width: 250px; margin-bottom: 9px; }


p {
    margin: 0 0 9px 0;
}

#img-container	{ margin: 0; padding: 0;}

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

#once { clear: left; }
