body {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Optima,Corbel,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 84%;
	line-height: 160%;
}

img {
	border: none;
}

a:link, a:visited {
	color: #f26631;
}

#rightnav a:link, #rightnav a:visited {
	color: #fff;
	text-decoration: none;
}

#rightnav a:hover, a.current:link, #rightnav a.current:visited  {
	color: #666;
}

/** background image stretch based on http://css-tricks.com/perfect-full-page-background-image/ **/
	
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}
	
div#container {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	width: 936px;
	margin: 0px auto 20px auto;
	background: #f26631;
	-moz-box-shadow: #f26631 4px 4px 10px;
	-webkit-box-shadow: #f26631 4px 4px 10px;
}
		
div#content {
	width: 630px;
	background: #fff;
	min-height: 400px;
	margin: 0 306px 0 0;
}

div#rightnav {
	float: right;
	width: 300px;
}


div#navbox {
	color: #fff;
	font-size: 1.2em;
	line-height: 170%;
	padding: 20px 10px;
	margin-bottom: 30px;
}

div#contact {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	padding: 0 20px 10px 0;
	color: #fff;
	font-size: 1.05em;
}

div#connect {
	font-weight: bold;
}

div#maintext {
	margin-top: 10px;
	padding: 30px;
}

div#imagetitle {
	position: relative;
	width: 960px;
	margin: 40px auto 0px auto;
}

div#tagline {
	float: right;
	margin: 5px 10px 0px 0px;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #aeb0b2;
	color: #fff;
	text-align:center; 
	line-height: 1.8em;
	padding: 2px 0px;
	border-top: 2px solid #f26631;
}

#footer a:link, #footer a:visited, #info a:link, #info a:visited {
	color: #fff;
}

div#info {
	width: 600px;
	margin: 20px 0 20px 0;
	-moz-box-shadow: #ccc 4px 4px 10px;
	-webkit-box-shadow: #ccc 4px 4px 10px;
	border: 1px solid #666;
	background-color: #aeb0b2;
	color: #fff;
	text-align:center; 
	line-height: 1.8em;
	padding: 2px 0px;
}