html{
	min-height: 100%;
	margin-bottom: 1px;
}

body{
	margin: 0px 0px;
	background-color: #001b4c;
	font-family: arial;
	font-size: 11pt;
	color: #001b4c;
	text-align: center;
}


#wrapper {
	margin: 0px auto;
	width:960px;
}

#header {
	position:relative;
	background: #001b4c url(../images/sunshine-coast-garden-sheds-1.jpg) no-repeat;
	left:0px;
	top:0px;
	width:960px;
	height:249px;
}

#nav{
	position:absolute;
	left:44px;
	top:8px;
	width: 530px;
	height: 20px;
	color: #78a41c;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

#blurb{
	position:absolute;
	left:680px;
	top:90px;
	width: 190px;
	height: 110px;
	font-size: 9pt;
	text-align: center;
	color: #ffffff;
}

#content-wrap {
	position:relative;
	width:960px;
	text-align: left;
	background: #ffffff url(../images/sunshine-coast-garden-sheds-bg.jpg) repeat-y;
}

#header-text{
	width: 800px;
	padding-top: 20px;
	margin: 0px 0px 20px 50px;
}

#content-left{
	width: 530px;
	float: left;
	margin-left: 50px;
}

.contact-content{
	background: #ffffff url(../images/contact-bg.jpg);
}

#content-right{
	width: 300px;
	float: right;
	margin: 20px 50px 0px 0px;
	font-size: 10pt;
	background: #f3f8dc url(../images/sunshine-coast-garden-sheds-right-bg.gif) repeat-y;
}

#content-border{
	width: 300px;
	background: #f3f8dc url(../images/sunshine-coast-garden-sheds-right-bg.gif) repeat-y;
}

#footer {
	width:960px;
	margin-top: 20px;
	padding: 28px 0px 10px 0px;
	background: #001b4c url(../images/sunshine-coast-garden-sheds-3.jpg) top no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 8pt;
}


img, div { 
	behavior: url(../iepngfix.htc) 
}


h1{
	font-size: 14pt;
	color: #78a41c;
	margin: 0px 0px;	
	padding: 0px 0px;
	font-weight: normal;
}

h2{
	font-weight: bold;
	font-size: 11pt;
	color: #001b4c;
	margin: 0px 0px 4px 0px;	
	padding: 0px 0px;
}

h3{
	font-weight: bold;
	font-size: 10pt;
	color: #6c6c6c;
	margin: 2px 0px 2px 0px;	
	padding: 0px 0px 0px 0px;
}

a:link{
	color: #001b4c;
	text-decoration: none;
}

a:visited{
	color: #001b4c;
	text-decoration: none;
}

a:hover{
	color: #78a41c;
	text-decoration: none;
}


a:active{
	color: #001b4c;
	text-decoration: none;
}


a.footer:link{
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited{
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover{
	color: #78a41c;
	text-decoration: none;
}


a.footer:active{
	color: #ffffff;
	text-decoration: none;
}

ul{
	margin: 0px 0px 5px 25px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

