* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/body.png);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	font-size: 2em;
	line-height: 1.4em;	
}

a {
	color: #ae001f;
	text-decoration: none;
}
a:hover, a:active {
}
a2 {
	color: #fff;
	text-decoration: none;
}
a2:hover, a2:active {
	color: #CCC;
}
h1 {
	font-size: 3em;
	right: 4px;
}
h2 { font-size: 2.2em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: bold;
	background-color: #666;
}
h4 {
	font-size: small;
	margin-bottom: 0.8em;
	color: #fff;
}
h5 {
	font-size: 3em;
	margin-top: 0.8em;
	color: #ae001f;
	font-weight: bold;
	line-height: 12px;
	font-variant: small-caps;
}
h6 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.8em;
}
.clear { clear: both; }

div#page-wrap {
	width:1000px;
	margin: 0 auto;
}

      .test {
        border-collapse:collapse;
        border: 2px solid black;
      }
      .test td, .test th {
        padding: 4px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        border-right: 1px dotted black;
        border-left: 1px dotted black;
      }
ul#nav {
	height: 236px;
	list-style: none;
	padding-left: 330px;
	text-align: center;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	}
	ul#nav li {
		display: inline;
		font-size: 1.6em;
	}
	ul#nav li a {
		display: block;
		width: 133px;
		float: left;
		margin-top: 160px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
	color: #999;
		}
		
	div#main-content {
		padding-bottom: 50px;
	
		}
		div#main-content div#left-col {
			float: left;
			width: 735px;
		}
		div#main-content div#left-col div#quick-jumps {
			width: 200px;
			float: left;
			margin-right: 10px;
			padding-bottom: 110px;
			}
			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: #000;
				}
			div#main-content div#left-col div#quick-jumps a {
				color: black;
			}
		div#main-content div#right-col {
			float: right;
			width: 260px;
			border-top: 15px solid #ae001f;
			padding-top: 15px;
		}
		div#main-content div#facebook {
	float: right;
	width: 260px;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 5px;

			}	
			div#main-content div#right-col p {
				font-size: 1.1em;
			}
	div#footer {
	background: #ae001f;
	color: white;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666;
	}
