body {
	background-color: #352a17;
	min-width: 915px;
}

#headerRepeatingBackground{
	position: absolute;
	background: url(images/tileleft.png) repeat-x top;
	height: 265px;
	width: 100%;
	top:0px;
	left:0px;
	min-width: 915px;
}

#centerContainer {
	height: 100%;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	min-width: 915px;
}

#headerGraphic {
	background-image: url(images/headergraphic.png);
	height: 265px;
	width: 915px;
}

#headerShadow {
	background-image: url(images/headerShadow.png);	
	height: 14px;
	width: 100%;
	position:absolute;
	top: 251px;
	min-width: 915px;
}

#bodyBurn {
	background-image: url(images/bodyburn.png);	
	height: 330px;
	width: 100%;
	position: absolute;
	top:14px;
}

#lowerContainer {
	position: absolute;
	top: 265px;
	min-width:910px;
}
	
.postContainer {
	width:500px;
	position: absolute;
	top: 60px;
}

#contentBox {
	position: relative;
	top: 60px;
	float: left;
	width: 500px;
	border-right: 5px dotted #617070;
	padding-right: 	30px;
}

#rightContainer {
	float:right;
	width:370px;
	position: relative;
	top:18px;
}

#navLinks {
	width: 370px;
	text-align: right;
}

#whatsNewBox {
	background-color: #617070;
	width: 340px;
	margin-left:auto;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding-bottom: 10px;
}

.quote {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}

.author {
	display: block;
	margin-right: 20px;
	text-align: right;
	font-style: italic;
}

.footer{
	content:string("Copyright 2009 Sara Drew.");
	clear:both;
	position: relative;
	bottom: -50px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.footer p{
	font-size: 10px
}

p a{
	text-decoration: none;
}

p a:hover{
	text-decoration: underline;
	color:#cce0e0;
}


h3 {
	color: #cce0e0;
	border-bottom: 5px dotted #cce0e0;	
	width: 290px;
	position: relative;
	top: 15px;
	left: 20px;
	padding-bottom: 10px;
	padding-left:1px;
	margin-bottom: 30px;
}

p, h1, a, h2, h3, h4, h5, label, h6, date{
	font-family: "Helvetica Neue", "Tahoma", "Geneva", sans-serif;
	font-weight: lighter;	
}

p, h1, a:hover, h5, label{
	color: white;
}

.date {
	font-style: italic;
	font-size: 10px;
	margin-top: -22px;
	margin-bottom: -13px;
}
	
h1 {
	font-size:60px;
	margin-top: -20px;
}

p, h5 {
	font-size:14px;
	line-height: 24px;
}

h5 {
	padding-left: 10px;
	font-weight: bolder;
	border-left: 3px #cce0e0 dotted;
	margin-bottom: -30px;
}

h4 {
	color: #cce0e0;
	font-size: 20px;
	margin-bottom: -10px;
}

h6 a{
	font-size: 30px;
}

h6 a:hover{
	text-decoration:underline;
	color: #cce0e0;
}

h2{		
	font-size:50px;
	line-height: 50px;
}

h2+h2{		
	margin-top:-30px;
	}

a {
	color: #617070;
	text-decoration: none;		
}

h2 a {
	display:block;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
}

h2 a:hover {
	background-color: #617070;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

h2 a:active {
	background-color: #cce0e0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#selected {
	color: white;
	background-color: #617070;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}



