body {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	background:url(../images/backgrd_home.png)
	}
	
#container {
	background:url(../images/beadboard.png) repeat;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	border:solid #330 4px;
	}
#navigation {
	height:40px;
	border:solid #330 1px;
	font-size: 130%;
	cursor: default;
	}
	
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#navigation ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	float: left;
	border:solid #333 1px;
}

#navigation a:hover
{
		background-color:#996;
		font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation ul a
	{
		color:#333;
		display: block;
		width: 188px;
		text-decoration:none;
		background:#EEEEEE;
		height:30px;
		padding-top:9px;
		padding: 0 1px;
	}
#content
{
	width:750px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:#FFC;
	border:solid #300 1px;;
	padding-top:20px;
	padding-bottom:20px;
}
#header
{
	border:solid 1px #333333;
	background:url(../images/propbydiane_top.jpg) no-repeat;
	height:80px; 
}


	
.clearfloats {
	clear:both;
}	

#footer
{
	font-size:125%;
	padding-bottom:10px;
}