body{
	background-image: url(/images/home-bg.gif);
	background-repeat: repeat-x;
}
#container{
	background-image: url(/images/home-container-bg.jpg);
	background-repeat: no-repeat;
	background-color:#c4d5e5;
}
#logo{
	position:absolute;
	left: 29px;
	top: 60px;
	z-index:10;
}
#leftcolumn{
	width:319px;
	height:306px;
	float:left;
	display:inline;
	background-image: url(/images/home-left-bg.jpg);
	background-repeat: repeat-x;
}
#flash{
	width:456px;
	height:306px;
	float:left;
	display:inline;
}
#contentleft{
	position:absolute;
	left: 24px;
	top: 160px;
	z-index:10;
	width: 293px;
	height: 387px;
	background-image: url(/images/home-left-bgimage.jpg);
	background-repeat: no-repeat;
}
#contentleft h1, #contentleft p{margin:5px 0;}
#contentleft h3{color:#003366;margin:2px 0;}
#announce{
	width:240px;
	height:100px;
	margin-left:35px;
	margin-bottom:10px;
	overflow:hidden;
}
#join{
	width:175px;
	height:260px;
	margin-left:100px;
	overflow:hidden;
}
#midbar{
	width:775px;
	height:26px;
	clear:both;
	background-image: url(/images/home-mid-bar.jpg);
	background-repeat: no-repeat;
}
#bottom{
	width:775px;
	height:240px;
	background-image: url(/images/home-bottom-bg.jpg);
	background-repeat: no-repeat;
}
#bottomcontent{
	float:right;
	width:400px;
	margin:20px 10px 0 0;
}
#bottomcontent h1{color:#003366;}