	body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 14px;

	
	}
	#container {
	width:950px;
	margin:0 auto;
	text-align:center;
	background:#ffffff;
	
	}
	#header {
		position:relative;
		width:950px;
		margin:0;
		padding:0;
		text-align:left;
		background:url(images/header.gif) no-repeat;
		height: 139px;
	
	}
	#menu {
		position:relative;
		margin:0;
		padding:0;
		text-align:right;
		top: 108px;
		font-family: "Trebuchet MS";
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
	
	
	}
	
	#menu a {
		color:#ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu a:hover{
		color:#F8B421;
		font-weight: bold;
		text-decoration: none;
	}
	#content {
		width:950px;
		margin:0;
		padding:0;
		padding:0 0 10px 6;
		text-align:left;
		padding-bottom:10px;
		font-family: "Trebuchet MS";
		font-size: 14px;
	}
	
	#footer {
	clear:both;
	width:950px;
	margin:0;
	padding:0 0 10px 6;
	text-align:left;
	background:url(images/footer.gif);
	color:#ffffff;
	height: 118px;
	font-family: "Trebuchet MS";
	font-weight: bold;
		margin:6 auto;
	
	}h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #1876A1;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
.half {
	float:left;
	width:45%;
	padding: 6px;
}

.third {
	float:left;
	width:300px;
	padding: 6px;
}
