/**
* 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;
	font-size: 10px;
}
a:active {
	color: black;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	color: black;
	text-decoration: none;
	font-size: 10px;
}
a:hover {
	color: #b3117e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
}

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

#menu {
	max-height: 100%;
	text-align: right;
	width: 215px;
	overflow: auto;
	top: 0px;
	position: fixed;
	z-index: 999;
	filter: alpha(opacity=90);
	opacity: .8;
	right: 0px;
	padding: 1px;
	margin-top: 9px;
	margin-right: 350px;
	margin-bottom: 9px;
	margin-left: 9px;
	}

#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: 15px;
	text-transform: uppercase;
	cursor: s-resize;
	font-family: "MS Serif", "New York", serif;
}

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

.container {
	padding-left: 5px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #CCC;
	font-family: "MS Serif", "New York", serif;
}

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

