body {
	
	background-image:url('images/Background.jpg');

	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	
	margin: 0px;
	
	padding: 0px;
	
	background-repeat: repeat;

	}

#container {
	
	margin: 0px auto;
	
	text-align: left;
	
	width: 1000px;

	}


#header{
	
	height:300px;
	
	width:1000px;
	
	background-image:url('images/header.jpg');
	
	background-repeat: no-repeat;
	
	padding-bottom: 10px;
	
}


a {
	
	/**color:#6b7272;**/
	
	color:black;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 18px;
	
	font-weight: bold;

	}
	

a:link    {

  	text-decoration: none;

	font-weight: bold;
  	
	color: black;
  } 


a:hover   {
  	text-decoration: underline;
  	
	font-weight: bold;

  	color: green;
}

a:visited {
	text-decoration: none;
	}
	
p {
	
	padding: 10px 10px 10px 20px;
	
	display:block;
	
	/**color:#525757;**/
	
	color:black;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 18px;
	
	font-weight: bold;

	}



#picture{
	
	height: 100px;
	
	width: 1000px;
	
	padding: 10px 0px 0px 10px;

	text-align: center;
	
	}


#middle{

	margin-top: 0px;
	
	margin-left:206px;
	
	margin-right:196px;
	
	width:600px;
	
	
	text-align:center;
	/**border-style:solid;**/

	}

#test{
	
	margin-left:206px;
	
	margin-right:196px;
	
	width:600px;
	
	text-align:left;
	}
	
#titlebar{
	margin-top:0px;
	margin-left:206;
	margin-right:196px;
	width:600px;
	height:100%;
	/**border-style:solid;**/
	text-align:center;
	text-transform: uppercase;
	
	font-color:green;

	}


#flashcontent{
	height: 100%;
	width: 805px;
	/**border-style:solid;**/
	text-align: center;
	margin-left:110px;
	margin-right:196px;
	
	}

#links{
	
	width: 130px;
	margin-left:-30px;
	margin-top: -240px;
	/**border-style:solid;**/
	text-align:center;
		
	}


/********************* Navigation ****************************/




ul{
	position: absolute;

	text-align:left;
	
	text-decoration: none;

	padding: 20px;
	/**border-style:solid;**/

	}



#nav{
	
	width:192px;

	margin-left: -30px;

	font-size: 20px;

	color:black;

	text-decoration: none;

	margin-top: 20px;

	text-transform: uppercase;
	

	}

/********************* footer ****************************/


#footer{

	width:100%;
	text-align: center;
	color: green;
	}




.clear{
	
	clear:both;

	}
