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

body {
	font-size: 10px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 1.3em;
	color: #000000;
	background: #eeeeee;
	text-align: center;
	margin-bottom: 400px;
	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:#111111; color:#111111; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; background: #111111; color: #111111; }

a img { border: none; }

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


#menu {
    position: fixed;
	top: 80%;
	height: 50px;
	padding: 5px;
    width: 100%;
	background-color: transparent;
    text-align: left;
	border-top: #111111 1px solid;
	border-bottom: #121212 1px solid;
	z-index: 500;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Helvetica, sans-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: 10px;
 }

#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: 0px;
width: 200px; 
margin: 0 0 0 0;
border-top: 0px solid #111111;
border-bottom: 0px solid #111111;
background: #fff;
text-align: left; 
z-index: 300;
padding-top: 25px;
padding-right: 35px;
padding-left: 5px;
padding-bottom: 25px;
}

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 250px;
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; 
}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		border-color: transparent; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 5px; 
		border-style:  solid;
	}

#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #eeeeee;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Georgia, serif;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #cccccc;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Georgia, serif;
		font-style: italic;
		padding-left: 20px;
	}