body {
	background-color: #CCCCCC;
}
.header {
	height: 70px;
	width: 800px;
	background-image: url(../images/header.gif)
}
.menu {
	height: 30px;
	width: 800px;
	background-image: url(../images/menuback.gif)
}
.nav {
	height: 400px;
	width: 200px;
	background-color: #FFEC80;
	background-image: url(../images/nav_back.gif);
	float: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFEC80;
	border-bottom-color: #FFEC80;
	border-left-color: #FFEC80;
	overflow: hidden;
}
.nav_home {
	height: 400px;
	width: 185px;
	background-color: #FFEC80;
	background-image: url(../images/nav_back_home.gif);
	float: left;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFEC80;
	border-bottom-color: #FFEC80;
	border-left-color: #FFEC80;
}
.body {
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 362px;
	width: 570px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFEC80;
	border-bottom-color: #FFEC80;
}
.title {
	float: left;
	height: 38px;
	width: 570px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFEC80;
}
.footer {
	height: 30px;
	width: 800px;
	float: left;
}
.container {
	height: 570px;
	width: 820px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.border {
	background-color: #FFFFFF;
	height: 543px;
	width: 800px;
	padding: 10px;
	border: 1px solid #B2B2B2;
}
.spacer {
	background-color: #FFEC80;
	height: 10px;
	width: 800px;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
.spacer2 {
	background-color: #FFEC80;
	height: 10px;
	width: 800px;
	background-image: url(../images/spacer2.gif);
	background-repeat: repeat;
	display: block;
}
iframe {
overflow-x: hidden;
overflow-y: auto;
} 
