html{
	margin:0;
}
 
body {
	background:url(images/blackbg.gif);
	padding:0px;
	margin:0px;
}

body a, body img {
	border:0px;
}

#BookOfTheIsDiv{
	position:absolute;
	right:9px;
	top:9px;
}
#TopDiv, #BottomDiv {
	position:relative;
	background-color: #990000;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#BottomDiv {
	position:relative;
	z-index:2;
	background-color: #ffffff;
	top:570px;
	height:100%;
}

/* ========================================================= */
/* Top Div Begin */
#MouseOverImgDiv {
	position:absolute;
	padding:0px;
	margin:0px;
	z-index:1;
	background-color: #990000;
	top:160px;
	left:175px;
	width:250px;
	height:250px;
}

#ArrowOverlay {
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:2;
	top:0px;
	left:0px;
	width:800px;
	height:570px;
	background:url(images/arrow_cover.png);
	background-repeat:no-repeat;
	border-left:0px solid black;
	border-right:0px solid black;
}

#Links {
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:3;
	top:80px;
	right:0px;
	width:260px;
	height:475px;
}

#MailingList {
	position:absolute;
	z-index:3;
	top:445px;
	left:20px;
	width:190px;
	height:110px;
	text-align:left;
	font-family: arial, helvetica, verdana, sans-serif
}

#LinkSummary {
	position:absolute;
	z-index:3;
	top:80px;
	left:460px;
	width:150px;
	height:110px;
	text-align:left;
	color:white;
	font-size:12px;
	font-family: arial, helvetica, verdana, sans-serif
}

#Donate {
	position:absolute;
	z-index:3;
	top:450px;
	left:405px;
	width:150px;
	height:110px;
	text-align:left;
	color:white;
	font-size:12px;
	font-family: arial, helvetica, verdana, sans-serif
}

/* Top Div End */
/* ========================================================= */

#BlogTitleBar {
	text-align:left;
	position:relative;
	width:100%;
	height:32px;
	background:black;
	padding:0px;
	color:white;
	font-size:10px;
	font-family: arial, helvetica, verdana, sans-serif
}

#BlogTitle {
	text-align:left;
	padding-top:2px;
}
#blogObject{
	width:100%;
	height:1000px;
}

#ContactBox {
	width:400px;
	position:absolute;
	right:0px;
	top:0px;
}

#ContactInfo {
	position:absolute;
	text-align:center;
	width:150px;
	height:32px;
	color:white;
	font-size:10px;
	font-family: arial, helvetica, verdana, sans-serif
}

#Blog {
	padding-left:140px;
	text-align:left;
height: 1000px;
}

#wpblog {
	width:640px;
	padding:auto;
	margin:auto;
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	background: url('simplepie/wrap.png');
	background-repeat: repeat-y;
}

#wpblog .post {
	padding:auto;
	margin:auto;
	width:500px;
	font-size: 14px;
	word-wrap:break-word;
}

#wpblog .post a {
	color:#FF66CC;
}

#wpblog .post a:hover {
	color:#D02A57;
}

#wpblog .post a.title {
	font-size:34px;
	text-decoration:none;
}

#wpblog .post .date {
	font-size:16px;
	color:#FF66CC;
}

#TwitterPanel {
	position:absolute;
	top:30px;
	left:0px;
	text-align:center;
	width:140px;
	padding:0px;
	font-size:12px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-decoration:none;
	overflow:auto;
}

#TwitterPanel a {
	text-decoration:none;
}

#TwitterMain ul {
	left:0;
	font-family: arial, helvetica, verdana, sans-serif;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

.TweetSeparator {
	height:1px;
	background-color:black;
	width:100px;
}
