body {
	background: url(images/backg.jpg) no-repeat fixed;
}

#outer {
	height: 400px;
	overflow: auto;
	position: relative;
	width: 100%;
}
#outer[id] {
	display: table;
	position: static;
}
#middle {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
} /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	top: -50%;
	text-align: left;
} /* for explorer only */
#inner {
	width: 603px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
} /* for all browsers*/
/* optional: #inner[id] {position: static;} */
#navigation {
	width: 600px;
	height: 20px;
	border: solid;

}
#navigationItem {
	width: 120px;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#navigationItem a {
	color: #000000;
	text-decoration: none;
}
#contentBox {
	width: 600px;
	height: auto;
	border: solid;
	margin-top: -3px;
	border-top: none;
	text-align: center;
}
/* Blog Section */
#blogBox {
	width: 600px;
	height: auto;
}
#blogTitle {
	width: 600px;
	height: 20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: larger;
}
#blogBody {
	width: 600px;
	height: auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
#blogTimestamp {
	width: 600px;
	height: 20px;
	text-align: left;
	font-size: small;
}
#blogComments {
	width: 600px;
	height: 20px;
	text-align: right;
	font-style: italic;
	text-decoration: none;
}
#blogAddComments {
	width: 600px;
	height: 20px;
	text-align: left;
	text-decoration: none;
}
#displayText {
	text-decoration: none;
	color: #000;
}
#displayText {
	text-decoration: none;
	color: #000;
}
#blogOthers {
	text-align: right;
	font-size: small;
	width: 600px;
	height: auto;
}
#blogOthers a {
	color: #000000;
	text-decoration: none;
}
#blogSpacer {
	width: 600px;
	height: 10px;
}
/*Blog Comments*/
#commentContainer {
	width: 600px;
	height: auto;
}
#addCommentContainer {
	width: 600px;
	height: auto;
}
#commentUsername {
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 600px;
	height: auto;
}
#commentBody {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 600px;
	height: auto;
}
#commentTime {
	text-align: right;
	font-size: small;
	width: 600px
	height: auto;
}
#leaveCommentCredential {
	text-align: left;
	width: 600px;
	height: auto;
}
#leavecommentBody {
	text-align: left;
	width: 600px;
	height: auto;
}
/*Twitter section */
#tweetBody {
	width: 600px;
	height: auto;
	text-align: left;
}
#tweetBox {
	width: 400px;
	height: 400px;
	float: left;
	background-image: url(images/tweet.png);
}
#tweetBoxSpacer {
	width: 400px;
	height: 100px;
}
#tweetBoxSpacer2 {
	width: 50px;
	height: 100px;
	float: left;
}
#tweetContainer {
	width: 300px;
	height: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}
#tweetTimeContainer {
	width: 300px;
	height: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: small;
	font-style: italic;
	color: #999;
}
#tweetDP {
	width: 200px;
	height:400px;
	float: left;
}
#tweetDPSpacer {
	width: 200px;
	height: 50px;
}
/*DailyBooth*/
#boothBox {
	width: 600px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	
}
/*Foursquare*/
#foursquarebox {
	width: auto;
	height: 20px;
	float: right;
	background-color: #FFF;
	border: solid;
	border-color: #000;
	border-width: thin;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
	font-size: small;
	color: #666;
}
/*List previous Posts Section */
#prevEntryContainer {
	width: 600px;
	height: 30px;
}
#prevTitleBox {
	float: left;
	width: 400px;
	height: 30px;
}
#prev_pub_date {
	float: left;
	width: 150px;
	height: 30px;
}
#prevLink {
	float: left;
	width: 50px;
	height: 30px;
}