
/* The CSS for thegraham.com.au 
First elements are the big stuff */


body {
	background: #903 url(../images/bgbase.gif) bottom left fixed repeat-x; 
	font-family: georgia, perpetua, times, "times new roman", serif;
	text-align: center;
	font-size: x-small;
	color: #666;
	padding: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;	
	}

html>body	{
	font-size: small;	
	} 
	
	
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 750px;
	background: #fff;
	font-family: georgia, perpetua, times, "times new roman", serif;
	text-align: center;
	color: #666;

	}
	
	
#head1 {
	position: relative;
	width: 750px;
	background: #847B7B;
	text-align: right;
	
	}
	
#headnav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #fff;
	text-align: left;
	font-size: x-small;
	text-transform: uppercase;
	margin-left: 30px;
	border: 0;
	padding: 0;
	}
	
#headnav a:link {color: #fff; font-weight: normal; text-decoration: none;}
#headnav a:visited {color: #eee; font-weight: normal; text-decoration: none;}
#headnav a:hover {color: #333; font-weight: normal; text-decoration: underline;}
	
#content {
	float: left;
	width: 512px;
	margin-left: 15px;
	margin-top: 10px;
	background: #fff;
	text-align: left;
	z-index: 4;
}


#rightnav {
	float: right;
	width: 180px;
	margin:100px 10px 0 0;
	border: 0;
	font-family: Tahoma, "Trebuchet MS", Verdana, Sans-serif;
	font-size: x-small;
	line-height: 170%;
	text-align: left;
	background: #fff;
	
}

#rightnav p {
	font-family: Tahoma, "Trebuchet MS", Verdana, Sans-serif;
	font-size: x-small;
	line-height: 170%;
	color: #666;
		
}

#rightnav ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
			
}

#rightnav li {
	font-family: Tahoma, "Trebuchet MS", Verdana, Sans-serif;
	font-size: x-small;
	margin: 0 0 10px 0;
	padding: 0;
		
}

.qshead {
	font-family: perpetua, georgia, times, "times new roman", serif;
	font-size: x-small;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #903;
}

.description {
	font-family: perpetua, georgia, times, "times new roman", serif;
	font-size: small;
	font-weight: normal;
	color: #903;
}

.menus {
	text-align: left;
}

#footer {
	clear: both;
	margin: auto;
	width: 750px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Sans-serif;
	font-size: x-small;
	text-align: center;
	color: #903;
	padding: 20px 0;
voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}

html>body	{
	font-size: x-small;	
	} 
	
#footer a {color: #930; font-weight: normal; text-decoration: underline;}
#footer a:hover {color: #333; font-weight: normal; text-decoration: none;}




/*text sizes and so forth */

h1 {
	font-family: georgia, perpetua, times, "times new roman", serif;
	font-size: large;
	font-weight: normal;
	padding: 0;
	margin-bottom: 10px;
	line-height: 120%;
	color: #903;
	letter-spacing: 1px;
}

h2 {
	font-family: georgia, perpetua, times, "times new roman", serif;
	font-size: medium;
	font-weight: normal;
	padding: 0;
	margin-bottom: 5px;
}

h3 {
	font-family: georgia, perpetua, times, "times new roman", serif;
	font-size: x-small;
	font-weight: normal;
	padding: 0;
	color: #000;
	margin-bottom: 5px;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

p {
	font-family: georgia, perpetua, times, "times new roman", serif;
	color: #666;
	font-size: small;
	font-weight: normal;
	padding: 0;
	margin: 2px 0 10px 0;
	line-height: 160%;
}

ul, li {
	list-style: disc;
	list-style-position: outside;
	color: #666;
	line-height: 160%;
		
/*work around for Mozilla and Opera*/
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size: small;
	
}
html>body>ul {font-size: small;}



.leftimg {
	float: left;
	margin:5px;
	padding:0;
	border:0;
}

.rightimg {
	float: right;
	margin:5px;
	padding:0;
	border:0;
}


.menusubhead {
	font-family: georgia, perpetua, times, "times new roman", serif;
	font-size: small;
	font-weight: normal;
	padding: 0;
	color: #903;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
}



tr.header {
	font-family: georgia, perpetua, times, "times new roman", serif;
	font-size: x-small;
	font-weight: bold;
	color: #000;
	background: #ccc;
	text-transform: uppercase;
	letter-spacing: 3px;

}

tr.item, td.item {
	font-family: Tahoma, "Trebuchet MS", Verdana, Sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	background: #eee;

}



img {
	border: 0;
	margin: 0;

}
/*Links for main content areas */

a:link {color: #903; font-weight: bold; text-decoration: none;}
a:visited {color: #903; font-weight: bold; text-decoration: underline;}
a:hover {color: #333; font-weight: bold; text-decoration: underline;}

