body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #331400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #331400;
}
.thrColFixHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #949A5E;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	height: 132px;
	background-color: #949A5E;
	background-image: url(../images/backgrounds/header-menubar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px;
	padding: 0px;
	height: 596px;
	background-color: #949A5E;
	background-image: url(../images/backgrounds/sidebar1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 188px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 0px;
	height: 597px;
	background-image: url(../images/backgrounds/sidebar2-background.jpg);
	background-color: #949A5E;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	padding-top: 0px;
}

.thrColFixHdr #mainContent {
	padding: 0px;
	height: 597px;
	width: 620px;
	margin-bottom: 0;
	background-image: url(../images/backgrounds/maincontent.jpg);
	background-color: #949A5E;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 215;
	color: #331400;
	position: relative;
	top: 0px;
	margin-left: 216px;
	margin-top: 0px;
	padding-top: 1px;
} 
.thrColFixHdr #footer {
	padding: 0px;
	height: 39px;
	width: 1024px;
	background-image: url(../images/backgrounds/footer.jpg);
	background-color: #949A5E;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	position: inherit;
} 
.shamsConsultingClip {
	height: 39px;
	width: 188px;
	float: right;
	margin-top: -28px;
}

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer-text {
	color: #d3b46e;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.HomeMenuIndent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 212px;
}
.sideMenuIndent {
	padding: 0px;
	margin-top: -32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textarea {
	height: 275px;
	width: 350px;
	margin-top: 20px;
	overflow: auto;
	position: inherit;
	margin-left: 230px;
	padding-right: 0px;
}
.flashclip {
	margin-top: 53px;
	margin-left: 230px;
}

.flashcliparea300 {
	background-color: #D2B46E;
	height: 200px;
	width: 300px;
	margin-left: 210px;
	margin-top: 52px;
}
.textarea300 {
	height: 275px;
	width: 325px;
	margin-top: 20px;
	overflow: auto;
	margin-left: 200px;
}
.textareaAllPage {
	height: 520px;
	width: 550px;
	overflow: auto;
	padding: 20px;
}
.footer-style {
	color: #F1E7CD;
	letter-spacing: 1px;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
.PictureArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F4E9CA;
	height: 525px;
	width: 565px;
	overflow: auto;
	margin-left: 30px;
	margin-top: 0px;
}
.ContactForm {
	height: 150px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	font-weight: 400;
	padding-left: 50px;
}
.InteractiveMap {
	height: 350px;
	width: 425px;
	margin-left: 100px;
	border: 5px groove #7F2C1E;
	margin-top: 20px;
}
.textareatextDuh {
	padding-right: 10px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
}

.ImageRight {
	padding: 25px;
	float: right;
}
