body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	background-repeat: repeat;
	color: #CCCCCC;
}
#divPage {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 575px;
	width: 700px;
}
#divHeader {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 700px;
	background-image: url(images/header.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#divMenu {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 700px;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
}
#divBody {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
#divPhotoBar {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 700px;
	clear: both;
	font-size: 10px;
	color: #000000;
}
#divFooter {
	background-color: #000000;
	height: 45px;
	width: 700px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	background-image: url(images/footer_bg.jpg);
}
#divVista {
	background-color: #CCCCCC;
	height: 157px;
	width: 700px;
}
#divBodyLeft {
	float: left;
	width: 100px;
	height: 200px;
	background-image: url(images/h_body_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
}
#divBodyRight {
	float: right;
	width: 100px;
	height: 200px;
	background-image: url(images/h_body_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#divBodyCenter {
	margin-right: 100px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#ulMainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ulMainNav li {
	display: inline;
}
.footerNav {
	float: right;
	margin: 0px;
	padding: 2px 5px 0px 0px;
	font-size: 10px;
}
.copyright {
	float: left;
	font-size: 10px;
	margin: 2px;
	padding-left: 5px;
}
#copyNav {
	height: 30px;
	width: 700px;
}
#divFooter a:link, #divFooter a:active, #divFooter a:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#divFooter a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#border {
	height: 20px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	background-color: #000000;
}
