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;
	background-color: #FFFFFF;
}
#container {
	width: 900px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/main_image.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
} 
#header {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 900px;
}
#navigation {
	float: left;
	height: 25px;
	width: 800px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#navigation a:link {
	color: #846b4f;
	text-decoration: none;
}
#navigation a:visited {
	color: #846b4f;
	text-decoration: none;
}
#navigation a:hover {
	color: #121212;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121212;
}
#navigation a:active {
	color: #846b4f;
	text-decoration: none;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
}
#mediabody {
	position:absolute;
	width:530px;
	height:375px;
	z-index:1;
	overflow: hidden;
	visibility: visible;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flashcontent281 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
}
#flashcontent281  a:link {
	color: #846b4f;
	text-decoration: none;
}
#flashcontent281  a:visited {
	color: #846b4f;
	text-decoration: none;
}
#flashcontent281  a:hover {
	color: #121212;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #121212;
}
#flashcontent281  a:active {
	color: #846b4f;
	text-decoration: none;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #846b4f;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #121212;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #846b4f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#footer {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #846b4f;
}
.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;
}
