body {
		font-family: Helvetica, Arial, sans-serif;
		margin:0;
		width:100%;
		}
		
		h1 {
		display:block;
		height:20px;
		text-align:center;
		}
		
		.floatr, .floatr a {
		position:relative;
		float:right;
		text-decoration:none;
		color:#333333;
		font-weight:bold;
		}
		
		.excat {
		margin-top:24px;
		max-width:300px;
		font-size:x-large;
		text-align:left;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		padding: 3px 0;
		margin-bottom:12px;
		}
		
		#tagline {
		display:block;
		font-size:small;
		font-style:italic;
		text-align:center;
		}
		
		#content {
		display:block;
		margin:auto;
		max-width:300px;
		background-color:#eeeeee;
		color:#000;
		padding:6px;
		}
		
		#categories {
		display:block;
		margin-top:24px;
		max-width:300px;
		font-size:x-large;
		}
		
		#categories ul, #portals ul, #search ul, #news ul, #travel ul, #reference ul, #entertainment ul, #other ul {
		display:inline;
		list-style:none;
		}
		
		#categories ul li {
		border-top:1px solid #000000;
		line-height:38px;
		}
		
		#portals, #search, #news, #travel, #reference, #entertainment, #other {
		display:none;
		max-width:300px;
		font-size:large;
		}
		
		#portals ul li, #portals ul li a, #search ul li, #search ul li a, #news ul li, #news ul li a, #travel ul li, #travel ul li a, #reference ul li, #reference ul li a, #entertainment ul li, #entertainment ul li a, #other ul li, #other ul li a {
		line-height:28px;
		text-decoration:none;
		color:#333333;
		text-indent:24px;
		}