body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../../images/dl_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}


.header {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.main{
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FCE0C9;
	display: table;
}
.right{
	float: right;
	width: 64%;
	margin-left: 5px;
	text-align: justify;
}
.left{
	float: left;
	width: 32%;
	margin-right: 5px;
	font-size: 95%;
	border: thin solid #831c17;
	padding: 5px;
}
.right_gallery{
	float: right;
	width: 45%;
	margin-left: 5px;
	font-size: 95%;
	border: thin solid #831c17;
	padding: 5px;
	text-align: justify;
	clear: right;
}
.left_gallery{
	float: left;
	width: 45%;
	margin-right: 5px;
	font-size: 95%;
	border: thin solid #831c17;
	text-align: justify;
	padding: 5px;
}
.left p{
	text-align: justify;
}
.callout{

}
.address{
	padding-left: 10px;
	font-size: 80%;
}
.name {
	float: left;
	width: 235px;
	background-image: url(../../images/Roberta.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
.phone {
	float: right;
	width: 235px;
	background-image: url(../../images/phone.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: right bottom;
}
h1{
	font-size: 1.2em;
	color: #831c17;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
}
h2{
	font-size: 1em;
	color: #333399;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: left;
}
h3{
	font-size: 1.2em;
	color: #333399;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.emphasis{
	color: #831c17;
	font-weight: bolder;
}
.emphasis2{
	color: #333399;
	font-weight: bolder;
}
hr{
	color: #333399;
}
form{
	width:32%;
	border: thin solid #831c17;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0pt;
	padding-bottom: 15px;
	padding-left: 3px;
	height: 250px;
}
form br{
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
label {
	text-align: right;
	padding-right: 4px;
	clear: both;
}
input.submit {
	width: 60px;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 75px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.panelheading
{
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	background-color: #831c17;
	width: 32%;
	height: 16px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 15px;
	padding-left: 3px;
	border: thin solid #831c17;
}
.links {
	text-align: center;
	clear: both;
}
#menu a {
  position: relative;
  display: block;
  height: 20px;
  width: 200px;
  top: 124px; 
  left: 30px;
  text-decoration: none;
}
#menu a i { visibility: hidden; }
