* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #DB9531;
}
img {
	border: 0;
}

#layout {
	clear: both;
	margin: 0px auto 0px auto;
	width: 971px;
}
#header {
	clear: both;
	height: 150px;
	width: 971px;
}
#layout-body {
	clear: both;
	width: 971px;
}
#body-left-bar {
	background-image: url('./images/template-sidebar.gif');
	background-repeat: no-repeat;
	height: 618px;
	vertical-align: top;
	width: 13px;
}
#body-right-bar {
	background-image: url('./images/template-sidebar.gif');
	background-repeat: no-repeat;
	height: 618px;
	vertical-align: top;
	width: 13px;
}
#body-content {
	vertical-align: top;
}
#body-nav {
	background-image: url('./images/template-navbg.gif');
	background-repeat: no-repeat;
	clear: all;
	color: #222222;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	margin: 10px;
	padding-left: 3px;
}
#body-nav a {
	color: #222222;
	text-decoration: none;
}
#body-nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#body-login {
	clear: all;
	color: #111111;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
}
#body-login input {
	font-size: 13px;
}
#body-text {
	font-size: 14px;
	margin: 10px;
}
#body-text p {
	margin-bottom: 10px;
}
#body-mp3player {
	float: right;
	margin: 0px 5px 0px 5px;
}
#body-status {
	border: 1px solid #555555;
	color: #444444;
	float: right;
	margin-top: 5px;
	padding: 3px;
	text-align: center;
	width: 200px;
}
#body-footer {
	clear: all;
	color: #444444;
	font-size: 12px;
	margin: 10px auto 10px auto;
	text-align: center;
}
#body-footer a {
	color: #444444;
	text-decoration: none;
}
#body-footer a:hover {
	color: #000000;
	text-decoration: underline;
}