

/* CSS Document */

body {
	background: #339966 url(images/bkd_squares.gif) top left repeat-x;
	margin: 0 auto;
	padding: 0;
	}

#container {
	position: relative;
	width: 810px;
	background-image: url(images/bkd_container_home.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	}

#header {
	width: 810px;
	height: 275px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bkd_header_home08.jpg) top left no-repeat; /************ THESE IMAGES TO BE RANDOM 1 - ?? ****************/
	}
		#header h1 {
			margin: 0;
			padding: 0;
			}
		#header h1 a span {
			margin: 0 0 0 -10000px;
			padding: 0;
			}
		#header h1 a.QMAC, #header h1 a.QMAC:hover, #header h1 a.QMAC:active, #header h1 a.QMAC:visited {
			position: absolute;
			top: 85px;
			left: 25px;
			display: block;
			width: 270px;
			height: 150px;
			margin: 0;
			padding: 0;
			}

#nav {
	width: 310px; 
	background: url(images/bkd_nav_home.gif) top left no-repeat;
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
	}

#content {
	margin: 0 0 0 315px;
	padding: 0 30px 0 30px;
	}

#footer {
	clear: both;
	width: 470px;
	height: 85px;
	background: url(images/bkd_footer_home.gif) bottom left no-repeat;
	margin: 0 0 0 0;
	padding: 25px 0 0 340px;
	}

   