/**
* CSS
* 
* @version 1.0
* @author Giovanni Dameto 
*
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, arial;
	background: #fff;
}

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

a:link { text-decoration: none;	color: #666666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { background-color: #FF9900;}

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-top:4px;
	padding-bottom:4px;
	border-top:2px solid #000000;
}

#menu ul li.section-title { }

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

.container {
    padding: 20px 5px 25px 40px;
}

#content p { width: 640px; 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: 20; padding: 20; }
#img-container p	{ width: 400px; margin: 20; padding: 0 0 20 0; }

#once { clear: left; }

.postnav {position:fixed; bottom:12px;}

/* SLIDE SHOW - Navigation */
    p.nav a {
        background-color: #ffffff;
        padding-top: 3px;
        padding-right: 9px;
        padding-bottom: 15px;
        padding-left: 9px;
        font-size: 11px;
        font-family: Helvetica, arial;
        -moz-border-radius-bottomleft:3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-topleft:3px;
        -moz-border-radius-topright:3px;}
    p.nav a:hover {
        background-color: #ffffff;}
    p.nav span#num {
        letter-spacing: 2px;
        font-family: Helvetica, arial;
        font-style: normal;
        padding-left: 20px;}