* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/global/bg-pattern.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #734d00;
}
#wrapper #content p {
	margin-bottom: 20px;
}

#wrapper {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/global/right-bar-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}
#header-image {
	height: 195px;
	width: 290px;
	float: left;
	background-image: url(../images/global/title-image1.jpg);
}

#header-title {
	background-color: #381207;
	height: 75px;
	width: 665px;
	float: left;
	background-image: url(../images/global/title-bg.jpg);
	background-repeat: repeat-y;
}
#right-column {
	padding: 0px 10px 10px;
	background-image: url(../images/global/rightbar-image.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 195px;
	float: right;
	height: 350px;
}
#bottom-address {
	width: 215px;
	position: relative;
	padding: 0px;
	height: 60px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -125px;
	text-align: center;
	line-height: 18px;
	bottom: 65px;
	clear: both;
}
#wrapper #bottom-address a {
	color: #734D00;
}


#header-tagline {
	float: left;
	height: 195px;
	width: 375px;
	background-image: url(../images/global/tagline.jpg);
	background-position: left 8px;
	background-color: #C5B085;
	background-repeat: no-repeat;
}
li {
	list-style-type: square;
	color: #5311A7;
	font-weight: bold;
}

#menu {
	height: 35px;
	width: 665px;
	float: left;
	background-image: url(../images/global/menu-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
#menu li {
	float: left;
	height: 35px;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 28px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
#menu a:first-letter {
	font-size: 16px;
}
#content {
	width: 605px;
	background-color: #fff;
	padding: 20px 30px;
	margin-top: 0px;
	float: none;
}
#footer {
	height: 50px;
	width: 665px;
	background-color: #E4DCB5;
}
#footer ul {
	display: block;
	margin-left: 115px;
	line-height: 35px;
	text-decoration: underline;
}
#footer li {
	display: block;
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	color: #734D00;
	line-height: 50px;
}
#footer a {
	color: #734D00;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 15px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #734D00;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5311A7;
}

#copyright {
	height: 100px;
	width: 100%;
	text-align: center;
}
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #5311A7;
}
