@charset "utf-8";
/* CSS Document  for Universal Studios*/

body {
	font: 100% Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
    line-height:1.125em;
	background: url(img/grey_bg.gif) repeat #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#CCC;
}

body p {margin:1em 0;}

p.first:first-letter {
	padding:0.1em;
	line-height:0.7em;
	color:#FF0000;
	font-size:3.2em;
	font-weight:bold;
	float:left;
	margin:0.1em 0.2em 0.1em 0;
	}

h2 {font-size:2em;}
h3 {
	font-size:1.5em;
	margin:1.5em 0 0 0;
	padding-bottom:0.3em;
}
h5 {
	font-size:2em;
	text-align:center;
	margin:0 0 1.3em 0;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px groove #000;
	font-size:0.875em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:100px; /* needs fix height to allow background image */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align:center;
	color:#FF0000;
	font-size:2.5em;
	padding: 1em 0 1em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	text-align:center;
	font-weight:bold;
	background-color:#000;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.nav {
	border:#ffd119 thick solid;
	width:36px;
	height:50px;
	margin: 0.8em 0 0 1.6em;
	float:left;
	display:inline;
	}

.nav a {
	background: url(../../../img/iahHome2.jpg) 0 0 no-repeat;
	text-decoration:none;
	display:block;
	height:100%;
	}

.nav a:hover {
	background-position: 0 -50px;
	}

.lPic, .rPic {
	background-color:#CCC;
	}

#top {border:none;}

/* end of file */

