/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}


/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

a {
	border: 0;
	text-decoration: none;
	outline: none;
}

:focus {
  -moz-outline-style: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/


body {
	background-color: #85578e;
	background-image: url(images/new_site_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
}

#container {
	position:relative;
	width: 806px;
	margin: 0 auto;
}

#tony,#rotatorContainer {
	width: 803px;
	margin: 368px auto 0;
	height:120px;
}

#quote {
	width: 803px;
	margin: 17px auto 0;
}

#tonyPulitzer{
	text-align:center;
}

#land_title_closing {
	margin: -5px 0 0 0;
	text-align: center;
}

#cont1 {
	width: 805px;
	height: 210px;
	margin: 17px auto 0;
}

#ways {
	width: 804px;
	height: 208px;
	background: #986d9f url(images/3ways2.gif) no-repeat top left;
	background-position: top left;
	border: 1px solid #fff;
}

/*#ticketInfo {
	width:569px;
	height:210px;
	margin: 0 0 0 0;
	background-image: url(images/ticketInfo.gif);
}*/

#ways p {
	margin: 12px 0 14px 260px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#ways a {
	color: #fff;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

#cont2 {
	width: 803px;
	margin: 43px auto 0;
	/* background: transparent url(/land/info/072309/images/about_bg.gif) no-repeat 0 0 !important; */
}

#media {
	width: 804px;
	height: 537px;
	display: block;
	background: transparent url(/land/info/images/about_bg.gif) no-repeat 0 0 !important;
}

#video {
	float: left;
	display: inline;
	width: 320px;
	height: 242px;
	margin: 38px 0 0 31px;
	/*border: 1px solid #f00;*/
}

#about {
	float: left;
	display: inline;
	width: 432px;
	margin: 38px 0 0 12px;
	/*border: 1px solid #0f0;*/
}

#player {	
	width: 330px;
	height: 160px;
	float: none;
	clear: both;
	display: block;
	margin: 0 0 0 31px;
	z-index: 100;
	position: relative;
	top: 45px;
	/*border: 1px solid #00f;*/
}

#about h1 {
	margin: 0 0 0 4px;
	font-family: Verdana;
	font-size: 30px;
	color: #fff;
}

#about p {
	margin: 24px 0 0 0;
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
}

#footer {
	margin: 16px 0 0 0;
	padding: 0 0 50px 0;
}

.clear {
	clear: both;
}
