
body {
	background-color: #a85a4a;
	background-image:url(recycledbrickwa_bg.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

p {font-size:16px;}
p.small {font-size:10px;}
h1 {font-size:19px;}
h2 {font-size:16px;}

#container {
	width: 770px;
	background-color:#999;
	background-image:url(recycledbrickwa_containerbg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: left; 
}

#header {
	background-image:url(recycledbrickwa_header.jpg);
	height:150px;
}

#menu {
	background-image:url(recycledbrickwa_menubg.jpg);
	background-repeat:repeat-x;
	height:35px;
}

#menu a:active, #menu a:visited, #menu a:link {
	padding-left:10px;
	padding-bottom:15px;
	padding-right:30px;
	margin-top:3px;
	border-right:#000 1px solid;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#menu a:hover {
	color:#a3280f;
}

#mainContent {
	padding: 0 20px; 
}

#footer {
	padding: 0 10px;
	text-align:center;
}

#footer p, #footer a:active, #footer a:visited, #footer a:link {
	margin: 0;
	padding: 10px 0;
	color:#444;
	font-size:x-small;
	text-decoration:none;
}

#footer a:hover {
	color:#F00;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

table.links {
	text-align:center;
	border:#333 1px solid;
}

tr.header {
	background-color:#333;
}

table.links td {
	padding-left:15px;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:4px;
	border-bottom:#666 1px solid;
}

table.links tr.header a:active, table.links tr.header a:visited, table.links tr.header a:link {
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

table.links a:active, table.links a:visited, table.links a:link {
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

table.links a:hover {
	color:#F00;
}