html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
img,  s, small, strike, sup, sub, 
dl, dt, dd, ol, ul, li, form, fieldset, label, legend
				{ margin: 0; padding: 0;
				  border: 0; outline: 0;
				  font-weight: inherit;
				  font-style: inherit;
				  font-size: 100%;
				  font-family: inherit;
				  vertical-align: baseline;
				  background: transparent }
table, tr, td {
	padding:0; margin:0; height:auto;
}
p {
	margin:0; padding:0;
}
table {
	float:left;
}

/*-------------------------------------------------

STRUCTURE

-------------------------------------------------*/

body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman";
	color:#945F1F;
	font-size: 12px;
}

p {
	padding:5px 0
}
img {
	display: block;
}
li {
	list-style: none;
	margin-left: 10px;
}
a {
	text-decoration: none;
	color: #945F1F;
	font-size: 11px;
}


h1 {
	float:left;
	color: #945F1F !important;
	letter-spacing: 0.8px;
	font: normal 22px "Times New Roman" !important;
	font-weight: bold !important;
	width:100%;
	margin-bottom:10px;
}

h2 {
	float:left;
	color: #945F1F !important;
	letter-spacing: 0.8px;
	font: normal 19px "Times New Roman" !important;
	font-weight: bold !important;
	width:100%;
	margin-bottom:10px;
}

#page {
	width: 1000px;
	margin:auto;
}
#head {
	width: 100%;
	height: 154px;
	float:left;
	background-image: url("../images/header.jpeg");
	background-repeat: no-repeat;
	background-position: top right;
}

#left {
	float:left;
	width:700px;
	background-color: #FFFFFF;
}
#text {
	float:left;
	padding:10px;
	width:680px;
}
#text a {
	font-size:19px !important;
}

#mainfeed label, #mainfeed input, #mainfeed textarea {
	width:45% !important;
	padding-right:2%;
	float:left;
	font-family: "Times New Roman";
}
#right {
	float:left;
	width:300px;
	background-color: #945F1F;
}


#nav {
	float:right;
	width:300px;
	padding:0px;
	background-color: #945F1F;
	height:320px;
	font-family: Arial;
}

#nav a {
	float:left;
	width:280px;
	padding: 15px 10px;
	height:10px;
	color:white;
	background-image: url("../images/navbg.jpeg");
	font-weight: bold;
}

#foot, #foot a {
	float:left;
	width:100%;
	background-color:#945F1F;
	color:white;
}
#foot p {
	padding:10px;
}

#copy1 a {
	text-align: center;
	width: 100%;
	float:left;
	font-size:10px;
	letter-spacing: 1px;
	padding-bottom:10px;
	margin-top:10px;
}

input, select {
	border: solid 1px #945F1F;
	color: #945F1F;
	background: none;
	margin:5px;
	width:175px;
}

textarea, .textarea1 {
	border: solid 1px #945F1F;
	color: #945F1F;
	background: none;
	margin:5px;
	width:175px;
}

label {
	width:100px !important; float:left; margin:5px;text-align: right;
}