/* CSS Document */

body {
	background-color: #c5b591;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
	background-image: url(../images/wrappershadow.jpg);
	background-position: 50% 0;
	background-repeat: repeat-y;
}
#wrapper {
	text-align: left;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
}
#topper {
	text-align: center;
}

#imgTopper {
	padding:0px;
}

#navbar {
	position: absolute;
	width: 760px;
	left: 20px;
	top: 170px;
}
#oldcontent {
	position: absolute;
	width: 760px;
	left: 20px;
	top: 250px;
}

.deLink {
	float:left;
}
.imgLink {
		border:none;
		margin-left:20px;
}

#list1 {
	width: 300px;
}
.rightmargin10 {
	margin-right: 10px;
}
.rightbottommargin10 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.inline {
	display: inline;
}

.zerotopmargin {
	margin-top: 0;
}
