/*
Author: Gerry Stanford
Purpose:  Style declarations pertaining to the site's home page content.
Date Written: August of 2006
*/
div#HomeContent {
	width: 733px; padding: 15px 0 0 0; min-height: 435px; text-align: left;
	background: transparent url(../images/rs_h_rightswoosh_full.jpg) no-repeat top right;
}
/* for Internet Explorer */
/*\*/
* html #HomeContent { height: 435px; }
/**/
div#HomeMain { float: left; width: 555px; }
div#SideBar { float: right; width: 150px; padding-right: 16px; }
div#OnlineGameboards { display: block; padding: 10px 0 10px 59px; }
ul#HomeBullets {
	display: block; clear: left; padding: 0;
	margin: 10px 0 0 20px; color: #0077ff;
	font-weight: bold; 	list-style-image: url(../images/yellowbullet.jpg);
}
ul#HomeBullets li { margin-top: 5px; }