@charset "UTF-8";
/* CSS Document 
	(c) 2010 Conical Designs
	www.conicaldesigns.com.au
*/

* {
	margin:0px;
	padding: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#F39;
}
div#bodywrap {
	border-top: #333 5px outset;
	background-image:url(images/body-background.png);
	background-position:top center;
	background-repeat:repeat-x;
}
div#pagewrap {
	width:980px;
	margin: 0px auto;
}
div#header {
	height:100px;
	text-align:center;
}
div#content {
	height:auto;
	margin-top:15px;
}
div .clear {
	clear:both;
}
div .leftcolumn {
	width:300px;
	min-height:200px;
	float:left;
	margin-left:20px;
}
.leftcolumn p {
	font-size:0.9em;
	padding-top:10px;
	line-height:1.3em;
}
div .middlecolumn {
	width: 300px;
	float:left;
	min-height:200px;
	margin-left:20px;
}
div .rightcolumn {
	width:300px;
	float:left;
	min-height:200px;
	margin-left:20px;
}
div#content h3{
	font-size:1.1em;
	font-weight:bolder;
	color:#666;
	padding-top:20px;
}
div#footer {
	text-align:center;
	color:#FFF;
	background-image:url(images/footer-bg.png);
	height:150px;
	background-position:bottom;
}
div#footercontent {
	width:980px;
	margin: 0px auto;
	padding-top:75px;
}
div#footercontent a {
	color:#CCC;
	text-decoration:none;
}
div#footercontent a:hover {
	color:#FFF;
	border-bottom: 1px dashed #FFF;
}

.rightcolumn p {
	font-size:0.9em;
	padding-top:10px;
	line-height:1.3em;
}
.middlecolumn p {
	padding-top:10px;
	line-height:1.3em;
	font-size:0.9em;
}