body {
	margin: 0;
	font-size: 10pt;
	font-family: Verdana, Arial, 'Myriad Pro', sans-serif;
	color:#49354a;
}

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

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

.active {
	font-style:italic;
}

a img { border: none; }

img.alignright2 {
	float: right;
	margin: 0 160px 0 15px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: -48px 160px 0 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

#testata {
	margin-left:auto;
	margin-right:auto;
	background-image:url(imgs/testata.png);
	background-position:left;
	background-repeat:no-repeat;
	height:100px;
	width:800px;
}


#menu {
	margin-left:auto;
	margin-top:-65px;	
	margin-right:auto;
	padding-right:45px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-size:120%;
	font-style:italic;
	width:800px;
}

#page {
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding: 25px;
	height:auto;
	width:700px;
	background-color:#FFF;
	overflow:auto;
}

.pics { 
	float: left;
	margin: 0 15px 5px 0px;
	height:472px;
	width:400px;
}

#content {
	float:right;
	width:250px;
	text-align:left;
	font-size:90%;
}

#content img {
	border:dotted #ccc 1px;
	padding:10px;
	background-color:#fff;
}

.pics img {
	border:dotted #ccc 1px;
	padding:10px;
	background-color:#fff;
}

#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-size:130%;
	font-style:italic;
	color:#C00;
}

h1 { font-size: 32px; }
h2 { font-size: 19px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }

#footer {
	position: fixed;
	text-align:left;
	width:100%;
	left: 0px;
	bottom: 0px;
	height: 18px;
	padding: 2px 2px 5px 15px;
	z-index:99;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-style:italic;
	background-color:#FFF;
}

#social {
	position:fixed;
	text-align:right;
	width:99%;
	float:right;
	bottom: 0px;
	height: 18px;
	z-index:100;
	padding-top: 2px;
	padding-bottom:5px;
}


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

hr {
  border: dotted 1px;
  color: #ccc;
  height: 1px;
}

