/* CSS Document */
body {
	background-color: #000;
	margin: 0 auto;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	float: left;
}
#top {
	clear: left;
	float: left;
	width: 860px;
	background: url(../images/bkground-spacer.jpg) repeat-y left top;
	margin: 0;
	padding: 0;
}
#left {
	float: left;
	width: 364px;
}
#right {
	float: left;
	width: 496px;
}
#rt-bottom {
	clear: left;
	float: left;
}
#rt-left {
	clear: left;
	float: left;
	width: 445px;
}
#rt-right {
	float: left;
	background: url(../images/right-content.jpg) repeat-y left top;
	width: 50px;
	height: 10px;
}
#bottom {
	clear: left;
	float: left;
	background: url(../images/bkground-bot.jpg) no-repeat left top;
	width: 860px;
	height: 75px;
}
#bottom-content {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-left: 90px;

	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;	
}
h2 {
	font-weight: bold;
	font-size: 16px;
	color:#000;
}