@charset "utf-8";
/* -----------------
Basic Style Sheet
Version: 3.2
Author: Katie Hazard
E-mail: keh38@drexel.edu
Website: www.hazarddesigns.org
Created: 2/7/1999
Design Updated: 6/13/2008
----------------- */


/* Body */
body {
	margin:0 auto;
	padding:0;
	background:#CCF;
	position:relative;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 784px;
	background-color:#69C;
}
#wrapper a {
	text-decoration:none;
	color:#CFF;
	border:none;
}
#wrapper a:hover {
	color:#FFF;
}

#wrapper img {
	border-style:none;
}

/* Header */

#header {
	margin:0;
	padding:0;
	width:100%;
	height:135px;
	background:url(../img/header2.jpg) no-repeat top center;
	text-align:left;
}

#header img {
	padding:30px 0 0 30px;
}

/* mainNav */
#mainNav {
	margin:0 50px 0 0;
	padding:0;
	width:150px;
	height:290px;
	background:url(../img/mainNav.jpg);
	float:right;
}

#mainNav ul {
	margin:20px 0 0 30px;
	padding:0;
	list-style-type:none;
	font-size:16px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#mainNav ul li a {
	color:#CFF;
	text-decoration:none;
}

#mainNav ul li a:hover {
	color:#033;
}

#mainNav ul ul {
	padding:0 0 20px 0;
}

/* mainContent */
#mainContent {
	padding:0;
	margin:20px 0 0 80px;
	width: 470px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}

h1 {
	color:#CFF;
	margin:0;
	padding-bottom:3px;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3, h4, p {
	margin:0;
	padding:3px;
}

p {
	text-align:left;
	text-indent:20px;
}

p.center, h1.center, h2.center, h3.center, h4.center, h5.center {
	text-align:center;
	text-indent:0;
}

p.left {
	text-align:left;
	text-indent:0;
}

#mainContent ul {
	margin:0;
}

#mainContent ul li {
	margin:0;
	padding:2px;
}

#leftCol {
	width:240px;
	float:left;
}
#leftCol ul li {
	list-style:none;
	margin:5px;
}

#rightCol {
	width:200px;
	float:right;
}
/* Specifications for Stories Index */
#stories {
	list-style-type:none;
}

/* Footer */
#footer {
	width: 100%;
	height: 65px;
	background: url(../img/footer.jpg) no-repeat center bottom;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

#footer h5 {
	margin:0;
	padding-top:35px;
	font-weight:normal;
	color:#CFF;
}

#footer h5 a:hover {
	color:#033;
	text-decoration:underline;
}
