/*Blog Yay site design by Graphics Plant, Inc. 

Copyright 2007 Stephen Radford*/

body{
	background:url(images/bg.png);
	color: #5e7983;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link, a:visited{
	color: #8aaebe;
	text-decoration: none;
}

a:hover{
	background: #8aaebe;
	color: #ffffff;
	text-decoration: none;
}

a img{
	background: none;
	border: 0;
}



#content{
	width: 580px;
	margin: auto;
}

#header{
	background: url(images/header.png) no-repeat;
	width: 578px;
	height: 76px;
}

#text{
	margin-top: 20px;
	margin-bottom: 40px;

}

#footer{
	text-align: center;
}

.post{
	width: 500px;
	margin: auto;
 margin-bottom:20px;}

h2{
	font-size: 12pt;
}

/*nav items*/

a#home{
	background: url(images/speechoff.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}
	
	
a#home:hover{
	background: url(images/speechon.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}

a#homeon{
	background: url(images/speechon.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}

a#see{
	background: url(images/seeoff.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}
	
	
a#see:hover{
	background: url(images/seeon.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}

a#seeon{
	background: url(images/seeon.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}

a#say{
	background: url(images/sayoff.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}
	
	
a#say:hover{
	background: url(images/sayon.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}

a#sayon{
	background: url(images/sayon.png) no-repeat;
	width: 101px;
	height: 52px;
	float: right;
	margin-top: 20px;
}