/* CSS Document */

body{text-align:center; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; background-image:url(Images/grad.jpg);
background-repeat: repeat-x;}

#holder{ 
	text-align:left;
 	width:800px;
  	margin:0 auto;
  	position:relative;
	}

#banner{
	text-align:center;
	width:800px;
	height:80px;
	position: relative;
}

#content{
	text-align:justify;
	padding:5px;
	width:790px;
	height:400px;
	position: relative;
	background-image:url(Images/contentBkgnd.png);
	background-repeat:no-repeat;
	}

#picture{
	text-align:center;
	width:790px;
	position: relative;
	}

#flash{
	text-align:center;
	width:800px;
	position: relative;
	}

#copyright{
	text-align:center;
	width:800px;
	padding: 5px;
	position: relative;}
