/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, serif;
	line-height: 1.3em;
	color: #000000;
	background: #ffffff;
	margin-bottom: 200px;
	margin-top: 12px;
	background: url(../img/site_background.gif) repeat fixed 0 0;
}

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

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; background:#FF0000; color:#FF0000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; background: #FFFF00; color: #FF0000; }

a img { border: none; }

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


#menu {
    position: fixed;
	top: 80%;
	height: 100px;
	padding: 15px;
    width: 100%;
	background-color: #fff;
    text-align: left;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	z-index: 500;
	background:transparent url(../img/menu_background.png) repeat scroll 0 0;
}

#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 #333333;
border-bottom: 1px solid #333333;
background: #fff;
text-align: left; 
z-index: 300;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
}

/* styling INFO news page */

.tumblr_title {
	position: fixed;
	font-weight: bold;
	left: 320px;
	top: 45px;
	padding: 15px;
	z-index: 1;
}

.tumblr_date {
	position: fixed;
	left: 320px;
	top: 45px;
	text-transform: uppercase;
	font: 9px Arial, Helvetica, sans-serif;
    padding: 30px 15px;
    color: #999999;
	z-index: 1;

}

.tumblr_body {
	position: fixed;
	left:320px;
	top: 45px;
	padding-bottom: 20px;
	width: 520px;
	height: 100%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
	background: #fff;
	z-index: 0;
}

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; }