@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #FCFCFC;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #logo {
	height: 111px;
}
#mainbanner {
	background-image: url(../images/bannerborder.gif);
	height: 214px;
	width: 760px;
}


#wrapper #headerimg {
	height: 120px;
}

#wrapper #footer {
	height: 17px;
}
#navbar {
	height: 210px;
	position: absolute;
	z-index: 2;
	width: 760px;
	top: 63px;
}
.floatRight {
	float: right;
	padding: 5px;
}
.floatLeft {
	float: left;
	padding: 5px;
}
