/*
MD_Gallery CSS File - Please keep in mind that Flash has VERY limited CSS capabilities
*/
html {
			height: 100%;
		}
	
		#flashcontent {
			height: 100%;
		}
		/* end hide */

		body {
			height: 100%;
			margin: 0;
			padding: 0;
			background-color: #000;
		}

a  {
	color: #FFFFFF;
}

a:hover {
	color: #C4BE62;
}
.temp {
}
#container {
	width: 900px;
	background-color: #FFFFFF;
	margin: 20px auto;
	padding:20px;
}
#logo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom:10px;
}
#sidenav {
	display: block;
	width: 200px;
	padding-right: 10px;
	float: left;
	position:relative;
	padding-left: 10px;
}
#sidenav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 100%;
	padding-top: 6px;
}
#sidenav a:hover {
	color: #CC9900;
}
#bodycontainer {
	display: block;
	width: 660px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	float:left;
	position:relative;
}
#bodycontainer a {
	color: #0033FF;
	text-decoration: none;
}
