/* HEADER & CONTENT */	


div.header { 
	padding: 20px 20px;
	background: #6FA923; text-align: left;
	border-bottom : 2px solid #669900;
	background-image: url(http://www.ihostu.com.au/images/subpage_top/top.jpg);
	height:45px;
}
a.header:link, a.header:visited, a.header:hover, {
	color: #FFFFFF;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #66CC00;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #66CC00;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #666600;
	}
a.header  { color:#FFFFFF;  text-decoration : none;   font-size : 1.7em; 	font-weight: bold; padding-top:10px; }
/* LOGIN */	
div.login { font-size : 0.9em; font-weight: bold; text-align: right; 
			padding-right: 15px;  color: #FFFFFF; }
a.login {  color: #FFFFFF; }

body {
	background-image: url(http://www.ihostu.com.au/images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	width:800px;
	margin-left:auto; margin-right:auto;
}

