@charset "utf-8";
* {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Images/images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper #header img {
	background-color: #FFFFFF;
	width: 750px;
	height: 179px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyarea #rightcollumn {
	width: 500px;
	float: right;
}

#wrapper #bodyarea #leftcolumn {
	float: left;
	width: 250px;
	border: medium none #BCCAAC;
}
#wrapper #bodyarea #leftcolumn img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #424D37;
	border-right-color: #424D37;
	border-bottom-color: #424D37;
	border-left-color: #424D37;
}

#wrapper #bodyarea #rightcollumn img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #424D37;
	border-right-color: #424D37;
	border-bottom-color: #424D37;
	border-left-color: #424D37;
	float: none;
}

#wrapper #bodyarea #footer {
	clear: both;
	background-color: #FFFFFF;
}
#wrapper #bodyarea #footer img {
	width: 750px;
}

#wrapper #bodyarea #limelightemail div {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

#wrapper #bodyarea #leftcolumn p {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#wrapper #bodyarea #rightcollumn p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 15px;
}

#wrapper #navigation {
	background-color: #788a67;
	background-position: center;
	height: 30px;
	width: 750px;



}
