body {
	background-image: url('http://www.itmonline.com.au/news/images/itm-blog_01.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
}

a {color: #0CF;text-decoration: underline;}
a:hover {text-decoration: none;}

p {
  	font-family: 'Lucida Grande', Arial;
  	font-size: 12px;
  	line-height: 18px;
  	color: #666;
  	margin: 10px 0 0 0;
  	text-align: left;
}

ul {
  	font-family: 'Lucida Grande', Arial;
  	font-size: 12px;
  	line-height: 18px;
  	color: #666;	
}

.container {
	margin: 15px 0 0 0;
	padding: 0;
}

.floatright {
	float: right;
}

h1 {
  	letter-spacing: -1px;
  	margin: 10px 0 0 0;
  	font-family: 'Lucida Grande', Arial;
  	font-size: 30px;
  	font-weight: bold;
  	color: #057ac1;
  	text-align: left;	
}

h1 a {color: #057ac1; text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
  	letter-spacing: -1px;
  	margin: 15px 0 0 0;
  	font-family: 'Lucida Grande', Arial;
  	font-size: 16px;
  	font-weight: bold;
  	color: #999;
  	text-align: left;	
}

#container {
	width: 500px;
	margin: 0 auto;
}

.header {
	width: 500px;
	height: 50px;
	background-image: url('http://www.itmonline.com.au/news/images/itm-blog_03.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.header p {
	margin: 12px 0 0 0;
  	font-family: 'Lucida Grande', Arial;
  	font-size: 10px;
  	float: left;
}

.feature {
	width: 500px;
	height: 81px;
	overflow: hidden;
}

.left-col {
	width: 310px;
	float: left;
}

.left-col img {
	margin: 13px 0 0 10px;
	padding: 5px;
	border: 1px solid #CCC;
	float: right;
	display: inline;
	background: #FFF;
}

.left-col hr {
	width: 100%;
	height: 1px;
	border: none;
	clear: both;
	color: #EFEFEF;	
	background-color: #EFEFEF;
	margin: 10px 0;
	padding: 0;
}

.page-nav a {
	width: 90px;
	text-align: center;
	display: block;
	padding: 5px;
	margin-right: 10px;
	background-color: #0CF;
	color: #FFF;
  	font-size: 12px;
  	float: left;
  	text-decoration: none;
}

.page-nav a:hover {
	text-decoration: underline;
}

.middle-col {
	width: 40px;
	height: 350px;
	float: left;
	background-image: url('http://www.itmonline.com.au/news/images/itm-blog_08.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
}

.right-col {
	width: 150px;
	float: left;
	background-image: url('http://www.itmonline.com.au/news/images/itm-blog_09.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	min-height: 350px;
}

.right-col p {
  	font-family: 'Lucida Grande', Arial;
  	font-size: 11px;
  	line-height: 18px;
  	color: #666;
  	margin: 10px 0 0 0;
  	text-align: left;
}

.right-col hr {
	width: 145px;
	height: 1px;
	border: none;
	clear: both;
	color: #CCC;	
	background-color: #CCC;
	margin: 10px 0;
	padding: 0;
}

.footer {
	clear: both;
	width: 500px;
}

.footer p {
  	font-family: 'Lucida Grande', Arial;
  	font-size: 11px;
  	line-height: 18px;
  	color: #999;
  	margin: 10px 0 0 0;
  	text-align: center;		
}