/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #EEAB2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
table { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: none;
	}
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #990000;
	}
h2, h3, h4 {
	color: #CC6666;
	padding: 6px 0;
	margin: 0;
	}
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
p {
	margin: 0;
	padding: 6px 0;
	}

#wrapper { 
	position: absolute; 
	width: 100%; 
	top: 0;
	}
#container {
	width: 1000px;
	margin: 0 auto;
	top: 0;
	}
#tabs {
	width: 630px;
	position: relative;
	top: 23px;
	float: right;
	height: 22px;
	text-align: center;
	}
#tabs ul {
	margin: 0;
	padding: 0;
	height: 22px;
	}
#tabs li{
	display: inline;
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	margin: 0;
	float: left;
	width: 90px;
	height: 22px;
	padding-top: 5px;
	}
#tabs a:link, #tabs a:visited {
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	color: #990000;
	}
#tabs a:active, #tabs a:hover {
	color: #CC6666;
	}
#address {
	width: 350px;
	position: relative;
	top: 35px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	}
#callouts {
	float: left;
	width: 150px;
	}
.calloutTop {
	width: 116px;
	background-image: url(images/callout-top.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
	}
.calloutTop h2 {
	padding: 0;
	font-size: 16px;
	}
.calloutTop ul {
	padding: 0;
	margin: 0 0 0 15px;
	}
.calloutTop li {
	padding: 0;
	margin: 0;
	}
.calloutBottom {
	line-height: 0;
	width: 136px;
	background-image: url(images/callout-bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	clear: both;
	}
#footer ul {
	margin: 0;
	padding: 0;
	}
#footer ul li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	}
#footer a {
	text-decoration: none;
	color: #333333;
	}