* {
	margin:0;
	padding:3px;
}

body {
	margin:0;
	padding:0;
	font:.8em Georgia, "Times New Roman", Times, serif;
	background:#000;
	color:#000;
}


#wrapper {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:100%;
}

/* ===== Typography, Images, Links & other Various info ===== */
p {
	line-height:1.7em;
}


a {
	color:#7E2626;
	text-decoration:underline;
}



a:hover, a:visited {
	color:#9F3B3B;
	text-decoration:none;
	border-bottom:1px dotted #9F3B3B;
}

h2.intro {
	font-size:1.1em; 
	padding:15px;
	line-height:1.7em;
}
	h2.intro span {
		font-style:italic;
	}
	
	h2.intro:first-letter {
		font-size:2.5em;
	}
	
h3 {
	font-size:1.5em;
	letter-spacing:1px;	
	font-variant:small-caps;
	text-decoration:none;
	border-bottom:1px dotted #205B64;
	width:420px;
	padding-bottom:2px;	
	color:#205B64;
}

h4 {
	font-size:1em;
	letter-spacing:1px;
	margin-bottom:8px;
	padding-bottom:2px;
	color:#9F3B3B;
	border-bottom:medium groove #9F3B3B;
	width:100%;
}

h5 {
	font-size:.85em;
}
	
img.left {
	float:left;
	margin:5px;
	border:2px solid #333;
	padding:1px;
	clear:both;
}
img.left-noborder {
	float:left;
	margin:5px;
	border:0;
	padding:0;
}
img.right {
	float:right;
	margin:10px;
	border:2px solid #333;
	padding:1px;
	clear:both;
}

td {
	padding:2px;
}

td span {
		color:#fff;
	}
/* ===== Header ===== */
#header {
	margin:0 auto;
	
	padding:0;
	background:url(../images/header.jpg) top left no-repeat;
	width:1000px;
	height:214px;
}


/* ===== Navigation - For more styles, see CSS file at p7pmm/p7PMMh12.css ===== */
#nav {
	background:#fefefe;
	width:996px;
	height:45px;
	margin:0;
	padding:0 0 0 4px;
}
	
	/* ===== Sub Nav ===== */
	#subnav {
	font-size:0.85em;
	width:400px;
	height:25px;
	margin-top:-41px;
	padding-top:15px;
	float:right;
	text-align:center;
	color:#fff;
	}
	#subnav a {
		color:#fff;
		text-decoration:underline;
		border:none;
	}
	#subnav a:hover {
		color:#ccc;
		text-decoration:none;	
		border-bottom:1px dotted #ccc; 
	}
	
/* ===== Main Content ===== */
#outer-content {
	width:960px;
	height:auto;
	margin:1px 0 15px 0;
	padding:10px 20px 20px 20px;
	float:left;
	background-color: #FFF;
}

	#inner-content { 
		width:675px;
		height:auto;
	}
	#inner-content ul li {
		margin:5px 0 0 30px;
		line-height:1.3em;
	}
	#inner-content ol li {
		margin:5px 0 0 30px;
		line-height:1.3em;
	}

#sidebar {
	width:250px;
	background:#d0d0d0;
	height:auto;
	float:right;
	margin:10px -10px 0 0;
	border:1px solid #333;
	padding:15px;
	text-align:left;
}

	
/* ===== Intro Box ===== */
#upcoming {
	width:965px;
	height:255px;
	margin:0 0 10px -5px;
	padding:0px;
}

/* ===== Footer ===== */
#footer {
	width:1000px;
	height:110px;
	background:url(../images/footer.jpg) top center no-repeat;
	clear:both;
	color:#fff;
	text-align:center;
	font-size:.85em;
	margin-top:-15px;
	padding-top:40px;
}

	#footer a {
		color:#bbb;
		text-decoration:underline;
		border:none;
	}
	#footer a:hover {
		color:#bbb;
		text-decoration:none;
		border-bottom:1px dotted #999;
	}
