body {
	font: 16px Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	margin:0 auto;
	width: 800px;
	height: 440px;
	display: block;
}

ul{
	margin:0;
	padding-left: 10px;
	list-style-type:none;
	width:auto;
	padding-top: 120px;
}

ul li{
	display:block;
	line-height: 33.5px;
	font-size: 29px;
	font-weight: 400;
}

ul li a{
	text-decoration:none;	

}

ul li a:hover{
	text-decoration:none;

}

.page {
	padding-left: 300px;
	color: #AE6A38;
	font-size: 29px;
	font-weight: 400;
}

#content {
padding: 10px;
}

.title {
	color: #AE6A38;
	font-size: 29px;
	font-weight: 400;
	padding-bottom: 0px;
}

.pagename {
	padding-top: 120px;
	padding-left: 10px;
	color: #AE6A38;
	font-size: 29px;
	font-weight: 400;
}

.section {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0px;
	color: #666;
	width: 780px;
	background-color: #222;
	padding: 10px;
	font-weight: normal;
	border: 0px;
	text-align: right;
}

.section a, .section a:link, .section a:visited{
	text-decoration: none;
	font-weight: normal;
	border: 0px
}

.section a:hover{
	text-decoration: underline;
	font-weight: normal;
	border: 0px
}

.subsection {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0px;
	color: #666;
	width: 780px;
	background-color: #000;
	padding: 10px;
	font-weight: bold;
	border: 0px
}

.subsection a, .subsection a:link, .subsection a:visited{
	color: #444;
	text-decoration: none;
	font-weight: normal;
	border: 0px
}

.subsection a:hover{
	text-decoration: underline;
	font-weight: normal;
	border: 0px
}

.left_element {
width:390px;
float:left;
border-width:0px;
}

.right_element {
width:390px;
color:#663333;
float:right;
border-width:0px;
}


/* FLASH CONTENT */
	
	#flashcontent {
		width:460px;
		margin: 10px auto;
	}