body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{ /*margin:0;
    padding:0;*/
	
}

html {
	
}

body {
	color: #1B1B1B;
	font-family: "Droid Sans","Helvetica Neue","Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

td {
	vertical-align: top;
	padding: 20px;
}

.pageTitle {
	line-height: 1;
	margin-top: 0px;
}

a img {
	text-decoration: none;
	border: 0 none;
}

#container {
	margin: 0 auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 982px;
}

.header {
	position: relative;
	background: url("/images/headerBackground.png") no-repeat left bottom;
	width: 982px;
	height: 77px;
	margin-top: 9px;
	margin-bottom: 20px;
}

.headerLogo {
	background: url("/images/headerLogo.png") no-repeat top left;
	width: 401px;
	height: 77px;
	margin-left: 13px;
	padding-top: 14px;
	display: block;
}
a.headerLogin {
	position: absolute;
	right: 20px;
	top: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #0c25ad;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	text-decoration: none;
	color: #0c25ad;
}
a.headerLogin:HOVER {
	background-color: #ffd800;
	color: white;
}
.content {
	background-color: #ECECEC;
	color: #555;
	width: 942px;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.footer {
	background-color: white;
	color: #555;
	width: 982px;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}
.bold {
	font-weight: bolder;
}
.italic {
	font-style: italic;
}
#galleria{
	height:300px;
	padding: 20px;
}

.contentTable {
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
}
.contentTable td {
	width: 320px;
	vertical-align: top;
}
.contentTable td h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.footerTable {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
    border-spacing: 10px 10px;
}
.footerTable td {
	background-color: white;
	width: 320px;
	vertical-align: top;
}
.loginContainer {
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding: 20px;
}
.loginForm {
	width: 360px;
}

.loginForm h3 {
	width: 360px;
	margin: 0px;
}

