* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #CBAC87;
	font: 14px/1.4em Arial, Helvetica, Verdana;
}

h1 {
	color: #660000;
	font-size: 24px;
	margin-bottom: 15px;
}

h2 {
	color: #660000;
	font-size: 18px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;
}

#main {
	width: 800px;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

#left {
	float: left;
	width: 250px;
	height: auto;
}

#navi {
	text-align: left;
	background-image: url(dacaruso-navi-hg.gif);
	background-repeat: repeat-y;
	padding-left: 40px;
}

#navi-header {
	width: 250px;
	height: 270px;
	background-image: url(dacaruso-logo.gif);
}

#navi-footer {
	width: 250px;
	height: 10px;
	background-image: url(dacaruso-navi-footer.gif);
}

#navi ul li {
	list-style-type: none;
}

#navi a, #navi a:visited, #navi a:active {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

#content {
	float: left;
	width: 550px;
	height: auto;
	text-align: left;
}

#content-header {
	width: 550px;
	height: 158px;
	background-image: url(dacaruso-header.gif);
}

#content-left {
	float: left;
	width: 250px;
}
#content-right {
	float: left;
	width: 250px;
	margin-left: 40px;
}

#footer {
	clear: left;
	text-align: left;
	font-size: 10px;
	margin-top: 20px;
	padding: 0px 0px 10px 15px;
}

#footer p {
	margin-bottom: 5px;
}

a, a:visited, a:active {
	color: #660000
}

a:hover {
	color: black;
}

#newsletter label {
	float: left;
	display: block;
	width: 100px;
}
#newsletter input {
	float: left;
	border: 1px solid black;
}

#newsletter p, #newsletter h3 {
	clear: left;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:100%;
	color:black;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid black;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
}

/* Groupletter
*******************************************************************************/
#GlMessage {
	color: red;
}
