body {
	margin: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #533D2E;
	font-family: Tahoma;
	font-size: 12px;
	color: #A19684;
}
a:link, a:visited, a:active {
	color: #C9271A;
}
a:hover {
	color: #9A9A9A;
}
img {
	border: 0;
}
input, textarea, select {
	color: #9A9A9A;
	border: 1px solid #9A9A9A;
	font-family: tahoma;
	font-size: 12px;
	padding: 2px;
}
#content {
	display:block;
	width: 800px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
#header {
	display: block;	
	width:643px;
	margin-left: 54px;
}
#header_bottom_left, #audioplayer {
	float: left;
}
#body {
	background:url("images/body_bg.jpg");
	background-repeat: no-repeat;
	/* background-position: top center; */
	background-color: #F9EACD;
	width:593px;
	min-height: 500px;
	margin-left: 54px;
	padding: 25px;
	float: left;
	_margin-left: 27px;
}
#form {
	display: block;
	float: left;
	width: 300px;
	margin-left: 10px;
	_margin-left: 0;
}
#form .label {
	float:left;
	clear:right;
	font-weight: bold;
	color: #9A9A9A;
	margin-top: 3px;
}
#form .label .note {
	font-size: 9px;
	font-weight: normal;
}
#form .field {
	float:right;
	margin-bottom: 3px;
}
#form_bottom {
	display: block;
	float: left;
	margin-left:50px;
	_margin-left: 37px;
}
*+html #form_bottom {
	width: 225px;
	margin-left: 70px;
}

#buttons {
	margin-top: 5px;
}
#buttons input {
	background-color: #FFF;
	color: #533D2E;
	font-weight: bold;
}
#rules {
	display: block;
	float: right;
	width: 250px;
	border-left: 1px solid #9A9A9A;
	padding-left: 15px;
	margin-top: -15px;
	padding-top: 15px;
}
#rules .rule {
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
}
#rules .rule img {
	padding-right: 5px;
}
/* folllowing preorder section was modified to accomodate the stream button */
#preorder {
	display: block;
	float: left;
	padding: 10px;
	margin-left: 137px;
	margin-top: 15px;
	clear: left;
	width: 335px;
	height: 125px;
	background-color: #F9F1DC;
	font-size: 11px;
}
*+html #preorder {
	display: block;
	clear:none;
	float: left;
	padding: 10px;
	margin-left: 137px;
	margin-top: 15px;
	width: 335px;
	height: 125px;
	background-color: #F9F1DC;
	font-size: 11px;
}
#preorder_left {
	display: block;
	float: left;
}
#preorder_right {
	display: block;
	float: left;
	margin-left: 10px;
	width: 200px;
}
.top {
	width:200px;
}
#ttl {
	float: left;
	display: inline;
}
#streaming_button {
	margin: 0 0 0 10px;
	border: 1px solid #9A9A9A;
	float:right;
	display: inline;
}
#preorder_right .top img {
	margin-bottom: 3px;
}
#preorder_right .bottom {
	margin-top: 5px;
}
.preorder_item {
	font-weight: bold;
}
.preorder_item img{
	margin-bottom: -4px;
	margin-top: 4px;
	_margin-bottom: 0;
	_margin-top: 0;
}
#footer {
	clear: left;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	width: 260px;
}
#diploma_right {
	position: relative;
	top: -171px;
	_left: -3px;
} 