#flashimage
{
	position: relative;
	width : 967px;
  	margin: 0 auto;
	text-align: left;
	background-image:  url(../images/Content_bg_single.gif);
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
}

#main
{	
	position: relative;
	width: 967px;
	/*height: 300px;*/
	margin: 0 auto;
	text-align: left;
	background-color: #203f6e;
	background-image:  url(../images/Content_bg_single.gif);
	background-repeat: repeat-y;
	/*background-position: 50px 0px;*/
	top: 0px;
	left: 0px;
}


#content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	
	color: #d9e4fe;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	
	left: 0px;
	top: 0px;
	width: 905px;
	height: 100%;
	
}