body {
	margin:0;
	padding:0;
	color: black;
	font-family: helvetica;
	background: sienna;
	}
	
a {
	color: sienna;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
	}	
	
.home
{
		color:#CC9933;
		text-decoration:none;
}


h1 {
	position: relative;
	float: left;
	width: 87%;
	z-index:100;
	margin:30px 0 0;
	padding: 0 0 0 0;
	font-size:600%;
	letter-spacing: -5px;
	line-height:.7em;
	color: goldenrod;
		}
img
{
	width:100%;
	padding-right:0px
	
}
h1 em {
	display: inline;
	margin: 0 0 0 -20px;
	font-style: normal;
	color: rgb(165,68,51);
	}


#home {
	position:absolute;
	top:10px;
	right:0;
	z-index:1;
	font-size:400%;
	line-height:.5em;
	font-weight: bold;
	font-family: helvetica;
	font-variant:small-caps;
	}
	

#content {
	float: right;
	width: 87%;
	min-width: 620px;
	margin:  0;
	color: rgb(189,134,96);
	background:white;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;


	}

#content h2 
{
	color: sienna;
	float:left;
	width: 365px;
	margin: 0 20px 0 0;
	padding:0;
	font-size:380%;
	line-height:3.2em;
	background: goldenrod;
	font-family: "Gill Sans",verdana,sans-serif;
	text-transform: uppercase;
	letter-spacing: -3px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	}
	
p {
	max-width: 780px;	
	margin:0;
	padding:10px 20px;
	font-size:270%;
	line-height:2em;
	}
	
#twitter_update_list	
{
	max-width: 780px;	
	margin:0;
	padding:10px 20px;
	font-size:270%;
	line-height:2em;
}

