/* external CSS file */
/* filename: allsheet.css */
/* to use for jenn's hp */

body {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	}

#header {
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
	text-align: center;
	background: white;
	}

#language {
	float: right;
	margin-right: 100px;
	}


#top_banner {
	width: 487px;
	height: 150px;
	margin-right: 130px;
	background-image: url('http://reachmahjong.com/image/mahjongbanner1.jpg');
	background-repeat: no-repeat;
	}

#content {
	float: left;
	width: 65%;
	background: #fff;
	margin-top: 0;
	margin-right: 1em;
	padding-top: 3.5em;
	padding-right: 1em;
	padding-bottom: 20px;	
	}

#spotlight {
	width: 30%;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	}

#spotlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 150px;
	}

#spotlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
	}

#spotlist li a { text-decoration: none; }

#footer {
	clear: both;
	padding-bottom: 1em;
	border-top: 1px solid #333;
	text-align: center;
	}

/*
#menu {
	background: #fff;
	}

#menu ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #215;
	font: bold 10.5px 'Comic Sans', fantasy;
	}

#menu ul li {
		list-style: none;
		margin: 0;
		display: inline;
		}

#menu ul li a {
		padding: 3px 0.5em;
		border-top: 2px solid #215;
		border-left: 2px solid #215;
		border-right: 2px solid #215;
		border-bottom: none;
		background: #e5e3e3;
		text-decoration: none;
		}

#menu ul li a:link {
		color: #512;
		}

#menu ul li a:visited {
		color: 215;
		}

#menu ul li a:link:hover, #menu ul li a:visited:hover {
							color: #000;						
							background: #e5e3e3;						
							border-color: #227;
							}

#menu ul li a#current {
			color: #215;
			background: white;
			border-bottom: 2px solid white;
			}

*/