@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}
/* Every single block element in the chain to the SWF must have a height of 100% to work in Gecko browsers. */
/*hide from IE Mac\*/
html, body, #container { 
	height:100%; 
}
/*end hide*/
body {
	margin: 0;
	padding:0; 
	overflow:hidden; 
	background-color: #000000;
	height: 100%;
	max-width: 1500px;
	min-width:760px;
	min-height:550px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
#container {
	margin: 0 auto;
	width: 100%;
	position:relative;
	left:1px;
	top:-4px;
}
#noscript {
	margin:0 auto;
	width:600px;
	background-color:#fff;
	padding:25px;
}
h1, h2, h3, h4, h5, h6 {
	color:#695f40;	
	margin-bottom:12px;
	margin-top: 24px;
}
p, hr {
	margin-bottom:12px;
}
a, a:link, a:visited {
	color:#695f40;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
img {
	border:0;
}