/* CSS Document */


body {
	background: #666666;
	background-color: #d3c199;
}

img {
	border-style:none;
}

a:hover {
	color: #9b7023;
	text-decoration: none;
}

#container {
	border-left-color: #9b7023;
	background-color: #d3c199;

}

#header {

	background-color: #d3c199;
	background-image: url(../img/beige_header.jpg);
}


#header .header_input {
	background-color: #d3c199; 
	color: #9b7023; 
	border-color:#FFF;
	border-top:2px solid #9b7023;
	border-left:2px solid #9b7023;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;	
}

/*content bits*/
.style1 {
color: #d3c199
}
.LabelText {
	color: #9b7023;
}

.SectionTitleHead {
	color: #9b7023;
}

.divider {
	border-top:1px solid #9b7023;
}
