	@charset "utf-8";
	/* 
	main.css
	Style sheet created for quothdesign.com.au
	Created By: Dale Fyfe
	Created Date: April 2010
	Modified:
	Copyright Quoth Design 2010
	This is the main style sheet for the website, containing the building blocks that make it up.
	*/
	
	body
	{
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		font-size: 12px;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.bg
	{
		margin: 0px auto 0px auto;
		background: url(../images/layout/q_background.jpg) no-repeat;
		min-height: 700px;
		width: 1000px;
	}
	
	.container
	{
		margin: 10px auto 150px 337px;
		width: 335px;
	}
	
	.top
	{
		background: url(../images/layout/top.png) top left repeat-x;
		height: 96px;
		WIDTH: 325px;
	}
	
	.bottom
	{
		background: url(../images/layout/bottom.png) top left repeat-x;
		height: 96px;
		width: 325px;
	}
	
	.content
	{
		width: 265px;
		background: url(../images/layout/body.png) top left repeat;
		padding: 0px 30px 30px 30px;
		text-align: justify;
	}
	
	.mainHeading
	{
		font-size: 24px;
		font-weight: bold;
	}
	
	a:link
	{
		color: #900;
		font-weight: bold;
	}
	
	a:visited
	{
		color: #C00
		font-weight: bold;
	}
	
	a:hover
	{
		color:#C00
		font-weight: bold;
	}

