/* ------------------------------Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
}
body {
	font-size: .75em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ------------------------------Structure - Global*/
a {
}
a:visited {
}
a:hover {
}
a:focus {
}
a:active {
	
}
p {
	color: #000;
	line-height: 150%;
	text-align: justify;
}
/* ------------------------------Structure - Sticky Footer*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
/* ------------------------------Structure - Wrapper */
#wrapper {
	width: auto;
}
/* ------------------------------Structure - container */
#container{
	width: auto;
/* background: #be3dc6;opacity:.50;filter: alpha(opacity=50);throw away */
}
/* ------------------------------Structure - content */
#content{
}
#content h1{
	color: #6c1406;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .1em;
	padding: 5px 0 0 0;
}
/* ------------------------------Structure - Side Bar */
#side{
	height: 1px;
	visibility: hidden;	
}

/* ------------------------------Structure - Footer */
#footer{
	height: 1.5em;
	padding: 0;
	clear:both;
}
#footer ul li{
	display: inline;
	color: #a19c8b;
}
#footer a{
	color: #575546;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
}
#footer a:visited {
}
#footer a:hover {
	color: #000;
}
#footer a:focus {
	color: #000;
}
#footer a:active {
	color: #cd1d00;
}
/* ------------------------------Navigation */
#nav {
}
#nav a{
	color: #6c1406;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 150%;
}
#nav a:visited {
	color: #510c01;
}
#nav a:hover {
	color: #575546;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 150%;
}
#nav a:focus {
	color: #575546;
	font-weight: bold;
		font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 150%;
}
#nav a:active {
	color: #cd1d00;
	font-weight: bold;
	letter-spacing: .1em;
}