@charset "utf-8";
#header {
	height: 290px;
	width: 830px;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	visibility: visible;
}
#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 1px;
	top: 330px;
}
#leftbar {
	float: left;
	width: 30%;
	background-color: #FFCCCC;
}
#right {
	width: 100%;
}
#clear {
	clear: both;
}
#footer {
	height: 11px;
	width: 830px;
	position: relative;
}
#logo {
	background-color: #C20000;
	background-image: url(images/AptCounter.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 83px;
	margin: 0px;
	padding: 0px;
}
#flash {
	width: 830px;
	height: 207px;
	margin: 0px;
	padding: 0px -2px -3px -2px;
	text-align: center;
}
#menu {
	width: 830px;
	background-image: url(images/MenuBKGD.jpg);
	height: 35px;
}
body {
	margin: 0px;
}

