/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(introPNG3.jpg);
	background-repeat: no-repeat;
}
	
#container {
	width:1000px;
	position:relative;
	margin-top:0px;
	height: 1200px;
			
}

#space{
width:1000px;
height:430px;

}

#bar{
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 880px;
	top: 515px;
	width: 73px;
	height: 727px;
}

#flashintro{
	position:absolute;
	left: 128px;
	top: 225px;
	background-color: #163D9E;
}

#left{
	width:720px;
	float:left;
	padding-top:30px;
	padding-left:110px;
	background-repeat: no-repeat;
	background-position: top;
}


#left p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.floatright
{
float: right;
margin: 6px 6px 6px 6px;
clear: right;

}

.floatright img{

padding-top:0px;
}


#right{
width:350px;
float:left;
margin-left:30px;

}

#foot{
	background-image: url(footer.jpg);
	height: 250px;
	width: 691px;
	margin-left: 20px;
	vertical-align: bottom;
}
