body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #000;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 605px;
	_width: 655px;
	padding: 0px;
	_padding: 0 25px;
	}
	
#header {
	padding: 0; 
	margin: 0 0 5px 0;
	position: relative;
	height: 125px;
	background: #111 url(images/header.gif) no-repeat right bottom;
	}

#menu {
	padding: 0; 
	margin: 0 0 5px 0;
	position: relative;
	height: 125px;
	background: #222;
	}
	
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0px;
	}
	
.clearIE {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0px;
	}

#primary {
	margin: 0;
	background: #444;
	position: relative;
	padding: 0;
	}
	
#secondary {
	float: left;
	position: relative;
	width: 275px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	}
	
#tertiary {
	position: relative;
	width: 275px;
	padding: 5px 15px 5px 5px;
	margin: 0 0 0 305px;
	}
	
#footer {
	text-align: left;
	margin: 5px auto;
	position: relative;
	width: 605px;
	padding: 0; 
	position: relative;
	height: 30px;
	background: #222;
	}
	
.title {
	padding: 0; 
	margin: 0;
	position: relative;
	background: #222;
	height: 30px;
	}

/*- Main Menu in Header */

ul.nav {
	margin: 0 0 3px 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	list-style-type: none;
	text-align: right;
	}

ul.nav li,
ul.nav li a {
	margin: 0px 5px 0;
	padding: 2px 0;
	font: 1em Arial, Verdana, Helvetica, Sans-Serif;
	}

ul.nav li a:hover {
	}

ul.nav li.current_page_item a,
ul.nav li.current_page_item a:hover {
	color: #fff !important;
	}

/*- Headings */

h2 {
	font-size: 1.4em;
	letter-spacing: -.5px;
	bottom: 3px;
	left: 10px;
	}

h3 {
	font-size: 2em;
	letter-spacing: -.5px;
	bottom: 2px;
	right: 10px;
	}
	
	
h5 {
	font-size: 1.1em;
	bottom: 5px;
	right: 10px;
	}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: inline;
	position: absolute;
	color: #ccc;
	}
	
h4 {
	font-size: 1.1em;
	bottom: 5px;
	left: 10px;
	color: #777;
	}

.alt {
	color: #666;
	}
	
.alt2 {
	color: #bbb;
	}

/*- Links */


a, a:visited {
	color: #aaa;
	text-decoration: none;
	}
	
.highlight {
	color:#fff; important!
	}
	
a:hover {
	color: #fff;
	}

/*- Misc */

.item {
	padding: 0px;
	margin: 15px 0 15px 0;
	}
	
.itemtext {
	color: #bbb;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 15px 0 0 1px;
	}
	
.itemheading {
	color: #222;
	font-size: 2.2em;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0 0 -10px;
	}

.itemtext p,
.itemtext ul,
.itemtext ol,
.itemtext div,
.itemtext blockquote {
	margin: 5px 0;
	padding: 0;
	}

p {
	margin: 5px 0 3px 0; 
	}
	
ul.details {
	margin: 0 0 3px;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	}

ul.details li {
	margin: 0px 0px 0 0;
	padding: 0px 0 3px 1px;
	font: 1.1em Arial, Verdana, Helvetica, Sans-Serif;
	color: #bbb;
	}

.itemtextul.details li a:hover {
	color: #fff !important;
	}

.arrowleft {
	width: 25px;
	height: 75px;
	background-color: #000;
	float: left;
	margin: 5px 0 0 0;
	}
	
.arrowright {
	width: 25px;
	height: 75px;
	background-color: #000;
	float: left;
	margin: 5px 0 0 0;
	}
	
.image {
	width: 117px;
	height: 75px;
	background-color: #333;
	float: left;
	margin: 5px 5px 0 0;
	}
	
.imagelast {
	width: 117px;
	height: 75px;
	background-color: #333;
	float: left;
	margin: 5px 0 0 0;
	}
	
.container {
	width: 655px;
	margin: 0 -25px 0 -25px;
	}
	
#rightarrow {
	text-align: left;
	margin: 0;
	padding: 0;
	font: 2em Arial, Verdana, Helvetica, Sans-Serif;
	color: #333;
	}
		
#leftarrow {
	text-align: right;
	margin: 0;
	padding: 0;
	font: 2em Arial, Verdana, Helvetica, Sans-Serif;
	color: #333;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
hr {
	display: none;
	}