/* CSS Document */
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,input {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}
ul,ol {
	list-style:none;
}
fieldset,img {
	border:none;
}
caption,th {
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
}
a {
	outline: none;
}
/* LAYOUT */
html,body {
	background:#54534a url(../imgs/main-bkg.jpg) no-repeat top center;
	margin:0px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#444444;
	height:100%;
	/* this is the key! */
}
p {
	margin-top:6px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
}
img {
	behavior:url(scripts/iepngfix.htc);
}
A:link {
	color:#5c3915;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
A:visited {
	color:#5c3915;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
A:active {
	color:#5c3915;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}
A:hover {
	color:#2c1a07;
	text-decoration:underline;
	padding:0px;
	margin: 0px;
}
/* Layout DIV Tags */
#wrapper {
	width:782px;
	margin: 0 auto;
}
#header {
	position:relative;
	width:782px;
	height:275px;
	padding:35px 0 0 0;
}
#logo {
	width:406px;
	height:170px;
	display:block;
	top:0px;
	padding:0;
	position:relative;
	left:190px;
}
#logo a {
	width:406px;
	height:170px;
	display:block;
}
#logo span {
	display:none;
}
#holder {
	position:relative;
	width:782px;
	height:50px;
	}
#email {
	position:relative;
	width:582px;
	height:25px;
	left:200px;
}
.searchinput {
	width:250px;
	height:20px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#000000;
	padding:2px;
}
.subscribe {
	font-size:9px;
	color:#CCCCCC;
	text-transform:uppercase;
}
#button {
	position:relative;
	height:20px;
	width:75px;
}
.gobutton {
	width:75px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#000000;
}
#message {
	position:relative;
	height:100px;
	width:270px;
	font-size:9px;
	color:#CCCCCC;
	left:200px;
	padding:20px;
}
.footer {
	text-align:center;
	text-transform:uppercase;
	font-size:9px;
	color:#8a8a83;
	width:782px;
	letter-spacing: 1px;
}