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

#body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-color: #3D313E;
	color: #d3c0d3;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
/* end IE hack */
#header {
	width: inherit;
	padding-top: 20px;
}
#content {
	width:: inherit;
}
#flashcontent {
	height: 400px;
}
#footer {
	text-align: center;
	padding-bottom: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;


}
.video_borders {
	border: 5px solid #000000;
	width: 400px;
}


.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:0px;
	font-size: 1px;
	line-height: 0px;
}
.float_left {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.float_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

a:link {
	color: #d3c0d3;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #d3c0d3;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
}

a:active {
	color: #000000;
}
h1 {
	color: #d3c0d3;


}
h2 {
	color: #d3c0d3;


}
h3 {
	color: #d3c0d3;

}
h4 {
	color: #d3c0d3;

}
h5 {
	color: #d3c0d3;

}
h6 {
	color: #d3c0d3;

}
p {
	color: #d3c0d3;
	text-indent: 0px;
}
#header    li {
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	float: left;
	width: 100px;
}

