a:link {
	color: #717171;
}
a:visited {
	color: #717171;
}
a:hover {
	color: #c4c4c4;
}
a:active {
	color: #717171;
}
html, body {
	height:100%;
} 
html,body {
	margin:0px;
	padding:0px;
}
* html #outer {
	height:100%;
	width:954px;
}
body {
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 12px;
	background-color: #999999;
	background-image: url(http://www.codepre.com.au/media/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#outer {
	min-height:100%;
	height:auto;
	width:954px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	background-color: #ffffff;
	color: #717171;
}
#header {
	height: 100px;
	width: 954px;
	background-color: #333333;
	background-image: url(http://www.codepre.com.au/media/codepre-header.jpg);
	background-repeat: no-repeat;
}
.content-padding {
	padding: 10px;
}
#content {
	width: 954px;
	float: left;
	text-align: left;
}
#left {
	width: 512px;
	padding-right: 10px;
	float: left;	
}
#right {
	width: 412px;
	float: left;
}
#left2 {
	width: 462px;
	padding-right: 10px;
	float: left;	
}
#right2 {
	width: 462px;
	float: left;
}
#footer {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding-top: 5px;
	height: 17px;
	line-height: normal;
	text-transform: none;
}
#clearfooter {
	clear:both;
	height:23px;
	width:100%
}
.img_border
{
	border: 2px solid #66cc33;
}
hr {
  	width: 100%;
	color: #66cc33;
	background-color: #66cc33;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.error {
	color: #ff3333;
}
.green2 a:link, .green2 a:visited {
	color: #66cc33;
}
.green {
	color: #66cc33;
}
#homeheader {
	height: 34px;
	padding-top: 6px;
	padding-left: 10px;
	background-color: #66cc33;
	color: #fff;
}