body 
{
	font-family: Georgia;
	color: #333333;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

/*
body.happy #content {
	background-color:pink;
}
body.happy #center {
	
}
body.happy #bottom {
	
}
*/

#content
{
	margin: 0 auto;
}

#top
{
	text-align: center;
	padding-top: 30px;
	width: 501px;
	margin-left: auto;
	margin-right: auto;
}

#top img
{
	margin-top: 15px;
	margin-bottom: 30px;
}

#twitter_update_list li span
{
	display: block;
}

#twitter_update_list a.twitterlink
{

}

#bubble
{
	width: 494px;
	border-left: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	text-align: center;
	background-color: #ffffff;
}

#bubbletop
{
	background-image: url("bubble_top.png");
	background-repeat:no-repeat;
	background-position:top left;
	height: 26px;
}

#bubblebottom
{
	background-image: url("bubble_bottom.png");
	background-repeat:no-repeat;
	background-position:top left;
	height: 54px;
}

#shared
{
	display: none;
}

#center
{
	background-color: #eaeaea;
	padding: 30px;
}

#center p
{
	font-size: 1.5em;
	margin-top: 10px;
	line-height: 125%;
}

#columns
{
    width: 855px;
	margin: 0 auto;
}

#leftcolumn
{
	width: 265px;
	float: left;
	text-align: center;
}

#centercolumn
{
	width: 265px;
	float: left;
	margin-left: 30px;
	text-align: center;
}

#rightcolumn
{
	width: 265px;
	float: left;
	margin-left: 30px;
	text-align: center;
}


#bottom
{
	background-color: #d8d8d8;
	text-align: center;
	margin: 0;
	padding: 30px;
}

img
{
	border: 0;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 40px;
	font-size: 2em;
}

h1
{
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 15px;
	margin: 0;
}

p
{
	font-size: 0.8em;
	margin: 0;
	line-height: 150%;
}

a
{
	text-decoration: none;
}

a img
{
	vertical-align: bottom;
}

a:link
{
	color: #0099cc;
}

a:visited
{
	color: #0099cc;
}

a:hover
{
	background-color: #0099cc;
	color: #ffffff;
	text-decoration: none;
}

a.ImageLink
{
	background-color: transparent;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



