﻿* { font-size: 1em; }

html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.2 Helvetica Neue, Arial, Verdana, sans-serif;
	background:#e0a63a url(/!img/ark_voices_main_bg.gif) repeat-x;
}

#top { background:url(/!img/ark_voices_main_bg.gif); height:371px; width:959px; display: inline-block; }
#bottom { width:940px; margin:-54px auto; display: inline-block; }
#text { background:#ead3a8; padding:20px; display: inline-block; }

p { margin: .2em 0 1.2em; color:#444444; }

ul, ol { margin: .5em 0 1em 0; padding: 0 3em 0 0; } /* reset on ul,ol to make browsers behave the same */

h1 {/* frame headings */ }
h2 {/* content headings */} 
h3 {/* content sub-heading */}


big { font-size: 1.2em; }
small { font-size: .83em; }

/* =LINKS 
**********************************/
a:link { color:#88350e; }
a:visited { color:#b38329; }


/* =LAYOUT (printsafe)
**********************************/
#wrapper { display: inline-block; margin:0 auto; width:959px; }
#wrapper:after {
	content: '.';
	clear: both;
	display: block;
	overflow: hidden; visibility: hidden;
	height: 0;
}

/* =CUSTOMIZATIONS
***********************************/




/* IEmac hack \*/
#wrapper { display: block; } 
* html #wrapper { height: 1%; }
/*
#wrapper => fixes IE 7/IE 5 mac
* html #wrapper => fixes IE < 7
*/

/* Set up print CSS here */
@media print {
	.nav { display: none; }
}