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

body {
	font-size: 12px;
	line-height: 13px;
	font-family: Helvetica, sans-serif;
	background: #FF0;
	
	
}


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

a:link {  color: black; font-weight: bold;  }
a:active {  outline: none; text-decoration:none;  }
a:visited { color: black; text-decoration:none; }
a:hover { color: white; font-weight: bold; text-decoration: underline; }

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

a img { border: none; }   
 
#menu {
      margin: 0 0 0 0;

}


/* Titling */

em {
	color:#FFF;
	font-style:normal;
	font-weight:bold;
}

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


#menu ul li.section-title { }

#content {
    margin: 0 0 0 0;
}

/* Position of content within page*/

.container {
    padding: 70px 0px 0px 65px;
}

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

.nav {
    position: absolute;
    top: 670px;
    z-index: 100;
    clear: both;
}
