body {
	font-family: 'Quattrocento', serif;
}

#header-container {
	width: 550px;
	height: 54px;
	margin: 0 auto;
	background: url('../images/logo.jpg') no-repeat scroll center center #FFF;
	text-indent: -9999px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}

#main > .scrollable {
	width: 999999px;
}

#main > .scrollable > .page {
	width: 880px;
	height: 600px;
	padding: 0 20px;
	float: left;
}

#main > .scrollable > .page > h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

#nav {
	width: 600px;
	margin: 0 auto 20px auto;
	background: url('../images/menu.png') no-repeat scroll center center #FFF;
}

#nav ul li {
	display: block;
	width: 33%;
	float:left;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-indent: -99999px;
	cursor: pointer;
}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.un-reset{ line-height: 1.8em; }
.un-reset body{font:9pt/1.5em Arial,Helvetica,sans-serif;}
.un-reset pre,.un-reset code,.un-reset tt{font:1em/1.5em 'Andale Mono','Lucida Console',monospace;}
.un-reset h1,.un-reset h2,.un-reset h3,.un-reset h4,.un-reset h5,.un-reset h6,.un-reset b,.un-reset strong{font-weight:bold;}
.un-reset em,.un-reset i,.un-reset dfn{font-style:italic;}
.un-reset dfn{font-weight:bold;}
.un-reset p,.un-reset code,.un-reset pre,.un-reset kbd{margin:0 0 1.5em 0;}
.un-reset blockquote{margin:0 1.5em 1.5em 1.5em;}
.un-reset cite{font-style:italic;}
.un-reset li ul,.un-reset li ol{margin:0 1.5em;}
.un-reset ul,.un-reset ol{margin:0 1.5em 1.5em 1.5em;}
.un-reset ul li{list-style-type:disc;}
.un-reset ol li{list-style-type:decimal;}
.un-reset ol ol li{list-style:upper-alpha;}
.un-reset ol ol ol li{list-style:lower-roman;}
.un-reset ol ol ol ol li{list-style:lower-alpha;}
.un-reset dl{margin:0 0 1.5em 0;}
.un-reset dl dt{font-weight:bold;}
.un-reset dd{margin-left:1.5em;}
.un-reset table{margin-bottom:1.4em;width:100%;}
.un-reset th{font-weight:bold;}
.un-reset th,.un-reset td,.un-reset caption{padding:4px 10px 4px 5px;}
.un-reset tfoot{font-style:italic;}
.un-reset sup,.un-reset sub{line-height:0;}
.un-reset abbr,.un-reset acronym{border-bottom:1px dotted;}
.un-reset address{margin:0 0 1.5em;font-style:italic;}
.un-reset del{text-decoration:line-through;}
.un-reset pre{margin:1.5em 0;white-space:pre;}
.un-reset img.centered,.un-reset .aligncenter,.un-reset div.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.un-reset img.alignright{display:inline;}
.un-reset img.alignleft{display:inline;}
.un-reset .alignright{float:right;margin-left:10px;}
.un-reset .alignleft{float:left;margin-right:10px;}
.un-reset * html .clearfix{height:1%;}
.un-reset *+html .clearfix{display:inline-block;}
.un-reset .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.un-reset * html .group{height:1%;}
.un-reset *+html .group{display:inline-block;}
.un-reset .group:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}