body {
	background-color: #e6dcb2;
	font-size: .7em;
	color: #000;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	font-size: 1em;
	}

h1 {
	font-size: 2em;
	color: #64a1be;
	font-family: verdana, helvetica, arial, sans-serif;
	}

h2 {
	font-size: 1.2em;
	color: #9e252c;
	font-weight: normal;
	}

h3 {
	font-size: 1.1em;
	color: #6f4119;
	font-family: verdana, helvetica, arial, sans-serif;
	}

img {
	border: 0px;
	}

#header {
	margin: 30px auto 0px auto;
	width: 700px;
	height: 163px;
	}

#menubar {
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 159px;
	}

#menubar li {
	list-style-type: none;
	margin: 0;
	height: 35px;
	}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#menubar li {width: auto;}

#menubar a {
	display: block;
	padding: 10px 10px 0px 20px;
	height: 20px;
	font-size: .9em;
	text-align: left;
	color: #1c3e4c;
	text-decoration: none;
	}

#menubar a:hover {
	color: #666;
	}

#maincontent {
	width: 541px;
	font-size: .9em;
	padding: 10px 20px 70px 20px;
	text-align: justify;
	background-image: url(../images/bottomimage.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}

#addressinfo {
	margin: -2px;
	padding-right: 5px;
	font-size: .9em;
	color: #666;
	text-align: right;
	}

#addressinfo a {
	color: #666;
	text-decoration: none;
	}

#addressinfo a:hover {
	text-decoration: underline;
	}

.btmruleline {
	width: 500px;
	border: 1;
	height: 2px;
	color: #7fafc8;
	}

#footer {
	margin: 30px auto 20px auto;
	text-align: center;
	font-size: .9em;
	}

#copyright {
	margin: 15px auto 15px auto;
	text-align: center;
	font-size: .8em;
	color: #000;
	}

#copyright a {
	color: #9e252c;
	}
	
#wrapper {
	background-image: url(../images/contentback.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 700px;
}
