body {
	background-color: #DECFA5;
	color: #A88962;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #A88962;
}

a:hover{
	color: #DECFA5;
}

.contenttable p{
	line-height: 16px;
	padding:0;
	margin:0;
}

h3 {
	color: #A88962;
	font-size:14px;
	border-bottom:1px solid #A88962;;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:3px;
	width:460px;
}

h3 a{
	color: #A88962;
	text-decoration:none;
}

#header {
	margin-left: 20%;
}

#quotes {
	position: absolute;
	left: 38%;
	top: 40px;
	width: 530px;
}

#breadcrumb {
	position: absolute;
	width: 420px;
	top: 240px;
	left: 252px;
	height: 35px;
	font-family:  Arial;
	font-size:11px;
	color: #C6B192;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}


ul.breadcrumb {
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: -42px;
}

ul.breadcrumb li {
	float: left;
}

ul.breadcrumb a{
	color: #C6B192;
}

#breadcrumb table {
	height: 100%;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

#breadcrumb tr {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#breadcrumb td {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#breadcrumb a {
	color: #C6B192;
}

#quot_mark_1 {
	width: 46px;
	height: 40px;
	background-image: url(../images/quot_mark_1.jpg);
}

#quot_mark_2 {
	float: right;
	width: 44px;
	height: 31px;
	background-image: url(../images/quot_mark_2.jpg);
}

#background-top {
	width: 794px;
	height: 323px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_top.png);
	background-repeat: none;
	background-color: #DECFA5;
}

#frameset {
	float:left;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-color: #DECFA5;
	width: 794px;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	margin-left: 20%;
/*	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DACAA0;*/
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DACAA0;
}

#background-bottom {
	float: left;
	width: 794px;
	height: 212px;
	background-image: url(../images/background_bottom.png);
	background-repeat: repeat-x;
	background-color: #DECFA5;
}

#social_networks {
	float: right;
	margin-right: 50px;
	margin-top: -65px;
}

ul.faq{
	list-style-type: none;
	margin:0;
	padding:0;
}

#content {
	float: left;
	margin-left: 26px;
	margin-top: 25px;
	width: 460px;
	line-height: 20px;
	padding-right: 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #EFE7D2;
}

#sidebar {
	float: left;
	width: 245px;
	min-height: 300px;
	margin-top: 60px;
	padding-top: 15px;
	padding-left: 20px;

}

table.contenttable td {
	vertical-align: top;
	padding-right: 10px;
}

#footer {
	float:left;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #A88962;
	width: 794px;
	margin-left: 20%;
	margin-top: 0px;
	margin-bottom: 35px;
}

#copyright {
	float: left;
	margin-left: 15px;
}

#foot_nav {
	float:right;
	margin-right: 15px;
}

#footer a{
	color: #8A6131;
	text-decoration:none;
}

#footer a:hover{
	color: #A88962;
}

/* this is the main UL element*/
#dropdown-menu {
	padding-left: 0px;
	padding-top: 15px;
	/*margin-top: 15px;*/
}

.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	margin-left: 5px;
	margin-right: 5px;
	padding:5px;
	/*width:200px;*/
	background-color: #CFAE80;
	cursor:pointer;
	float:left;
}

.dropdown li:hover{
	background-color: #D4B58A;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFFFFF;
	width:100%;
}

.dropdown a:hover{
	/*text-decoration:underline;*/
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background-color:#CFAE80;
	width:140px;
}

.dropdown li.submenu-down:hover{
	background-color: #D4B58A;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background-color:#CFAE80;
	width:105px;
}

.dropdown li.submenu-left:hover{
	background-color: #D4B58A;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	margin-left:-1px;
	border:1px solid #CFAE80;
	border-top: none;
	width: 130px;
}

#dropdown-menu li{
	background: none;
}

#dropdown-menu li ul{
	background-color:#CFAE80;
}

#dropdown-menu li ul li:hover{
	background-color:#D4B58A;
}