/*
 Theme Name:   Gordonwood
 Description:  Theme for gordonwood.net.au
 Author:       Phil Price
 Version:      1.0.0
*/
html,body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color: #949494;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


#container {
	position:relative;
	margin:0 auto;
	width:800px;
	background-color: #FFFFFF;
	border: 1px solid #000000;

	
}

#quickcontact {
	background-color: #0099FF;
	text-align:right;
	color:#FFFFFF;
	padding:4px;
	font-size:16pt;
}
#navigation {
	position:absolute;
	width:10em;
	left:0px;
	margin-right:150px;
}

#navigation ul {
	list-style-image: none;
	list-style-type: none;
	padding-left:0;
	margin-left:0px;
}

#navigation ul li {
	margin-right:1em;
	margin-left:1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;		
}

#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration:none;
	color: #666666;
}

#navigation ul li a:hover {
	color: #000000;
}

#footer {
	text-align: center;
	font-size:8pt;
}

#header {
	height: 123px;
	padding-top:10px;
	padding-bottom:5px;
	position:relative;
}

#navtree {
	margin-left: 10em;
	padding-left:1em;
	background-color: #6FC6FF;
	color:#FFFFFF;
	font-weight:bold;
}

#address {

	position:absolute;
	right:1em;
	bottom:0px;
	text-align:right;

}

#navtree a:link, #navtree a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

#navtree a:hover {
	text-decoration: underline;
}

#content {
	margin-left: 10em;
	padding-left:1em;
	padding-right:1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}

h1 {
	font-size:16pt;
	padding-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h2 {
	font-size:12pt;
}

