/* CSS Document */

body{text-align:center; font-size:12px; font-family:tahoma, Eurostile; background-color:#FFFFFF; color:#444444;
}
.style1 {
	font-size: 14px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	color: #F68829;
}
.style2 {font-size: 14px}
/*links*/
a:link {
	color: #FF830D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF6209;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#holder{ 
	
	top:auto;
 	width:830px;
	height:600px;
  	margin:0 auto;
  	position:relative;
	background-image:url(../Images/Banner/BannerUnclad.jpg);
	background-repeat:no-repeat;
	text-align:center;
	}

#banner{
	position: relative;
	text-align:center;
	width:830px;
	height:200px;
	
}
#bannerImage{
	position: relative;
	text-align:center;
	width:600px;
	height:100px;
	float:left;
}
#bannerMenu{
	position: relative;
	
	text-align:right;
	margin-top:170px;
	width:830px;
	height:30px;
	float:right;
}

#content{
	text-align:justify;
	margin-top: 20px;
	width:830px;
	height:350px;
	position: relative;
	}
	
#rightText{
	text-align:justify;
	top:5px;
	color:#444444;
	overflow:auto;
	padding:5px;
	width:485px;
	height:340px;
	float:right;
	position: relative;
}
#leftText{
	text-align:justify;
	top:5px;
	color:#444444;
	overflow:auto;
	padding:5px;
	width:285px;
	height:340px;
	float:left;
	position: relative;
}


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

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

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