/* http://www.brightbluec.com.au/ */
/* v1.0 | 23/02/09
/* DGS
===================== */
/* =COLOURS
	- 999900 (green)
	- 980107 (red)
	- 094107 (blue)
	- html F0F0DB
*/
/* =FONTS
	- default body text
	- default p text
===================== */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
.clear {
	clear: both;
	}
	
a	{
	color: #980107;
	}
	
a:hover	{
	border-bottom-style: dotted;
	border-bottom-color: #980107;
	font-style: italic;
	}

a[href^="mailto"]:hover:after { 
	content: " > " attr(title); 
}
body {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #980107;
	background-color: white;
	}
#wrapper {
	margin: 0 auto;
	width: 820px;
	background-color: white;
	}
	
#header	{
	width: 760px;
	float: left;
	padding: 0px;
	height: 350px;
	margin: 0 0 90px;
	position: relative;
	}
	
#leftColWrapper	{
	margin: 0 0 0 0;
	padding: 0px;
	width: 400px;
	height: 300px;
	float: left;
	}
	
#leftCol	{
	margin: 10px 0 0 18px;
	padding: 0;
	height: 250px;
	min-height: 300px;
	}
	
#rightColWrapper	{
	float: right;
	margin: 0 0 0 0;
	padding: 0px;
	width: 360px;
	display: inline;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #EDEDED;
	}
	
#rightCol	{
	margin: 10px 18px 0 20px;
	}
	
h1	{
	position : absolute;
	top : 10px;
	width : 431px; 
	height : 300px;
	text-indent: -9999px;
	background: transparent url(../img/gl-h1.jpg) no-repeat 0 0;
	}
	
blockquote	{
	text-indent: -9999px;
	}
	
#flashContent {
	width: 350px;
	height: 100px;
	position: absolute;
	bottom: 26px;
	left: 255px;
	z-index: 100;
}
	
#temp	{
	padding-left: 106px;
	margin-top: 60px;
	}
	
#contact	{
	height: 100px;
	}

#rightCol p	{
	padding: 5px 10px 10px;
	}
	
.title	{
	font-weight: bold;
	}