body,html{
	background-color:#ffffff;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	}
	
#container{
	width:900px;
	float:left;
	min-height:500px;
	height: auto !important;
	height:500px;
	}
	
#logo{
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:297px;
	height:85px;
	float:left;
	margin-top:5px;
	}
	
#flash{
	width:100px;
	height:85px;
	float:left;
	}
	
#nav{
	float:left;
	width:114px;
	_width:113px;
	height:471px;
	}
	
#index_wrapper{
	float:left;
	width:630px;
	height:500px;
	border-left:1px solid #a5a5a5;
	}
	
#index_image{
	background-image:url(images/home-montage.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:323px;
	height:323px;
	float:right;
	margin: 70px 10px 0 0;
	_margin:35px 5px 0 0;
	}
	
#index_text{
	float:left;
	width:220px;
	margin: 65px 0 0 65px;
	_margin: 32px 0 0 32px;
	}
	
#index_text p{
	color:#333333;
	font-family:verdana,arial,"Eurostile ExtendedTwo";
	font-size:11px;
	font-weight:normal;
	}
	
#index_text p a{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, "Eurostile ExtendedTwo";
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	}
	
#wrapper{
	height:450px;
	width:780px;
	float:left;
	border-left:1px solid #a5a5a5;
	overflow-y:scroll;
	}
	
#wrapper a{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, "Eurostile ExtendedTwo";
	font-size:11px;
	font-weight:normal;
	}
	
	
	
.clear{
	clear:both;
	}
