	body {
		background-color: #EDE0CD;
		margin-left: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-top: 20px;
		color: #7d4520;
		font-size: .8em;
		font-family: Arial, Verdana, sans-serif;
	}

	a {
		text-decoration: none;
		color: #551900;
	}

	a:hover {
		text-decoration: underline;
		color: #551900;
	}

	#header {
		font-size: 1.0em;
		color: #C29E62;
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 70px;
		text-align: right;
		margin: auto;
		background-repeat: no-repeat;
		background-image: url(header.jpg);
		height: 140px;
		width: 630px;
	}

	#header a {
		text-decoration: none;
		font-size: 1.0em;
		color: #cfb074;
	}

	#header a:hover {
		text-decoration: underline;
	}

	#nav {
		padding-right: 15px;
		padding-left: 15px;
		margin: auto;
		background-image: url(nav_bg.jpg);
		background-repeat: no-repeat;
		height: 37px;
		width: 700px;
	}

	#nav2 a {
		padding-left: 7px;
		padding-bottom: 3px;
		padding-right: 7px;
		padding-top: 7px;
		float: right;
		color: white;
		background-position: left top;
		text-decoration: none;
		display: block;
		background-image: url(nav_hover.jpg);
		background-repeat: no-repeat;
		height: 37px;
	}

#nav2 a:hover {
		padding-left: 7px;
		padding-bottom: 3px;
		padding-right: 7px;
		padding-top: 7px;
		float: right;
		color: white;
		background-position: left top;
		text-decoration: none;
		display: block;
		background-image: url(nav_hover.jpg);
		background-repeat: repeat-x;
		height: 37px;
	}

	#main {
		padding-right: 30px;
		padding-left: 15px;
		padding-bottom: 10px;
		height: auto;
		margin: auto;
		width: 685px;
		background-image: url(main_bg.jpg);
		background-repeat: repeat-y;
	}

	#main2 {
		padding-right: 30px;
		padding-left: 15px;
		padding-bottom: 10px;
		height: auto;
		margin: auto;
		width: 685px;
		background-image: url(main_bg.jpg);
		background-repeat: repeat-y;
	}

	#footer {
		font-family: Times, Georgia, serif;
		text-align: center;
		font-weight: bold;
		font-size: 1.4em;
		color: white;
		padding-top: 10px;
		padding-right: 50px;
		padding-left: 50px;
		height: 68px;
		margin: auto;
		width: 630px;
		background-image: url(footer_bg.jpg);
		background-repeat: no-repeat;
	}

	#copy {
		font-size: .8em;
		color: #cfb074;
		padding-right: 50px;
		padding-left: 50px;
		margin: auto;
		width: 630px;
	}

	#copy a {
			text-decoration: none;
		color: #cfb074;
		}

	#copy a:hover {
			text-decoration: underline;
		color: #cfb074;
		}

	h1 {
		font-family: Times, Georgia, serif;
		margin-top: 0px;
		padding-top: 0px;
		color: #cfb074;
		font-size: 2em;
	}

	h2 {
		color: #551900;
		font-size: 1.2em;
	}

	hr {
		border-top-color: #cfb074;
		border-left-style: none;
		border-bottom-style: none;
		border-right-style: none;
		border-top-style: solid;
	}

.form_box {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid silver;
	width: 100%;
	margin-bottom: 2px;
}

.submit_button {
	border: 1px solid #bbb;
	background-image: url(nav_hover.jpg);
		background-repeat: repeat-x;
	font-size: 9pt;
	color: #000;
	cursor: pointer;
	margin-right: 10px;
	height: 26px;
	padding-bottom: 2px;
}

table {
	border-style: none;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}

#twitter_div{
	margin-left: 10px;
	width: 250px;
}

	.feed a {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(feed-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed a:hover {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(feed-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed2 a {
		font-weight: bold;
		font-size: 1.2em;
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(wordpress-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed2 a:hover {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(wordpress-icon-24x24.jpg);
		background-repeat: no-repeat;
	}

	.feed3 a {
		font-weight: bold;
		font-size: 1.2em;
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(Twitter-24x24.png);
		background-repeat: no-repeat;
	}

	.feed3 a:hover {
		padding-left: 28px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: left center;
		background-image: url(Twitter-24x24.png);
		background-repeat: no-repeat;
	}

	.more {
		text-align: right;
		font-size: 80%;
	}

	.date {
		color: #b3b3b3;
		font-size: 80%;
	}

	#twitter_update_list li{
	margin-bottom: 15px;
	}
	
	
	
.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
		color: #b3b3b3;
		font-size: 80%;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 15px;
}

#example2 div a{ /*CSS specific to demo 2*/
font-weight: bold;                           
text-decoration: none;
}

#example2 div a:hover{ /*CSS specific to demo 2*/
text-decoration: underline;
}

code{ /*CSS for insructions*/
color: red;
}

