/* copyright Rebekah Ahrens rebekah[at]urbanfarmgirl[dot]net */
html {
	text-align: center;
	background: #281f00;
}

body {
	margin: auto auto;
	font-size: 76%;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	width: 770px;
}

table {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}

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

#header {
	background: url(../images/head.png) no-repeat top right;
	width: 770px;
	height: 74px;
	margin: 10px 0 0 0;
}

#header h1 {
	width: 770px
	height: 74px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
}

#header h1 span {
	display: none;
}

#sidewrap {
	float: left;
	width: 180px;
}

#nav {
	background: #b9121b url(../images/top_nav.gif) no-repeat top left;
	width: 180px;
	color: #fcfae1;
	border-right: 1px solid #281f00;
	margin: 40px 0 0 0;
}

#nav ul {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	list-style: none;
	background: url(../images/bottom_nav.gif) no-repeat bottom left;
}

#nav ul li {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
} 

#nav ul li ul {
	background: none;
	border: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	padding: 0 0 0 5px;
	display: block;
	border-bottom: 1px solid #fcfae1;
}

#nav ul li a:hover {
	color: #281f00;
}

#nav .last a {
	border-bottom: none;
}

#nav .major a, #nav .major span {
	background: url(../images/note.gif) no-repeat left;
	padding: 0 0 0 14px;
}

#nav .major li a {
	background: none;
	padding: 0 0 0 28px;
}

#logo {
	text-align: center;
}

#content {
	float: right;
	width: 568px;
	margin: 0 0 0 0;
	padding: 0;
	background: #fcfae1 url(../images/translogo.jpg) no-repeat top center;
	color: #281f00;
}

#content p, #content ul, #content h2, #content h3, #content h4, #content h5, #content h6, #content table, #content form {
	padding: 0 10px 0 10px;
}

#content ul {
	padding: 0 0 0 20px;
}

#content table {
    width: 90%;
	margin: auto auto;
}

#content a {
	color: #b9121b;
}

#content img {
	padding: 10px;
}

#content #footer {
	background: url(../images/footer.gif) no-repeat bottom right;
	height: 25px;
}

#content #footer p {
	padding: 7px 0 0 298px;
	font-size: .8em;
	color: #fcfae1;
	text-align: center;
}

#content #footer a {
	color: #fcfae1;
}