/* CSS Document */
/*Author: John McSwain
/*Date: 3/11/06*/


/*-----------tags----------*/

html {
/*
height: 100%;
overflow: hidden;
*/
}

body{
margin: 0;
padding: 0;
background-color:#2A2A2A;
/*background:url(../images/bkgrnd.jpg);
background-repeat:repeat-y;

height:100%;*/
}


/*---------ids--------------*/

#flashcontent{
	text-align: left;
	/*height: 100%;*/
	min-width: 500px;
	width: 954px;
	height: 613px;
}

#flashembed{
	height: 100%;
	background:url(../images/bkgrnd.jpg);
	background-repeat:repeat-y;
}


/*-----------fonts----------*/

a{
	color:#FFFFFF;
}

a:hover{
	color:#FFBFBF
}

h6{

margin: 500px 310px 0 389px;
font: 0.8em Arial, Helvetica, sans-serif;
color: white;
font-weight:bold;
}
