/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author maurice redmond
*/
* {
	margin: 0;
	padding: 0;

}
body {
font-size: 11px;
font-family: Helvetica, Arial, sans-serif;
background: #ffffff;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;

}

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

}

a {outline:none;}

:focus
{
-moz-outline-style:none;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none;  }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #00FF0D; }

a img { border: none; }

.nav {
position:fixed;
top:578px;
z-index: 100;
clear:both
}



#menu {
    width: 230px;
    overflow: hidden;
    top: 40;
    bottom: 0;
	left: 0;
    position:fixed;
    height: 100%;
	background-color: #fff; 
}

#menu ul {
	list-style: none;font-size: 12px; color: #fff;text-align:right;padding-right: 40px;
	margin: 0 0 12px 0; 
}

#menu ul li.section-title {font-weight:bold; color: #000; font-size: 14px; float: center;}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

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

#content p { width: 600px; margin-bottom: 9px; float:Êleft;}

p {
    margin: 0 0 9px 0;
}

#the-backgroundÊ{
position:Êabsolute;
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;
}
	

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: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }