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

body {
	font-size: 12px;
	font-family: courier new;
	background: #fff;
	letter-spacing: 1px;
}

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

#bruno { margin-bottom: 10px;}
#center img { max-width: 768px; width:100%;}
#center p span { line-height: 18px; }
#center {width: 100%; }
.bruno { background-color:#000; color: #FFF; padding:3px; margin-bottom: 20px; font-weight:bold;}
.bruno a:link { background-color:#000; color: #FFF; padding:3px;}
.bruno a:hover { background-color:#FFF; color: #000; padding:3px; font-weight: bold;}
.bruno a:visited { background-color:#000; color: #FFF; padding:3px;}


a:link { text-decoration: none;color: #000;  }
a:active { text-decoration: none;color: #fff; background-color:#000; padding:1px; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none;color: #fff; background-color:#000; padding:1px; font-weight: bold; }

a img { border: none; }

#menu {
text-transform:uppercase;
text-align: right;
    width: 240px;
  position:fixed; 
    top: 0;
    bottom: 0;
	right: 0;
overflow:auto;
    height: 100%;
	background-color: #FFF;
	float:right;
}

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

#menu ul li.section-title { }

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

.container {
    padding: 10px 10px 10px 10px;
}



object { margin-top: 0; margin-left: 0;}

p {
    margin: 0 0 9px 0;
}

u {text-decoration: none; border-bottom: 1px #000 solid;}

h1 { font-size: 32px; }
h2 { font-size: 11px; font-weight: normal; margin-bottom: 34px; }
h2 a:visited { text-decoration: none; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#once { clear: left; }

/* draw any selected text yellow on red background */
::-moz-selection { color:#FFFFFF;  background: black; }
::selection      { color: #FFFFFF;  background: black; }

/* draw selected text in a paragraph white on black */
p::-moz-selection { color: white;  background: black; } 
p::selection      { color: white;  background: black; }

#box1 {width:215px; height:100%; margin-left: 10px; margin-top: 10px; float: left;}

#box2 { width: 768px; margin-left: auto; margin-right: 250px; margin-top: -22px;}
#box2 img { width: 800px;}

#box6 { font-size: 36px; width: 768px; line-height: 46px; position:fixed; overflow:auto; margin-top: -10px;}
#box6 a:hover { font-weight: normal;}

#text { width: 200px; height: 100%; margin-left: 0px; position: fixed; margin-top:46px; float: left;}