@charset "utf-8";
#wrapper {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 150px;
	width: 990px;
	margin-bottom: 15px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.rightfloatimage {
	float: right;
	margin-left: 10px;
}

#content {
	float: left;
	height: auto;
	width: 640px;
	margin-bottom: 15px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
#quicklinks {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 20px;
}
#quicklinks p, #quicklinks a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #333;
}

#sidebar {
	float: right;
	height: auto;
	width: 300px;
	margin-bottom: 15px;
	margin-right: 5px;
	overflow: hidden;
}
#menu {
	height: auto;
	width: 990px;
	left: 0px;
	bottom: 0px;
	background-color: #CCC;
	position: absolute;
}
#globalNav {
	position: absolute;
	height: auto;
	width: auto;
	top: 60px;
	right: 30px;
}
#footer {
	clear: both;
	height: 150px;
	width: 990px;
	position: relative;
}
.leftfloatimage {
	float: left;
	margin-right: 10px;
}
