html,body{border:0;outline:0;text-decoration:none;font-size:100%;vertical-align:baseline;background:#770505;margin:0;padding:0}
html { height:101%; }
body { font-family: "Caslon Pro Regular","Palatino Linotype",Palatino,"Georgia","georgia",Georgia,georgia,Times,serif; font-size: 11px; line-height: 1.5em; font-weight: 300; background: #770505; color: #f1e5e5;}
a { outline: none;  text-decoration: none; border-bottom: 1px dotted #f1e5e5; color: #f1e5e5;  }
a:hover, a:active, a.sel { color: #f1e5e5; border-bottom: 1px solid #570504; }
a#donate { border: none; }

div#container {
	width: 974px;
	margin: 0 auto
}

div#html {
	width: 568px;
	margin: 0 auto;
	background: #770505 url('../_img/bg.png') repeat-y 50% 50%;
	position: relative;
}

.caps { font-variant: small-caps; }

	div#html p,
	div#html h1,
	div#html h2 {
		text-align: center;
	}
	
	div#top img { padding: 20px 72px; }

	div#top {
		padding: 90px 110px 0;
		height: 377px;
		background: url('../_img/top.png') no-repeat 100% 0;
	}
	
		div#top h1 {
			font-size: 30px;
			line-height: 35px;
			font-weight: 300;
		}
		
		div#top ul {
			list-style: none;
		}
		
			div#top li {
				margin-left: -8px;
				padding-left: 17px;
				background: url('../_img/bullet.gif') no-repeat 0 0;
				font-size: 14px;
				line-height: 18px;
				margin-bottom: 18px;
			}
			
	div#bottom {
		padding: 10px 110px 90px;
		height: 214px;
		background: url('../_img/bottom.png') no-repeat 50% 100%;
	}

		div#bottom h2 {
			font-size: 24px;
			line-height: 30px;
			font-weight: 300;
			/*padding-top: 0;
			margin-top: 0;*/
		}
		
		div#bottom img {
			border: 0;
			padding: 10px 89px;
		}
		
div#top p {
	padding-left: 20px;
	padding-right: 20px;
}

div#top p,
div#bottom p {
	font-family: 'Lucida Grande', Lucida, Verdana, FreeSans, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: 100;
}

/* Clearfix -- Use on element that contains multiple floating elements */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix        { display: block; }
/* End hide from IE-mac */
