html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-size: small;
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #000;
	text-align:center;
	background: url(../gill_tyler_site_graphics/body_tile2.jpg) repeat center top;
}
div#menuOuterWrap {
	width: 100%;
	height: 122px;
	background: url(../gill_tyler_site_graphics/book_top_repeat.jpg) repeat-x center bottom;
}
div#middleWrap {
	width: 100%;
	background-color: #FFF;
}
div#mainContentWrap {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #FFF;
	background-image: url(../gill_tyler_site_graphics/gutter.jpg);
	background-repeat: repeat-y;
	background-position: 165px 0px;
}
div#lhs {
	width: 150px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	float: left;
	background-color: #FFF;
}
div#lhs img.title {
	margin: 15px 0 0 0;
}
div#lhs p {
	width: 130px;
	margin: 15px auto 0 auto;
	text-align: justify;
}
div#rhs {
	width: 580px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: justify;
	float: right;
	background-color: #FFF;
}
div#rhs p {
	margin: 0 0 10px 0;
	padding: 5px 0;
}
h1 {
	font-size: small;
	font-weight: bold;
	margin: 0;
}
a {
	outline: none;
}
div#rhs a:link, div#rhs a:visited {
	color: #713B3B;
	font-weight: bold;
	text-decoration: underline;
}
div#rhs a:hover {
	color: #FFF;
	background-color: #713B3B;
}
div#rhs a:active {
	color: #FFF;
	background-color: #DCC697;
}	
div#rhs img {
	margin: 5px 10px 0 0;
	padding: 2px;
	float: left;
}
div#rhs a:link img, div#rhs a:visited img {
	border: none;	
}
div#rhs a:hover img {
	background-color: #713B3B;
}
div#rhs a:active img {
	background-color: #DCC697;
}
div.contents {
	width: 100%;
	margin: 0;
	clear: both;
	padding: 0 0 5px 0;
	border-top: 1px solid #000;
	background-color: #FFF;
}
div.contents img {
	margin: 0 10px 0 0;
	padding: 2px;
	float: left;
}
div#footer {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../gill_tyler_site_graphics/book_bottom.jpg) repeat-x top left;
}
div#bottom {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	background-image: url(../gill_tyler_site_graphics/spine_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 161px 0px;
}
div#bottom p {
	padding: 20px 20px 0 0;
}
div.clearit {
	clear: both;
}

input {
	display: block;
	margin: 5px 0 10px 0;
}
select {
	display: block;
	margin: 5px 0 10px 0;
}
textarea {
	width: 400px;
	height: 200px;
	display: block;
	margin: 5px 0 10px 0;
	background-attachment: fixed;
	background: url(../gill_tyler_site_graphics/contact_background2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
