html{ 
    height:100%; 
}  
body {
	background-color: #333333;
	height: auto;
	width: auto;
	left: auto;
	right: auto;
	padding-bottom: 10px;
}
#wrapper {
	background-color: #FFCCCC;
	width: 1000px;
	position: relative;
	left: auto;
	right: auto;
	top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 650px;
	overflow: visible;
	padding-bottom: 15px;
}
#wrapper #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 20em;
	width: 86%;
	position: relative;
	left: 70px;
	top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #333333;
	line-height: 220%;
	right: auto;
}
#wrapper #header .logo {
	height: 170px;
	width: 60%;
	position: relative;
	left: 20px;
	top: 15px;
	float: left;
}
#wrapper #header .aboutus {
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	width: 5em;
	position: relative;
	float: right;
	top: 140px;
	vertical-align: text-botom;
	left: 0px;
	font-size: small;
	line-height: 2em;
}
#wrapper #header .menu {
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
	width: 15em;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	top: 15px;
	left: 0px;
	font-size: small;
	text-align: left;
	line-height: 2em;
}

#wrapper #contents {
	width: auto;
	height: auto;
	position: relative;
	left: auto;
	clear: both;
	right: auto;
	text-align: center;
	top: 30px;
	padding: 0px;
	margin-bottom: 40px;
}
#wrapper #toptag {
	width: 825px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: right;
	clear: both;
	float: none;
	position: relative;
	height: 1em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
