#container {
	background-image: url(Background_PlainLow.jpg);
	background-repeat: repeat-y;
	width: 998px;
	height: 800px;
	margin: 0 auto;		
}
#container2 {
	background-image: url(Background_PlainLow.jpg);
	background-repeat: repeat-y;
	width: 998px;
	height: auto;
	margin: 0 auto;		
}
#nav {
	background-image: url(navBack.png);
	position: relative;
	width: 996px;
	height: 60px;	
	list-style-type: none;	
	text-decoration: none;
	margin: 0 auto;
}
#contentIFrame{
	position: relative;
	width: 996px;
	height: auto;	
}
#contentMain{
	position: relative;
	width: 996px;
	height: 150px;	
	margin-top: 20px;
}
#contentMainOther{
	position: relative;
	width: 780px;
	height: auto;	
	padding: 20px 110px;
}
#footer{
	position: relative;
	width: 996px;
	height: 40px;	
}
#top{
	position: relative;
	width: 996px;
	height: 100px;	
}
#iframe {
	position: relative;
	width: 605px;
	height: auto;
	z-index: 100;
	margin: 0px auto;
	padding-top: 20px;	
}
.button ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.button a {
	display: block;		
	width: 100px;
	line-height: 25px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;		
}
.button a:hover {
	color: #000000;
	background-image:url(tranButtonFill.png);	
}
.button li {
	margin: 0px 0px 3px 0px;
}
.clear {
	clear: both;
}