/* ////////////////////////////////////////////   Reset default styles   ////////////////////////////////////////////*/


h1,h2,h3,h4,td,tr,table,div,span,a,img,body,html {padding:0px;margin:0px;font-family:verdana;font-size:1em;border:0px;border-collapse:collapse}
tr,td{vertical-align:top;text-align:left}
h1,h2,h3,h4 {font-weight:normal}


/* ////////////////////////////////////////////   Main styles   ////////////////////////////////////////////*/

html {height:100%}
body {height:100%;background:url('/images/site/tile.jpg') top left #e4d0af;font-size:0.8em;text-align:center}

a{color:#c44703;text-decoration:none}
a:hover{color:black;text-decoration:underline}

h1 {color:#CF6B00;font-family:arial;font-size:3em;margin-bottom:20px;letter-spacing:-1px;text-align:left}
h1.top {color:#EEE;background:#333;padding:10px;font-family:arial;font-size:3em;margin-bottom:20px;}
h2 {color:#555;font-family:arial;font-size:1.7em;margin:30px 0 15px;}
h3 {color:#AAA;font-family:arial;font-size:1.5em;margin:25px 0 10px;}


/* ////////////////////////////////////////////   BOX styles   ////////////////////////////////////////////*/




/* ////////////////////////////////////////////   Page-specific styles   ////////////////////////////////////////////*/

#topstrip {
	background:url('/images/site/sheet_top.jpg') top left no-repeat;
	height:50px;
	width:1000px;
	margin: 0 auto;
	}
#container {
	background:url('/images/site/sheet_main.png') top center repeat-y;
	width:1000px;
	margin: 0 auto;
	}
#topbackground {
	
	background:url('/images/site/sheet_maintop.png') top center no-repeat;
	width:1000px;
	margin: 0 auto;
	}
#main{	
	text-align:left;
	width:870px;
	margin:0 65px;
	min-height:500px;
	background:#fbf9ed;
	}
#nav{
	float:left;
	width:200px;
	}
#nav a{display:block;padding:10px;color:#AAA;border-top:1px solid #EEE;text-align:center;font-size:1.3em;font-family:arial}
#nav a.active{color:#777}
#nav a:hover{color:#222;text-decoration:none}

#content{
	float:left;
	width:670px;
	}
#content .padding{padding:10px 10px 10px 20px;}

#footer {
	background:url('/images/site/sheet_bottom.png') bottom left no-repeat;
	height:152px;
	width:1000px;
	margin: 0 auto;
	}