body {
	background-image:url(images/top-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px;
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	background-color:#FFFFFF;
	width:804px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	min-height:500px;
	height:auto;	
	padding:0px;
	padding-bottom:10px;
}
#body {
	padding-top:40px;
	padding-left:15px;
	padding-right:5px;
	margin:0px;
	min-height:500px;
	height:auto;		
}
h1 {
	font-size:16px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#8e2615;
	margin-bottom:5px;
}
a {
color:#D61920;
}
/* for Internet Explorer */
/*\*/
* html #container {
height: 500px;
}
* html #body {
height: 500px;
}
/**/