/**
* CSS
* 
* @version 1.0
* @author diogo
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
	background: #fff;
	color: #333;
	}

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: gray; background-color: transparent;}
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: silver; background: transparent; }

a img { border: none; }

#menu {
	width: 240px;
	overflow: auto;
	top: 5px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	}

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

#menu ul li.section-title { 
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-width: 1px;
	margin: 0 0 12px;
	font-weight: 900;
	}

#menu ul li.active {
	text-decoration: none;
	background-color: #555;
	font-weight: 900;
	color: #FFFFFF;
	}

#content {
	height: 100%;
	top: 0;
	margin: 0 0 0 240px;
	padding-top: 0px;
	}

.container {
    padding: 5px 5px 5px 15px;
}

#content p { 
	width: 450px;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 9px;
	}

#content h1 {
	font-size: 11px;
	margin-bottom: 9px;
	font-weight: 900;
	}

#content small {
	color: #949494;
	font-style: italic;
	}
#content li{
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-width: 1px;
	width: 250px;
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*
p {
    margin: 0 0 9px 0;
}
*/

h1 { font-size: 11px; }
h2 {
	font-size: 14px;
	margin: 9px 0;
	font-weight: 900;
	}

h3 { font-size: 16px; }
h4 {
	font-size: 14px;
	color: white;
	background-color: #555;
	font-weight: bold;
	}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

.image img {
	margin: 20px 0 0 0px !important;
	margin: 20px 0 0 0px;
	}

#once { clear: left; }