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

body {
	font-size: 10px;
	font-family: Georgia, serif;
	line-height: 1.3em;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin-bottom: 200px;
	margin-top: 12px;
}

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

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; background:#transparent; color:#00CC00; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; background: #transparent; color: #000000; border-bottom: 1px solid #00CC00; }

a img { border: none; }

object
{
position: relative;
top: 0; left: 200;
border: 1px solid #000;
z-index: 500;
}


#menu {
    position: fixed;
	top: 78%;
	height: 100px;
	padding: 15px;
    width: 100%;
	background-color: #fff;
    text-align: left;
	border-top: #00CC00 1px solid;
	border-bottom: #00CC00 1px solid;
	z-index: 500;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Georgia, serif;
	font-style: italic;
}

#menu ul li.section-title {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	line-height: 1.5em;
	font-style: normal;
	display: inline;
	margin-right: 8px;
 }
 
 li 
 {
	display: inline;
	line-height: 1.5em;
	margin-right: 8px;
 }

#content {
    height: 100%;
    margin: 0px;
    padding: 0px;
	text-align: center;
}

.container {
    margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#content p { 
position: fixed;
top: 45px; left: 45px;
width: 200px; 
margin: 0 0 0 0;
border-top: 1px solid #00CC00;
border-bottom: 1px solid #00CC00;
background: #fff;
text-align: left; 
z-index: 300;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
}

p {
    background-color: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

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

#img-container	{ position: static; width: 100%; background-color: transparent; text-align: center; margin: 0 0 0 0; padding: 0 0 0 0; z-index: 100; }
#img-container p	
{ 
position: static; 
width: 100%; 
background-color: transparent; 
text-align: center; 
margin: 0 0 0 0; 
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px; 
z-index: 100; 
border-top: none;
border-bottom: none; 
}

#once { clear: left; }