#main {
	width:900px;
	height:450px;
	margin:50px auto 0 auto;
	border:4px solid #0077c0;
	background:url(../images/home_bg.jpg) 0 0 no-repeat;
	}
	
#flash {
	float:left;
	display:inline;
	width:450px;
	height:225px;
	}

#navigation {
	float:left;
	display:inline;
	width:335px;
	height:185px;
	margin:20px;
	}

#introOuter,
#newsOuter {
	float:left;
	display:inline;
	width:408px;
	height:183px;
	margin:20px;
	border:1px solid #fff;
	overflow:hidden;
	}

#intro,
#news {
	width:368px;
	height:176px;
	padding:20px;
	color:#fff;
	background:url(../images/semi_trans_dkblue.png) 0 0 repeat;
	}

#intro h1,
#news h1 {
	font-size:2.6em;
	margin-bottom:0.2em;
	color:#fff;
}

#intro h2,
#news h2 {
	font-size:1.2em;
	text-transform:uppercase;
	display:inline;
}

#intro p,
#news p {
	font-size:1.1em;
	margin-bottom:0.6em;
	line-height:1.5em;
}

#intro a,
#news a {
	color:#fff;
}


