@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 55px;
}

#page {
	margin: auto;
	width: 800px;
}

#masthead {
	height: 240px;
}
#header {
	height: 150px;
	background: url(../imgs/About-txt.gif) bottom right no-repeat;
	}
#careers-header {
	height: 150px;
	background: url(../imgs/Careers-txt.gif) bottom right no-repeat;
	}
#logo {
	width: 400px;
	height: 100px;
	float: left;
}
#address {
	width: 275px;
	height: 50px;
	float: right;
}
#address p {
	font-size: 10pt;
	line-height: 12pt;
	text-align:right;
}
#button {width:130px; padding: 0 0 20px 0;}
#button img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	}
#button img:hover {
	filter: Alpha(Opacity=50);
	opacity: 0.8;
	}
#about {
	clear:both;
	height: 133px;
	width: 800px;
	background: url(../imgs/venuestxt.gif) bottom right no-repeat;
	border-top: 1px solid #363636;
	padding-top: 15px;
	}
#careers {
	clear:both;
	width: 800px;
	border-top: 1px solid #363636;
	padding-top: 15px;
	padding-bottom:20px;
	}
p {
	font-size: 9pt;
	line-height: 12pt;
}
a {
	color: #336666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.venue {
	clear:both;
	width: 800px;
	height: 250px;
	border-top: 1px solid #363636;
	padding-top: 15px;
}
.info {
	width: 430px;
	float: right;
}
.info p {
	font-size: 8pt;
	line-height: 10pt;
	margin-bottom: 5px;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 18pt;
	margin-bottom: 3px;
}
h2 {
	font-size: 14pt;
	line-height: 12pt;
	font-weight: normal;
	margin-bottom: 8px;
}
h3 {
	text-transform: uppercase;
	font-size: 9pt;
	line-height: 11pt;
}
