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

html, body {
	background:#DDD2C0;
}

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	color:#000;
}
#flashcontent{
	min-height:800px;
	height:100%;
}

iframe:focus, img:focus, a:focus, form:focus, div:focus, *:focus {
	outline:0;
}

a:link {  
	text-decoration: none; 
	color:#00B7C6;
}

a:visited { 
	text-decoration: none;
	color:#00B7C6;
}

a:hover, a:active { 
	text-decoration:none;
	color:#00B7C6;
}

img {
	border:0px;
	display:block;
}
p {
	margin:0px;
	padding:0px;
	line-height:18px;
}
em {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#D31245;
	font-size:16px;
}

#wrapper {
	min-height:760px;
	min-width:936px;
	width:100%;
	height:100%;
	background:#D5CAB6 url(../images/main-bg.jpg) center left repeat-x;
}
#alt-content {
	margin:50px auto;
	width:571px;
	color:#000;
}
#main {
	background:url(../images/tile-alt.png) repeat-y;
	padding:20px 70px;
	color:;
	font-size:12px;
}
#footer {
	background:url(../images/footer-alt.png) no-repeat;
	height:221px;
	padding:20px 70px;
}
#noflash, #copy, #alternateContent{
	color:#000000;
}