

*{
	margin: 0;
	padding: 0;
	}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Thaoma, Verdana, Arial, Sans-Serif;
	color: #555;
	text-align: center;
	background: #fff url(../images/bg.jpg) repeat-x;
	}
#container {
	background: transparent url(../images/bgpage.gif) repeat-y 100% 0;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	}
#header {
	height: 193px;
	width: 100%;
	background: transparent url(../images/bgheader.jpg)  0 0;
	position: relative;
	}
#logo{
	width: 100%;
	position: relative;
	}
#content {
	float: left;
	width: 545px;
	background: transparent url(../images/sotto.jpg) no-repeat 100% 1px;
	}
#sidebar{
	float: left;
	width: 225px;
	}
#footer {
	margin: 0 auto;
	width: 770px;
	background: #4F4F4F url(../images/bgfooter.gif) no-repeat 0 0;
	min-height: 98px;
	height: auto !important;
	height: 98px;
	}

#footer p {
	text-align: right;
	color: #999;
	padding: 40px 240px 0 0;
}
#footcontainer{
	clear: both;
	width: 100%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background: #4F4F4F url(../images/bgfoot.gif) repeat-x 0 0;
	}
#clearer{
	clear: both;
	visibility: hidden;
	}

/* items
---------------------------------------------------------*/
.item{
	text-align: justify;
	margin: 0 30px 0 0;
	}
#welcome{
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	}
.item p{
	margin: 10px 0;
	line-height: 1.5em;
	font-size: 1.1em;
	}

/* general
---------------------------------------------------------*/
acronym, abbr{
	cursor: help;
	border-bottom: 1px dashed #999;
	}
a:link, a:visited {
	color: #39f;
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}
fieldset{
	border: 0;
	}
ul{
	list-style: none;
	}
/*  main navigation
------------------------------------------  */

div.nav {
	text-align:left;
	padding-top: 20px;
	padding-left: 515px;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF0E6;
	text-decoration:none;
	margin-right:10px;
	border-top: solid #666666 3px;
	padding-top: 2px;
}

.nav a:hover {
	border-top:3px solid #FFFFFF;
}

/* sidebar 
------------------------------------------------------------------------*/
#sidebar{
	font-size: 1.1em;
	color: #fff;
	}
#sidebar a:link, #sidebar a:visited{
	color: #fff;
	}
#sidebar a:hover{
	color: #fff;
	text-decoration: underline;
	}
#sidebar p{
	padding: 15px;
	line-height: 1.4em;
	}
#sidebar ul{
	margin: 10px 15px 0 15px;
	padding-bottom: 15px;
	}
#sidebar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 10px 15px 0 15px;
	color: #333;
	}
.box{
	padding-bottom: 15px;
	}

.img {
	border: 1px solid #ffffff;
	margin: 2px;
	padding: 3px;
}
#a{
	background: #FF6F00 url(../images/orange-gradient.jpg) repeat-x 0 100%;
	border-top: 1px solid #FDC69A;
	}
#b{
	background: #cccc33 url(../images/yellow-gradient.jpg) repeat-x 0 0;
	border-top: 1px solid #FBF015;
	}
#c{
	background: 0px 0px url(../images/cyan-gradient.jpg) repeat-x #58bdfa;
	border-top: 1px solid #0478BD;
	}

#d{
	background: #99cc33 url(../images/green-gradient.jpg) repeat-x 0 0;
	border-top: 1px solid #669933;
	}
#c li {
	border-bottom: 1px solid #B4E2FE;
	padding: 5px 0;
	line-height: 1.6em;
	}
#b #mail{
	font-size: 1.2em;
	background: transparent url(../images/bg-input.gif) no-repeat;
	border: 0;
	margin: 10px 0 10px 15px;
	}

/* Headings
---------------------------------------------------------- */
h1 {
	background: transparent url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 258px;
	height: 64px;
	}
h1 a{
	display: block;
	width: 258px;
	height: 64px;
	text-decoration: none;
	}
h2 {
	font: lighter 1.5em/normal "Trebuchet MS", Arial, sans-serif;
	color: #000066;
	}
h3 {
	font-weight: bold;
	color: #666;
	margin: 20px 0 0 0;
	font-size: 1.3em;
	}
#content h3{
	font: 1.3em "Trebuchet MS", Arial;
	color: #527D2A;
	}

#content h2{
	margin-top: 30px;
	margin-bottom: 6px;
	}
h1 a:link, h1 a:visited, h1 a:hover{
	color: #fff;
	text-decoration: none;
	}
/*	content
--------------------------------------------------------*/
#content{
	font-size: 1.2em;
	}
#content ul{
	padding: 15px 0;
}
#content li{
	padding: 0 0 0 20px;
	background: transparent url(../images/bullet.gif) no-repeat 0 6px;
	line-height: 1.5em;
	font-size: 1.1em;
	}
#content li p{
	font-size: 1em;
	}
	
/*  search form
--------------------------------------------------------*/
#searchform {
	position: absolute;
	top: 15px;
	right: 0;
	}

#string {
	width: 130px;
	position: absolute;
	top: 0;
	right: 50px;
	background: transparent url(../images/bg-input.gif) no-repeat;
	border: 0;
	}
	
/* hacks
----------------------------------------------------------------*/
#nav ul{
	float: right; /*hack for ie*/
	display: inline; /* end ie hack */
	}
.inviaform{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border: 0;
	width: 42px;
	height: 19px;
	cursor: pointer;
	}
