﻿html, body 
{
	font-family:Arial, Helvetica, sans-serif;	
	background-color:#fff;
	height:100%;
}

#menu
{
	height:55px;
	min-width:800px;
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
}

#flash-content
{
	min-width:800px;
 	overflow:hidden;
 	clear:both;
 	height:90%;
}		

#menu img
{
	float:left;
}

#info-content 
{
	margin:30px 0px 0px 30px;
}

#info-content p
{
	margin:10px 0px 15px 0px;
	width:600px;
	font-family:Calibri,Helvetica,Arial;
	color:#323232;
	line-height:20px;
	font-size:0.95em;
}

#info-content a
{
	color:#323232;
	text-decoration:underline;	
}