* {
	margin: 0;
	padding: 2;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(Images/body-bg.png) repeat-x top #f5ecd4;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 2.4em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	color: #5e0d04;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
	background-color: #F00;
}

.clear { clear: both; }

div#page-wrap {
	width:800px;
	margin: 0 auto;
}

ul#nav {
	height: 236px;
	background: url(Images/header-bg.gif) no-repeat;
	list-style: none;
	padding-left: 125px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#nav li a {
		display: block;
		width: 113px;
		float: left;
		margin-top: 168px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: yellow;
		}
		
	div#main-content {
		padding-bottom: 50px;
		}
		div#main-content div#left-col {
			float: left;
			width: 510px;
		}
		div#main-content div#left-col div#quick-jumps {
	width: 200px;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
			}
			div#main-content div#left-col div#quick-jumps p {
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 1px;
				}
				div#main-content div#left-col div#quick-jumps p span {
					color: #e9bc3d;
				}
			div#main-content div#left-col div#quick-jumps a {
				color: black;
			}
		div#main-content div#right-col {
	float: right;
	width: 260px;
	padding-top: 15px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
			}	
			div#main-content div#right-col p {
				font-size: 1.1em;
			}
	div#footer {
	color: white;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	text-align: center;
	background-color: #F00;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	}
