@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: 320px;
		margin-left:auto;
		margin-right:auto;
	 }

	.main-box-footer { width: 320px;}

	#header
	{
		height: 65px;
		width: 275px;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.btn-WhtOnGrey, .btn-WhtOnWht, .btn-GreyOnWht
	{
		width: 111px;
		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: 95px;
		color: #0298e5;
	}

	.btn-WhtOnWht
	{
		background: #efefef url(img/btn-white-white.gif) no-repeat scroll center top;
		margin-left: 8px;
	}

	#main-box
	{
		width: 320px;
		background-color: white;
		border: 1px solid #dcdcdc;
	}
	
	#main-box2
	{
		width: 310px;
		background-color: white;
		border: 1px solid #dcdcdc;
		padding: 5px;
	}

	#main-box-left
	{
		float: left;
		width: 300px;
		margin-left: 10px;
		margin-top: 20px;
	}

	#main-box-txt-title, #main-box-txt-subtitle, #main-box-txt-body
	{
	float: none;
	width: 300px;
	text-align: center;
	}

	#main-box-txt-title
	{
		font-size: 14px;
		font-weight: bold;
	}

	#main-box-txt-subtitle
	{
		font-weight: bold;
	}

	.main-box-ozWeather
	{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.main-box-footer
	{
		border-top: 1px solid #dcdcdc;
	}

	#about-box
	{
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 20px;
	}

	#about-box-txt-title
	{
		font-size: 14px;
		font-weight: bold;
	}

	#about-box-txt
	{
		font-weight: normal;
	}

	#footer
	{
		margin-top: 10px;
		width: 320px;
		height: 30px;
	}

	#youtube
	{
	width: 250x;
	height: 100px;
	}