/* CSS Document */

body {
		
		margin: 0px auto;
		background: url(imgs/maryland_magician_bg.jpg) center repeat-y;
		background-color:#000000;
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 900px;
		min-width: 900px;
		max-width: 900px;
}

#container {
	margin: 0 auto;
	background: #000000;
	text-align: left;	
}

/* MASTHEAD AREA */

#main-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 900px;
	min-width: 900px;
	max-width: 900px;
	height: 225px;
	background: url(imgs/masthead.jpg) no-repeat;
}

#masthead {
	position: relative;
	margin: 0 auto;
	background: #000 repeat-x; 
	height: 225px;
	min-width: 900px;
	max-width: 900px;
}

/* END MASTHEAD AREA */

/* NAVIGATION */



ul {
	margin: 0 auto;
	padding: 0;
	background: url(imgs/nav-bg.jpg) repeat-x;
	list-style: none;
	width: 900px;
	height: 25px;
}

ul a {
	display: block;
	padding: 0 2em;
	width: 95px;
	font: 13px "Arial", Helvetica, sans-serif;
	line-height: 2.1em;
	background:  url(imgs/divider.jpg) repeat-y left top; 
	text-decoration: none;
	color: #fff;
}

/* TEXT */

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 30px;
}

a {
	color: #FFFFDC;
}

a:hover {
	text-decoration: none;
}

.inner-link {
	color: #1874b3;
	text-decoration: none;
	
}

.paragraph-title {
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #1874b3;
	text-transform: uppercase;
}

.subparagraph-title {
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1874b3;
	text-transform: uppercase;
}

/* END TEXT */

ul .first a {
	background: none;
}

ul .last {
	float: none;
	clear: left;
}

ul li {
	float: left;
}

ul a:hover {
	background: url(imgs/nav-bg[hover].jpg) repeat-x;
}

/* END NAVIGATION */


/* CONTENT AREA */

#content {
	
	width: 100%;
	background:#FFFFFF;
}

.endfloat {
	float: none;
	clear: left;
}

.shell {
	margin: auto;
	width: 97%;
}

/* FOOTER */

#footer {
	margin: 0 auto;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background: #1874b3;

}

