html * {
	margin: 0;
	padding: 0;
	border: 0;
}

html {font-family: Verdana, Tahoma, Helvetica, Arial;}

body {
	background-color: #ffffff;
}

img {}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
p{}
a{text-decoration: none;}

div#pageContainer {
	width: 700px;
	height: 705px;
	margin: 20px auto 0px auto;

	background-color: #ffffff;
}

img#mainimage {
	display: block;
	width: 700px;
	height: 545px;
	
	margin: 0px 0px 5px 0px;
	
}

div#bottomlinks {
	display: block;
	width: 715px;
	
	margin: 0px 0px 5px 0px;
}

ul#bottomButtonList {
	display: block;
	width: 715px;
	height: 100px;
	
	margin: 0px 0px 5px 0px;
	z-index: 150;
}

ul#bottomButtonList li {
	list-style-type: none;
	display: inline;
	float: left;
	
	
	margin: 0px 4px 0px 0px;
}

ul#bottomButtonList li img {
 	
	height: 100px;
	border: 0px;
}

ul#veryBottomButtonList {
	display: block;
	width: 715px;
	height: 25px;
	
	margin: 0px 0px 0px 0px;
}

ul#veryBottomButtonList li {
	list-style-type: none;
	float: left;
	
	margin: 0px 4px 0px 0px;
}

ul#veryBottomButtonList li img {
	
	height: 25px;
	border: 0px;
}