body {
	background-repeat: repeat;
	background-image: url(images/houndstooth3.png);
	height: 700px;
	background-color: #5595e5;
}

#blog {
	padding: 0px;
	margin: 25px 0px 0px 10px;
	position: absolute;
	display: block;
	width: 535px;
	height: 655px;
	top: 0px;
	left: 366px;
	float: none;
	border: 4px solid #2fd8b9;
}
#central {
	position: absolute;
	height: 635px;
	width: 290px;
	top: 0px;
	padding: 10px;
	margin: 25px 0px 0px 40px;
	border: 4px solid #ff6fcf;
	background-color: #004080;
	color: #5595e5;
}

#omni {
	width: 950px;
	background-color: #cc3188;
	top: 15px;
	left: 18px;
	font-size: 12px;
	font-family: Frutiger, "Lucida Grande", Helvetica, Verdana, sans-serif;


}

a {
	font-family: Frutiger, "Lucida Grande", Helvetica, Verdana, sans-serif;
	color: silver;
}


h1 {
	color: #2fd8b9;
	font-size: 22px;
}

li{
	font-size: 12px;
	padding: 0px;
	padding-bottom: 5px;
	margin-left: -25px;
	text-indent: 0px;
}

p {
	color: white;
	font-family: Frutiger, "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

p.right {
	text-align: right;
}

img {
	border-style: none;
}

table {
	border: none;
}



/* style for embedded twitter feed */

#twitter_div{
	font-family: Frutiger, "Lucida Grande", Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: white;
	font-size: 11px;
	padding: 0px;
	width: 375px;
	margin: 0px;
	position: absolute;
	top: 175px;
	border-top: solid 1px #ff6fcf;

}
h2.twitter-title{
	font-size: 20px;
	color: #ff6fcf;
	margin: 0px;
	padding-top: 5px;
}

twitter_div a {
	color: #2fd8b9;
}

