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

body {
	font-size: 12px;
	font-family: Arial;
	line-height: 24px;
	background: #ffffff;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}
</style>
</head>

<head>
<link rel="shortcut icon" 
href="http://www.camarim.pt/favicon.ico">
</head>

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

a:link { text-decoration: none; color: #A0A0A0; }
a:active { text-decoration: none; color: #A0A0A0; }
a:visited { text-decoration: none; color: #A0A0A0; }
a:hover { text-decoration: none; color: #A0A0A0; }

a img { border: none; }
a.thickbox img { border:3px solid #fff; padding:0;margin: 0; }

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

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

#menu ul li.section-title: { }

#menu a:hover { color: #fff; background: #00BFFF; }

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

#content a:hover { color: #fff; background: #00BFFF; }

.container {
    padding: 48px 0px 0px 24px;
}

#content p { width: auto; margin: 0 0 0 0; }

p {
	margin: 0 0 0 0;
}

h1 {
	font-size: 24px;
	color: #00BFFF;
	margin: 0 0 0 0;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	text-align: justify;
	color: #00BFFF;
	margin: 0 24px 0 0;
}
h3 {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin: 0 24px 0 0;
}
h4 {
	font-size: 16px;
	color: #00BFFF;
	margin: 0 0 0 0;
}

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

#img-container a.thickbox:link { border-bottom: 3px transparent solid; display:block; float:left; margin:0px; }
#img-container a.thickbox:hover { border-bottom: 3px #00BFFF solid; }

#once { clear: left; }

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-8921898-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>


</body>