html, body {
	margin:0; padding:0;
}

body {
	background: #F9F4E7;
	text-align: center;
}

a {
	color: #ff3300;
}

a:hover {
	color: #aa2200;
}

body {
	font: normal 0.85em/1.4em Arial,sans-serif;
}

a, img {
	border: 0;
	outline: none;
}

td {
	padding: 10px;
}

hr {
	width: 700px;
	color: #111;
	border: 0;
	border-top: 1px solid #111;
	margin: 20px auto;
}

#wrapper {
	width:840px;
	margin:20px auto;
	text-align: center;
}
#topnav a {
    white-space: nowrap;
}

#logo {
	position:absolute;
	width:271px;
	height:116px;
	top:0;
	left:0;
}

#header {
	position:relative;
	width:720px;
	height:150px;
	margin:0 auto;
	padding:0;
}

#logo h1 {
	display:none;
	visibility:hidden;
}

#logo_text {
	position:absolute;
	top:50px;
	left:300px;
	color:#ff3300;
	font-size:1em;
	text-align:center;
}

#content {
	position: relative;
	width:820px;
	margin:0 auto;
	text-align:justify;
}

#content_left {
	width: 310px;
	float:left;
	padding:15px;
	margin: 0 10px 0 60px;
}
#content_right {
	width: 310px;
	float:right;
	padding:15px; 
	margin: 0 60px 0 10px;
}

#swipe_left a,
#swipe_right a {
    text-indent: -9999em;
    background: url('/images/nav-arrows.png') 0 0 no-repeat;
    width: 50px;
    height: 23px;
    display: block;
    position:absolute;
    top:100px;
}

#swipe_left a {
    left: 0px;
}

#swipe_right a {
    background-position: -50px 0;
    right: 0px;
}

#swipe_left a:hover {
    background-position: 0px -23px;
}

#swipe_right a:hover {
    background-position: -50px -23px;
}

.welcome {
	color: #ff3300;
	display: block;
	text-align: center;
	padding:5px;
	font-family:serif;
	font-size:2em;
}
.highlight {
	color:#006e12;
	width: 700px;
	margin: 20px auto;
	font-style: oblique;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

@media print {
	body,td,p, a {
		font: normal 10pt/12pt Times,serif;
		background: none;
	}
	#wrapper, #content, .highlight {
	    width: 6.5in;
	}
	#content_left {
		width: 2.9in;
		float:left;
		padding:10px;
		margin: 0 5px;
	}
	#content_right {
		width: 2.9in;
		float:right;
		padding:10px; 
		margin: 0 5px;
	}

	#topnav {
		display: none;
		visibility: hidden;
	}
	
	#content {
		text-align: left;
	}
	
	#logo h1 {
		position:relative;
		display:normal;
		visibility:visible;
	}
	
	#logo_text {
		position:relative;
		color:#000000;
		font-size:14px;
		text-align: left;
	}
	#swipe {
	    display: none;
	}
	.welcome {
		color: #000;
	}
	
	.highlight {
		color:#000;
	}}
