* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	background: #fff;
	color:#999;
}

.thumb {
	border: 2px #cad133 solid;
}

.mail {
	size:12pt;
}

a:link, a:visited {
	color: #cad133;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

.active {
	font-style: italic;
}

a img { border: none; }

.none { border: none; }

#top {
	position: fixed;
	width:100%;
	left: 0px;
	top: 0px;
	height: 40px;
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:50px;
	padding-right:10px;
	background-image: url('imgs/line2.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	z-index:99;
	
}

#bottom {
	font-size:80%;
	position: fixed;
	width:100%;
	left: 0px;
	bottom: 0px;
	height: 20px;
	padding: 2px 2px 0px 35px;
	background-image: url('imgs/lineb.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	z-index:100;
	background-color: #fff;
	
}

span.title {
	padding-left: 35px;
	color:#999;
	background-repeat:no-repeat;
	background-image:url('imgs/line.gif');
	background-position:left;
	text-transform:uppercase;
	font-size:90%;
	padding-bottom:4px;
}

span.titolo2 {
	font-size:300%;
	color:#cad133;

}

span.nome {
	font-size:20px;
	color:#cad133;

}

span.titolo {
	font-size:300%;
	color:#999;
	
}

body.namez {
	margin: 10px;
	color:#FFF;
	background-color:#999;
	
}

#menu {
    width: 206px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	margin-top:107px;
}

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

#menu ul li.section-title {
	padding-left: 35px;
	background-repeat:no-repeat;
	background-image:url('imgs/line.gif');
	background-position:left;
}

#menu li {
	padding-left: 35px;
	background-repeat:no-repeat;
	background-image:url('imgs/line.gif');
	background-position:left;
	text-transform:uppercase;
	font-size:90%;
	padding-bottom:4px;
}



#content {
	margin-left:235px;
	margin-top:102px;
}

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

#background{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
	border-style: none;
}

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