body {
	padding: 0px;
	margin: 0px;
}
#header {
	width: 100%;
	background-color: #000000;
	text-align: center;
}
#nav {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding: 0px;
}
#subnav {
	background-color: #D7C7A8;
	height: 20px;
	margin: 0px;
}
#container_bg1 {
	position: relative;
	height: auto;
	width: 100%;
	background: url(../images/background1.jpg) no-repeat;
	text-align: center;
}
#container_bg2 {
	position: relative;
	height: auto;
	width: 100%;
	background: url(../images/background2.jpg) no-repeat;
	text-align: center;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#content p {
	margin-top: 0px;
}
#footer {
	text-align: center;
	margin-top: 20px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: none;
	color: #999999;
	text-align: center;
}
p#disclaimer {
	font-weight: bold;
	color: #FF0000;
}


a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-transform: none; 
	color: #000000 
}
a:hover {  
	color: #FF6600; 
	text-decoration: none
}

