body {
	background-image:url(../img/bg.jpg);
	margin: 0 auto;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #3f3f3f;
}

#intro {
	background-image:url(../img/bg.intro.jpg);
	background-repeat:repeat-x;
}

#nav {
	border-top-color:#744834;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#744834;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin: 10px 0 10px 0;

}

#nav a {
	color: #efe4c8;
	text-decoration:none;
	margin:  0 10px 0 10px;
	padding: 5px;
	line-height:28px;
}

#nav a:hover {
	color: #59301e;
	background-color:#efe4c8;
	text-decoration:none;
	margin: 0 10px 0 10px;
}

#content {
	border-top-color:#efe4c8;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#efe4c8;
	border-bottom-style:solid;
	border-bottom-width:3px;
	background-color:#ffffff;
	margin: 0 0 10px 0;
	padding: 3px;
}

h1 {
	color: #59301e;
	font: bold 23px Baskerville, Georgia, "Times New Roman", Times, serif;
}

a {
	color:#59301e;
	text-decoration:none;
}

.gradient {
	background-image:url(../img/gradient.jpg);
	background-repeat:repeat-x;
}


.tags
{
	margin-top:10px;
	}