/* CSS Document */
/* default css template for basic centered (not vertically centered) content */

/*--- set basics and defaults---*/
* {margin:0; padding:0; border:0;}

html {
	min-width: 786px;
	}

body {
	text-align: center;
	background-color:#fff;
	font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	
	}

div#wrapper	{
	width: 786px;
	margin: 0 auto;
	/*text-align: left;*/
	}
div #header {
	margin:0px 0 0 0px;
	}

div #content {
min-width: 786px;
}

#no-flash-img{margin:10px 0 10px 0;}
#content p {margin:10px 0 10px 0;}
	
div#options{
	position:absolute;
	text-align: center;
	font: 100%/14 Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	text-decoration: none;	
	top:60px;
	*top:70px;
	width:786px;
	*left:230px;
	}
	
a.options:link { color: #fff; text-decoration: none}
a.options:hover { color: #ffcc33; text-decoration: none}
a.options:visited { color: #fff; text-decoration: none}	
	
