body {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	font: 12px verdana, arial, helvetica, sans-serif;
	line-height:1.3em;
	color: #514e43;
	text-align: center;
	background: #dacead url(../images/bg.jpg) top left repeat-x;
}
.alt, hr {
	display: none;
}
#flashcontent{
	height:600px;
}
div#header {
	margin: 0 auto;
	width: 910px;	
}
div#navigation {
	width: 24px;
	float: left;
}
div#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}
div#containerin {
	float: left;
	background: url(../images/bg_columns.gif) top left repeat-y;
}
div#containertop {
	clear: both;
	width: 910px;
	height: 13px;
	margin: 0 auto;
	background: url(../images/top_columns_1.gif) top left no-repeat;
}
div#containerbut {
	clear: both;
	width: 910px;
	height: 19px;
	margin: 0 auto;
	background: url(../images/but_columns_1.gif) top left no-repeat;
}
div#left {
	width: 242px;
	float: left;
}
div#right {
	width: 665px;
	float: right;
}
div#leftin {
	margin: 0 10px 10px 10px;
	padding-right:7px;
	text-align:justify;
}
div#rightin {
	margin: 10px 0 10px 14px;
	text-align:justify;
}
div.title {
	background: #e8dec1 url(../images/bg_title.gif) top left no-repeat;
	margin-top: 10px;
	padding: 5px 0 0 10px;
	width: 620px;
}
html>body div.title {
	width: 620px;
}
div.titleb {
	background: url(../images/up_text.gif) top left no-repeat;
	height: 9px;
}
div.post {
	background: url(../images/bg_post.gif) top left repeat-y;
	padding: 10px 18px 0 10px;
}
div.postb {
	background: url(../images/bg_post.gif) top left repeat-y;
	padding: 7px 15px 0 15px;
	margin-top: -4px;
}
html>body div.postb {
	margin-top: 0;
}
div.postbut {
	background: url(../images/but_post.gif) top left no-repeat;
	height: 9px;
}
div#recordnav {
	width: 460px;
	margin: 20px 0 0 0;
}
div#prec {
	float: left;
	width: 230px;
}
div#succ {
	float: right;
	width: 230px;
	text-align: right;
}

h1 {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	width: 910px;
	height: 150px;
}
h1#pagehead {
	background: url(../images/header.jpg) top left no-repeat;
}

#leftin h3 {
	margin:5px 0 5px 0 ;
}

/* Sidebar */
#sidebar{
	color:#514E43;
	font-size:120%;
	font-weight:bold;
}

#sidebar ul { padding: 0; list-style-type: none; margin: 10px 5px 30px 5px; }

#sidebar li { margin: 0; padding: 0; color: #eeeeee; border-bottom: 1px dotted #D87E3E; }

#sidebar li.title 
{ 
	margin: 0 5px 10px; 
	text-transform: uppercase; 
	border-bottom-color: #666666; 
	color: #888888; 
}
#sidebar li a {
	text-decoration:none;
}

#sidebar li a:link, 
#sidebar li a:visited
{
	color: #514E43;
	display: block;
	padding: 5px 5px; 
	border-bottom-width: 0;
}

#sidebar li a:hover,
#sidebar li a:active
{
	color: #000000;
	background-color: #ECE2C5;
}


/*
----------------------------------------------------------------------
FORMATTAZIONE
----------------------------------------------------------------------
*/
a:link , a:visited{
	color:#800020;
}

p, dd, blockquote p {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	padding: 5px 20px 5px 5px;
}
blockquote p {
	padding-bottom: 6px;
}

h3{
	font-size: 14px;
	margin:0;
	padding:8px;
}

.heading_text{
	
	font-weight:bold;
}
.body_text{
	padding:0 10px 0 0 ;
}
.border {
	border:1px solid black;
}
.text_center{
	text-align:center;
}

input {
	font-size: 1em;
}
select {
	font-size: 1em;
	height:19px;
}

.content_image_center{
	
	border:solid 5px #dacead; 
	margin:0 10px 10px 0px;
}

.content_image_left{
	float:left;
	border:solid 5px #dacead; 
	margin:0 10px 10px 0px;
}

.content_image_right{
	float:right;
	border:solid 5px #dacead; 
	margin:0 0 10px 10px;
}
.width_100{
	width:100%;
}
.text_align_center{
	text-align:center;
}

/*
	Directions
*/
#direction_map_window {
	float: right;
	width: 475px;
	padding: 10px 20px 10px 10px;
	display: inline;
}
.direction_map_display{
	float: right;
	width: 620px;
	height:400px;
	position:relative;	
}

#direction_address{
	float: left;
	width: 250px; 
	padding-left: 75px;
}

#direction_address_form{
}