* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin:0;
	background:#432E1B;
}
#sidebarbg {
	background:url(images/tubac-embarcadero_04.jpg) top left repeat-y;
}
#sidebar {
	padding:0 15px;
	color:white;
	line-height:17px;
	background:url(images/sidebarbg.jpg);
	height:700px;
}
#content {
	padding:20px 20px 50px 20px;
	background-color:white;
	color:#3d332a;
	line-height:18px;
}
#content a {
	color:#B95C20;
	text-decoration:none;
}
#content p {
	margin-bottom:12px;
}

ul {
	margin-bottom:12px;
	margin-left:35px;
}
#footer p {
	margin-bottom:12px;
}
#footer {
	background:#432E1B;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding:15px;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
h1 {
	margin-bottom:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	text-align:left;
}
#dhtmlgoodies_slidedown_menu li {
	list-style-type:none;
	position:relative;
}
#dhtmlgoodies_slidedown_menu ul {
	margin:0px;
	padding:0px;
	position:relative;
}
#dhtmlgoodies_slidedown_menu div {
	margin:0px;
	padding:0px 0 7px 0;
	background:#C5B69F;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius:7px;
}
/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu {
	width:100%;
}
/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a {
	color: #47321F;
	text-decoration:none;
	display:block;
	clear:both;
	width:100%;
	padding-left:8px;
}
#dhtmlgoodies_slidedown_menu a:hover {
	color: #000;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {	/* Main menu items */
	margin-top:1px;
	font-size:14px;
	padding:6px 0;
	border-bottom:1px solid #aa9d89;
	font-weight:normal;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {	/* Sub menu items */
	margin-top:4px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3 {	/* Sub menu items */
	margin-top:1px;
	font-style:italic;
	color:blue;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 {	/* Sub menu items */
	margin-top:1px;
	color:red;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5 {	/* Sub menu items */
	margin-top:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul {
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul {
	margin-left:5px;
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul {
	margin-left:10px;
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul {
	margin-left:15px;
	padding:1px;
}
.htclogo {
	margin-bottom:5px;
}