@charset "utf-8";
#header {
	height: 40px;
	width: 830px;
	position: absolute;
	top: 0px;
}
#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 330px;
}
#contentpad {
	padding: 10px;
}

#left {
	float: left;
	width: 608px;
}
#right {
	width: 222px;
	float: left;
}
#clear {
	clear: both;
}
#footer {
	height: 11px;
	width: 830px;
	position: relative;
}
#logo {
	background-color: #003366;
	background-image: url(images/AptCounter.jpg);
	background-repeat: no-repeat;
	width: 830px;
}
#flash {
	width: 830px;
	height: 207px;
}
#menu {
	width: 830px;
	background-image: url(images/MenuBKGD.jpg);
	height: 35px;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
