html {}

body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #8E6867;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000;
}

a {
	color: #993333;
}

a:link {
	color: #660000;
	}

a:visited {
	color: #996666;
	}

a:hover {
	color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-style: italic;
	}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}
	
.feature h2 {
	padding-top: 0;
	line-height: 1.3em;
}

*html .feature h2 {
	padding-top: 0.75em;
}

h1 + h2 {
	margin-top: 0;
}

h2 + h3 {
	margin-top: 0.5em;
}

p { 
	margin-top : 0;
	margin-bottom : 0.6em;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer p {
	font-size: 0.7em;
}

/*
p + p { 
	text-indent: 1em;
}
*/

em {
	font-style: italic;
}
	
em em, .feature em {
	font-style: normal;
}

address {
	margin: 0 0 2em 3em;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.6em;
}

abbr, acronym {}

blockquote, q { 
border-left : 3px solid gray;
padding-left : 0.5em;
margin: 2em 2em 2em 1em;
font-family : "Lucida Fax", Constantia, "Palatino Linotype", Georgia, serif;
font-size: 90%;
}

code, kbd {
	font-family: Consolas, "TheSans Mono", "Thesis Mono", "TheSansMono-5 Normal", "Lucida Console", "Lucida Grande Console", "Lucida Sans Typewriter", "Andale Mono", monospace;
	font-size: 95%;
}

pre {
	font-family: Courier, Monaco, "American Typewriter", monospace;
	line-height: 1.45em;
	color: #eee;
	background-color: inherit;
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	border-width: 1px 0 1px 0;
	border-color: #6b6b6b;
	border-style: dashed;
}

dt { font-weight: bold; margin-top: 0.5em;}

dd {
	margin: auto auto 2.5em 2em;
}

dd p {
	margin: 0 0 1em 0;
}

	
ul, ol {
	padding-left: 1.25em;
	margin: 0 0 1em 0;
}

ul ul {
	list-style-type: square;
	line-height: 1.5em;
	margin-bottom : 0.6em;
	font-size: 0.8em;
}

ul ul ul {
	list-style-type: square;
	line-height: 1.5em;
	margin-bottom : 0.6em;
	font-size: 0.8em;
}

li {
	margin: 0 0 0 0;
	line-height: 1.5em;
	margin-bottom : 0.4em;
	font-size: 0.8em;
}

hr {
	height: 1px;
	margin: 2em 1em 4em 0;
	text-align: center;
	border-color: #777;
	border-width: 0;
	border-style: dotted;
}

sup {
	line-height: 0;
}

.caption {}

img {
	margin: 0;
}

img.noborder {
	margin: 0;
}

img.left {
	margin: 0;
}

img.right {
	margin: 0;
}


