* {
	padding: 0;
	margin: 0;
	color: #999999;
	text-decoration: none;
}
body {
	background: #6c090c url(../images/sms_tour_bg.jpg) repeat-y;
	font: 14px Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCCCCC;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 2px;
	font-weight: normal;
	color: #b7282e;
}
#title {
	position: absolute;
	top: 0px;
	left: 265px;
}
#top_left {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	line-height: 1.5em;
}
#top_right {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	line-height: 1.5em;
}
#bottom_left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
#bottom_right {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1.5em;
	z-index: 0;
}
#images {
	position: absolute;
	left: 375px;
	top: 20px;
	text-align: left;
	z-index: 10;
}
#images img {
	padding: 10px;
	margin: 5px;
	background-color: #333333;
	border: 1px solid #666666;
	z-index: 10;
}
