/**
* CSS
* 
* @version 1.0
* @author Anton
* @author Feijoo-Montenegro
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 17px;
	background: #fff;
	overflow:hidden;
	cursor: default;
}

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

a:link { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: line-through; }
a:hover { color: #b3117e; }

.active { }a img { border: none; }

#menu {
    max-height: 100%;
    text-align: right;
    margin: 10px;
    width: 215px;
    overflow: auto;
    top: 0;
    position: fixed;
	z-index: 999 ;
	filter: alpha(opacity=80); 
	opacity: .8;
	}

#menu ul {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
	cursor: default;
}

#menu ul li.section-title { font-weight: bold; letter-spacing: -2px; font-size: 25px; text-transform: uppercase; cursor: s-resize; }

#content {
    margin-left: 235px;
    margin-bottom: 0;
    margin-right: 0;
    height: 100%;
    position: relative;
	width: 100%;
  
}

.container {
    padding-left: 5px;
    padding-bottom: 25px;
    padding-right: 5px;
    padding-top: 5px;
    background-color: white;
}

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

