/* CSS Document */

body { 
    font:normal 12px Verdana, sans-serif;
    color:#FFFFFF; 
	background-image: url(bgcolumn.jpg);
	background-repeat:repeat-x;
    padding:0;
    margin:0;
} 

a:link, a:visited{
	color:#33cccc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



#flashheader{
position:relative;
top: 0px;
left: 0px;
width: 800px;
height: 80px;
color:#FFFFFF;
}


#content
{
position: relative;
top: 0px;
left: 0px;
width: 808px;
height: 593px;
background-image:url(bodybackground.jpg);
}

#sectionTitle
{
	position: absolute;
	top: 27px;
	left: 99px;
	height:53px;
	width:211px;
	border:0px solid #99FF66;
}

#body
{
	position: absolute;
	top: 124px;
	left: 33px;
	width: 400px;
	height: 400px;
	border:0px solid #99FF66;
	overflow: auto;
	scrollbar-arrow-color:AFAFAF;
	scrollbar-track-color:B2B1B1;
	scrollbar-face-color:373737;
	scrollbar-highlight-color:AFAFAF;
	scrollbar-3dlight-color:373737;
	scrollbar-darkshadow-color:171717;
	scrollbar-shadow-color:black;
	text-align:left;
}

#content2
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 320px;
	border:0px solid #99FF66;
	overflow: auto;
	scrollbar-arrow-color:AFAFAF; 
	scrollbar-track-color:B2B1B1; 
	scrollbar-face-color:373737; 
	scrollbar-highlight-color:AFAFAF; 
	scrollbar-3dlight-color:373737; 
	scrollbar-darkshadow-color:171717; 
	scrollbar-shadow-color:black;
	text-align:left;
}



#flashmenu
{
	position: absolute;
	top: 334px;
	left: 662px;
	width: 110px;
	height: 176px;
	border:0px solid #99FF66
	text-align:left
	background:background-color:#993333;
}
