@charset "utf-8";	
	
	body
	{
		margin: auto;
		font-family: Helvetica, Arial, sans-serif;
		background-color: #efefef;
		font-size: 12px;
	}
	
	a {
	text-decoration: none;
	color: #0298e5;
	}
	
	a img {color: #ffffff;}
	
	#header, #main-box, #footer { width: 521px; }
	
	#header
	{ 
		height: 65px;
		width: 275px;
		margin-top: 40px;
		margin-bottom: 30px;		
	}
	
	.btn-WhtOnGrey, .btn-WhtOnWht, .btn-GreyOnWht 
	{
	width: 110px;
	height: 23px;
	font-weight: bold;
	font-size: 15px;
	color: #636363;
	padding-top: 6px;
	float: left;
	}
	
	.btn-WhtOnGrey 
	{
	background: #efefef url(img/btn-white-grey.gif) no-repeat scroll center top;
	margin-bottom: 10px;
	float: right;
	margin-top: 8px;
	}
	
	.btn-GreyOnWht 
	{
	background: #efefef url(img/btn-grey-white.gif) no-repeat scroll center top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
	color: #0298e5;
	margin-right: auto;
	}
	
	.btn-WhtOnWht 
	{ 
		background: #efefef url(img/btn-white-white.gif) no-repeat scroll center top; 
		margin-left: 8px; 
	}
	
	#main-box 
	{
	width: 550px;
	background-color: white;
	border: 1px solid #dcdcdc;
	}
	
	#main-box2
	{
	width: 800px;
	background-color: white;
	border: 1px solid #dcdcdc;
	margin: 0px;
	padding: 10px;
	}

	#main-box-wide
	{
	float: left;
	margin: 10px;
	}
	
	#main-box-left
	{
	float: left;
	width: 200px;
	margin-left: 75px;
	margin-top: 30px;
	height: 360px;
	margin-bottom: 30px;
	}
	
	#main-box-txt-title, #main-box-txt-subtitle, #main-box-txt-body
	{
	float: none;
	width: 200px;
	text-align: center;
	}
	
	#main-box-txt-title
	{
		font-size: 14px;
		font-weight: bold;
	}
	
	#main-box-txt-subtitle
	{
		font-weight: bold;
	}
	
	.main-box-ozWeather
	{
	float: right;
	margin-top: 80px;
	margin-bottom: 25px;
	margin-right: 75px;
	}
	
	.main-box-footer 
	{
		border-top: 1px solid #dcdcdc;
	}

	#about-box
	{
	float: left;
	width: 300px;
	margin-left: 100px;
	margin-top: 55px;
	}
	
	#about-box-txt-title
	{
		font-size: 14px;
		font-weight: bold;
	}
	
	#about-box-txt
	{
		font-weight: normal;
	}
	
	#footer
	{
	margin-top: 10px;
	width: 800px;
	height: 30px;
	}
	
	#youtube
	{
	width: 425px;
	height: 350px;
	}
