@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(new/images/background.jpg);
	background-repeat: repeat;
}


a:link {
	color: #291F15;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2A1F16;
}
a:hover {
	text-decoration: underline;
	color: #2A1F16;
}
a:active {
	text-decoration: underline;
	color: #2B1F17;
}

#wrapper {
	width: 824px;
	margin: 0 auto;
	background-image: url(images/imagelogo.png);
	background-repeat: no-repeat;
	background-position: top;
} 

#nav {
	height: 20px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3e7e0;
	clip: rect(auto,auto,auto,auto);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 500px;
}

#content {
	margin-top: 259px;
	background-color: #f3e7e0;
	border: solid thick #281f14;
	width: 715px;
	padding: 50px;
	height: 100%;
}

#left {
	width : 455px;
	float: left;
	height: auto;
}

#right {
	float: right;
	width: 200px;
	height: auto;
}

#right2 {
	float: right;
	width: 200px;
	height: auto;
}

#footer {
	width: 824px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 20px;
	color: #281f14;
	font-family: Arial, Helvetica, sans-serif;


}
.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3e7e0;
	line-height: 20px;
	font-weight: normal;

}
.type a:link{
	color: #f3e7e0;
	text-decoration: underline;

}

.type a:visited {
	color: #f3e7e0;
	text-decoration: underline;
}
.type a:hover {
	color: #f3e7e0;
	text-decoration: underline;
}
.type a:active {
	color: #f3e7e0;
	text-decoration: underline;
}

#bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #281f14;
	line-height: 20px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	

}
.headline {
	background: url(new/images/bar.png);
	width: 180px;
	height: 15px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#headlineleft {
	background: url(new/images/bar.png);
	width: 435px;
	height: 15px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.sidecopy {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #281f14;
	margin-left: 10px;
	line-height: 20px;
}

#clear {
clear:both;
}
