* {
	padding: 0;
	margin: 0;
}
/*hide from IE Mac\*/
html, body, #movie, #content {
	height:100%;
}
/*end hide*/
body {
	background: #FFFFFF url(images/bg_blk.png) center repeat;
	background-image: url(../images/bg_blk.png);
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:16px;
}
#movie {
	width:960px;
	margin:0 auto;
}
#content, #content * {
	text-align:left;
}
#content {
	padding:50px;
	background-color:#FFF;
}
img {
	border:0;
}

h1, h2, h3, h4, h5, h6, p, hr {
	margin-bottom:16px;
}

h1, h2, h3, h4, h5 ,h6 {
	color:#351904;
}
ul {
	list-style-position:inside;
}
a, a:link, a:visited {
	color:#5b422c;
	font-weight:bold;
}
a:hover, a:active {	
	color:#351904;
}

#navigation {
	text-align:center;	
	border-top:2px solid #351904;
	border-bottom:2px solid #351904;
	background-color:#351904;
	margin:25px auto;
}

#navigation ul, #navigation ul li {
	display:inline;
}
#navigation a, #navigation a:link, #navigation a:visited {
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	background-color:#351904;
	color:#fff;
}
#navigation a:hover, #navigation a:active {
	color:#fff;
	background-color:#5b422c;
}

/* OLD STYLES */

#flashcontent {
	aligh: top
	salign: "ct"
	width: 1020px;
	height: 778px;
}
table {
	width: 100%;      
}
td {
	vertical-align: middle;
	text-align: center;
}