@font-face {font-family: vollkorn; src: url('../inc/fonts/vollkorn.otf') format("opentype");}
@font-face {font-family: vollkorn; src: url('../inc/fonts/vollkorn.otf') format("opentype"); font-weight: bold;}

.print {position:absolute; top:-1000px; left:-1000px;}

body {background-color:#444; color:#111; font-family:vollkorn,Arial,Helvetica,sans-serif; margin:0; font-size:20px; line-height:20px; text-align:left; text-transform:lowercase;}
a {outline:0;}
ul {list-style-type:none; margin:0; padding:0;}
li {border-bottom:1px solid #000; padding:10px 0 16px 0;}
li:last-child {border:0 none;}

a {color:#000; text-decoration:none;}

h1 {margin:0 0 10px 0; padding:0; font-size:73px; color:#000; line-height:73px;}
h2 {font-size:35px; line-height:35px; margin:0;}
strong {font-weight:normal;}
.container {background:url(../grfx/container.png) 0 0; float:left; margin:50px; width:505px; padding:40px; z-index:10; position:relative; -moz-border-radius: 15px; border-radius: 15px;}

/* BGstretcher */
/*
	Background Stretcher jQuery Plugin
	© 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/


.bgstretcher {
	background:#fff;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
