body {
	background: #E5D1A0 url(/media/screen/bodyback.jpg) repeat-y;
	font-family: verdana;
	font-size: 11px;
	}

h1 {
	font-size: 14px;
	margin: 10px;
	padding: 0px;
	}

h2 {
	font-size: 12px;
	margin: 10px;
	padding: 0px;
	}
	
a {
	color: #740300;
	font-weight: bold;
	text-decoration: none;
	}
	
#holder {
	position: absolute;
	top: 0px; 
	left: 0px;
	height: auto;
	width: 100%;
	}

#locations {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 260px;
	}
	
#content {
	position: absolute;
	top: 190px;
	left: 530px;
	width: 400px;
	}
	
#betterimg {
	position: absolute;
	top: 0px;
	left: 283px;
	}

#topback {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #740300 url(/media/screen/topback.jpg);
	height: 182px;
	width: 300px;
	}

#rightback {
	position: absolute;
	top: 0px;
	background: #740300 url(/media/screen/topback.jpg);
	right: 0px;
	height: 182px;
	width: 80%;
	}

#content p, #locations p {
	margin: 10px;
	padding: 0px;
	}
	
#locations ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	}
	
#locations li {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
	}
