/* the wrapper holds the whole thing centrally in the browser window */


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}


#wrapper {
	/*margin: 0 auto;
	padding:0px;
	width: 800px;
	float: left; */

	margin: 0px 0px 0px 0px;
	width: 1024px;   
	border: 0px;
}

#flashcontent {
	width: 1024px;
	height: 600px;
}

#content {
	/*margin: 0 auto;
	padding:0px;
	width: 800px;
	float: left; */

	margin:0px 0px 0px 0px;
	width: 1024px;  
	border: 0px;
}

#description {
	float: left;
	width: 780px;
	padding: 12px 10px 10px 5px;
}

#download {
	padding: 10px 0px 10px 10px;
	text-align: RIGHT;
}

#footer {
	margin: 50px 0px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;		
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	visibility: visible;
}
