@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
body {
	background-color: #b5b994;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #333333;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}
#header_wrap{
	width:100%;
	height:320px;
}
#header{
	width:960px;
	height:275px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header_bg{
	width:960px;
	height:275px;
	background-image: url(../images/cityscape.png);
	background-repeat:no-repeat;
	padding:45px 0px 0px 0px;	
}
#header span {
	display: none;
}
#header_left{
	width:475px;
	float:left;
}
#header_right{
	width:475px;
	height:160px;
	float:right;
	background-image:url(../images/1939_worlds_fair.png);
	background-repeat:no-repeat;
}
#heading{
	float:right;
	width:470px;
	height:110px;
	background-image:url(../images/heading.png);
	background-repeat:no-repeat;
}
#subheading{
	float:right;
	width:290px;
	height:50px;
	background-image:url(../images/subheading.png);
	background-repeat:no-repeat;
}
#content_wrap{
	width:100%;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top:-55px;
}
#content{
	width:960px;
	min-height:525px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom:25px;

}
#content h2{
	font-family: "league-gothic-1","league-gothic-2","Arial Narrow", sans-serif;
	font-size:2.4em;
	line-height:1em;
	font-weight:normal;
	font-style:normal;
	text-transform: uppercase;
	letter-spacing:2px;
	color:#6787a2;
	padding:30px 8px 16px 8px;
}
#content p, #content ul{
	padding:8px;
	font-size:.8em;
}
#content ul{
	list-style:disc;
	list-style-position:outside;
}
#content h3{
	width:470px;
	height:36px;
	margin:16px 0px -5px 0px;
}
#content h3 span{
	display:none;
}
#content a:link,#content a:visited,#content a:active{
	color:#6787a2;
	text-decoration:none;
}
#content a:hover{
	color:#666;
	text-decoration:underline;
}
#content #left_column{
	width:470px;
	float:left;
	margin-bottom:55px;
}
#content #right_column{
	width:490px;
	float:right;
	margin:30px 0px;
}	
#content #right_column #video{
	width:216px;
	height:162px;
	margin:36px 138px 0px 138px;
}
#content #right_column td{
	padding:8px;
}
#footer_wrap{
	width:100%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top:-55px;
}
#footer{
	width:960px;
	height:150px;
	margin:0 auto 0;
	padding:25px 0px 0px 0px;
}
#footer #navigation{
	width:700px;
	float:left;
	text-align: left;
}
#footer #copyright{
	width:250px;
	float:right;
	font-size: 0.6em;
	text-align: right;
	line-height: 1.2em;
	padding:0em;
	margin:50px 0px;
}
#footer h3{
	font-family: "league-gothic-1","league-gothic-2","Arial Narrow", sans-serif;
	font-size:1.8em;
	letter-spacing:2px;
	line-height:1em;
	font-weight:normal;
	font-style:normal;
	text-transform: uppercase;
	color:#6787a2;
	padding:0em;
}
#footer ul{
	padding:1em 0em;
}
#footer ul li{
	font-family: "league-gothic-1","league-gothic-2","Arial Narrow", sans-serif;
	font-size:1.9em;
	letter-spacing:2px;
	float:left;
	margin-right:20px
}
#footer a:link,#footer a:visited,#footer a:active{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
	text-decoration:underline;
}
.forty_right{
	margin-right:50px;
}
.italic{
	font-style:italic;
	margin:0px 10px 0px 10px;
}
.credits{
	margin-left:20px;
	text-indent: -20px;
}


