* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../images/background.jpg');
	margin-top: 0px;
	height:100%;
	min-height:100%;
}
#header {
	margin: 0px auto;
	background-image: url('../images/header.jpg');
	width: 800px;
	height: 134px
}
#content {
	margin: 0px auto;
	background-image: url('../images/main.jpg');
	background-repeat: repeat-y;
	width: 800px;
}
#menu {
	margin-left: 340px;
	width: 350px;
	height: 15px;
}
#menulist{
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
}

#menulist li{
	list-style: none;
	display: inline;
	margin: 0;
}

#menulist li a{
	margin-right: 3px;
	text-decoration: none;
}
#menulist li a:hover{
	margin-right: 3px;
	text-decoration: underline;
}
#current {
	text-decoration: underline;
}
#main {
	margin-left: 125px;
	width: 555px;
	margin-top: 20px;
}
#footer {
	margin: 0px auto;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 98px;
}
#pagetext {
	width: 350px;
	margin-left: 205px;
	min-height: 400px;
}
#linkbar {
	position: absolute;
	top: 154px;
	left: auto;
	width: 200px;
	right: auto;
	margin-top: 20px;
	min-height: 400px;
}
.title {
	background-image: url('../images/swosh.jpg');
	background-repeat: no-repeat;
	width: 350px;
	height: 60px;
	color: #FFFFFF;
	background-position: Top Left;
	margin-top: 15px;
}
.bodytext {
	color: #FFFFFF;
	left: 15px;
	position: relative;
	margin-bottom: 10px;
	min-height: 45px;
	top: -15px;
}
.bodyimg {
	top: -15px;
	color: #FFFFFF;
	left: 15px;
	position: relative;
	min-height:50px;
}
.floatleft {
	float: left;
	width: 45px;
	height:45px;
	margin-right:5px;
	margin-bottom:5px;
	clear: both;
	position: relative;
}
.bodypic {
	top: -15px;
	left: 15px;
	position: relative;
	min-height:100px;
}
.bodypic img {
	border: 2px solid #FFFFFF;
}
#goodsearch {
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	clear: both;
	position: relative;
}
#arthead {
	font-size: large;
	position: relative;
	left: 5px;
	top: -2px;
}
#pagetext .bodytext img {
	float: left;
	clear: left;
	margin-right: 5px;
}
#artfirst {
	font-size: xx-large;
}
#linkhead {
	font-size: small;
	color: #FFFFFF;
	margin-top: 10px;
	background-image: url(../images/linkbar.jpg);
	background-repeat: no-repeat;
	background-position: Bottom Center;
	width: 200px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#linksub {
	font-size: small;
	color: #FFFFFF;
}
#linktab {
	margin-left: 35px;
}
#linkmain {
	margin-bottom: 20px;
}
.image {
	height: 45px;
}
.bodyimg {
}
a {
	color: #FFFFFF;
}

