div#content {
	background: #F0EDE8 url(../icons/logo.png) top right no-repeat;
	margin: 0 10px 0 10px;
	overflow: auto;
	padding: 10px;
	position: relative;
}

div#content div.top_left {
	background: transparent url(../images/content_top_left.png) top left no-repeat;
	height: 7px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 7px;
}

div#content div.top_right {
	background: transparent url(../images/content_top_right.png) top left no-repeat;
	height: 7px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 7px;
}

div#content h2 {
	color: #BD0000;
	font-size: large;
	font-weight: bold;
	height: 40px;
	padding-top: 18px;
}

div#content h2 img {
	display: inline;
	float: left;
	margin: -13px 10px 5px 10px;
}

div#content h3 {
	color: #BD0000;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 10px;
}

p#footer {
	background: transparent url(../images/footer.png) top left repeat;
	clear: both;
	color: #FFFFFF;
	font-size: x-small;
	height: 22px;
	margin: 0 10px 10px 10px;
	padding-top: 15px;
	position: relative;
	text-align: center;
}

p#footer span {
	background: transparent url(../images/footer_end.png) top left no-repeat;
	display: block;
	height: 37px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 7px;
}

p#loading {
	background: transparent url(../images/loading.gif) top center no-repeat;
	height: 19px;
	margin-top: 20px;
	width: 100%;
}

p#loading span {
	display: none;
}

/* LOGIN FORM */

form#login {
	background-color: #EDEAE3;
	border: 1px solid #810000;
	display: block;
	margin: 30px auto 0;
	width: 240px;
}

form#login h2 {
	background: transparent url(../images/table_header.png) top left repeat-x;
	border-bottom: 1px solid #810000;
	color: #FFFFFF;
	font-size: small;
	height: 22px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 26px;
	position: relative;
}

form#login h2 img {
	position: absolute;
	height: 16px;
	left: 6px;
	top: 7px;
	width: 16px;
}

form#login br {
	clear: both;
}

form#login label {
	color: #333333;
	display: block;
	float: left;
	height: 21px;
	margin: 0 0 15px 10px;
	padding: 3px 20px 0 0;
	text-align: right;
	width: 90px;
}

form#login input {
	background-color: #FFFFFF;
	display: block;
	float: left;
	width: 104px;
	height: 18px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	color: #333333;
}

form#login input:focus {
	background: #FFFFCA;
}

form#login input.invio {
	background-color: #BD0000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: x-small;
	font-weight: bold;
	height: auto;
	letter-spacing: 1px;
	margin-right: 10px;
	padding: 5px;
	width: auto;
}

form#login input.checkbox {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	margin-top: 4px;
}

form#login input.hidden {
	display: none;
}

/* Information Box */

div#information {
	background-color: #EDEAE3;
	border: 1px solid #810000;
	margin: auto;
	padding-bottom: 10px;
	width: 500px;
}

div#information h2 {
	background: transparent url(../images/table_header.png) top left repeat-x;
	border-bottom: 1px solid #810000;
	color: #FFFFFF;
	font-size: small;
	height: 22px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 26px;
	position: relative;
}

div#information h2 img {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 7px;
	left: 6px;
}

div#information p {
	color: #333333;
	font-size: x-small;
	margin-bottom: 6px;
	text-align: center;
}

div#information p.left {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

div#information p a {
	color: #333333;
	text-decoration: underline;
}

div#information hr {
	background-color: #810000;
	color: #810000;
	height: 1px;
	margin: 10px;
}

/* Map Box  */

div#map {
	height: 550px;
	width: 750px;
}