body {
	background: #6d4410 url("images/bg.jpg") repeat top right;
	font-family: Helvetica,Geneva,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #7E5E24;
}
/*Headings*/
h1, h3, h5 {
	color: #6d4410;
}
h2, h4, h6 {
	color: #6d4410;
}
h1 {
	font-size: 1.4em;
	margin: 1em 0;
}
h2 {
	font-size: 1.3em;
	margin: .8em 0;
}
h3 {
	font-size: 1.2em;
	margin: .7em 0;
}
h4 {
	font-size: 1.15em;
	margin: .65em 0;
}
h5 {
	font-size: 1.1em;
	margin: .6em 0
}
h6 {
	font-size: 1.05em;
	margin: .55em 0
}
/*Text*/
em {
	font-style: italic;
}
strong {
	font-style: bold;
}
small {
	font-size: .7em;
}
/*Anchors*/
a {
	color: #6d4410;
}
a:hover {
	text-decoration: none;
}
/*Paragraphs*/
p {
	margin:  0 0 1em 0
}
/*Lists*/
ul {
	color: #6d4410;
	list-style-image: url("images/bullet-paw.png"); 
	padding-left: 1em;
	margin: .25em 0 0 1em
}
li ul {
	list-style: circle;
}
ol {
	list-style: decimal;
	padding-left: 1em;
	margin: .25em 0 0 1em
}
dl {
	margin: .25em 0 0 1em;
}
dt {}
dd {
	margin: 0 0 0 1em;
}
/*Form Elements*/
form {}
fieldset {
	border: 1px solid #CCC;
	padding: 1em;
}
legend {
	font-size: 1.2em;
}
input, textarea {
	border: 1px solid #c5980b;
	padding: .2em;
}
input:focus, textarea:focus {
	border: 1px solid #6d4511;
}
input[type="submit"]:hover, input[type="reset"]:hover, button {
	background: #c5980b;
	border: 1px solid #6d4511;
	color: #6d4511;
}
input[type="submit"], input[type="reset"], button {
	background: #6d4511;
	color: #c5980b;
}
input[type="radio"], input[type="checkbox"], input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 1em;
}
th {
	background: #6d4511;
	border: 1px solid #777;
	padding: .3em;
	text-align: center;
}
tr {
	background: #FFF;
	border: 1px solid #777;
}
tr:nth-child(odd) {
	background: #DDD;
}
td {
	border: 1px solid #777;
	padding: .3em;
}
/*Misc Stuff*/
img {
	margin: .5em .9em;
	border: 3px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
sup {
	font-size: .8em;
	vertical-align: super;
}
sub {
	font-size: .8em;
	vertical-align: sub;
}
cite {
	font-style: italic;
}
blockquote {
	margin: 2em;
	quotes: "\201C" "\201D";
}
blockquote:before { 
	content: open-quote; font-weight: 900; 
}
blockquote:after { 
	content: close-quote; font-weight: 900; 
}
abbr, acronym {
	border-bottom: 1px dotted red;
	cursor: help;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .85em;
}
.underline {
	text-decoration: underline;
}
.small {
	font-size: .85em;
}
