@charset "utf-8";
#container {
	text-align: left;
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
body {
	background-color: #f8f8ce;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-color: #6699cc;
	height: 133px;
}
.top_photos {
	margin-right: 7px;
}
#subheader {
	background-color: #993333;
	height: 38px;
	padding-left: 468px;
}
#left_col {
	background-image: url(images/swoosh.jpg);
	background-repeat: no-repeat;
	width: 258px;
	padding-right: 67px;
	padding-left: 74px;
	float: left;
	padding-top: 65px;
}
#nav {
	width: 175px;
}
#left_text {
	margin-top: 115px;
	text-align: center;
}
.large_text {
	font-size: 33px;
}
#right_col {
	float: left;
	width: 581px;
}
.copyright {
	font-size: 12px;
}
.clear {
	font-size: 1px;
	clear: both;
}

