* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background-color: #e9e5df;
	height: 100%;
	font-size: 100%;
}

#wrapper {
	width: 935px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #fff;
}

#main_content {
	float:right;	
	width: 740px;
	overflow: visible;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	background-color: transparent;
}

#footer {
	width: 650px;
	border-top: 1px solid #d3d3d3;
}

#flashcontent {
	height:775px;
}
/*
.show-me {
	display: block;
}

.hide-me {
	display: none;
}
*/
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.6em;
	background-color: transparent;
	color: #666;
	margin: 2px 0px 20px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: transparent;
	margin: 2px 0px 10px 0px;	
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #666;
}

#footer p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.8em;
}

#footer a:link {
	color: #666;	
}

#footer a:visited {
	color: #666;	
}

#footer a:hover {
	color: #666;	
}

#footer a:active {
	color: #666;	
}

.tiny_footer {
	font-size: 0.6em;
}

a {
	font-weight: normal;
	color: #000;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #bb6016;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: #bb6016;
	background-color: transparent;
}


/* ---- Navigation ---- */

ul#nav {
	float: left;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	width: 175px;
}

ul#nav li {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.8em;
	background-color: transparent;
	color: #666;

	clear: left;
	margin: 0px;
	border: 0px;
	padding: 0px 5px 0px 0px;
	list-style-type: none;	
}

ul#nav li a {
	font-family: georgia, times, serif;
	font-size: 0.9em;
	font-weight: normal;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	line-height: 2em;
	padding: 0px;
}

ul#nav li a:link {
	text-decoration: none;
	color: #000;
}

ul#nav li a:visited {
	text-decoration: none;
	color: #000;
}

ul#nav li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:active {
	color: #bb6016;
	font-weight: bold;
	text-decoration: none;
}

#nav_menu ul#nav li a.current {
	color: #bb6016;
	text-decoration: none;
	font-weight: bold;
}
