body {
	color : #ccc;
	background-color:#000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

td {
color : #ccc;
background-color:#000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

td.upper {
	color : #ccc;
	background : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #ff9900;
	text-decoration : none;
}

a:hover {
	color : #fff;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #ff9900;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10px;
	color : #fff;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ccc;
	background-color:#000000;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto 10px auto; /* margin: top right bottom left; */
	border: 1px solid #669933;
}

h3 {
   color : #ccc;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #669933 1px solid;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:778px;
	background:#000;
	font-size:1.20em;

	}
	
#wrapper2 {
	margin:0 auto;
	width:auto;
	background:#000;
	font-size:1.20em;
	}
	
#header {
	height:196px;
	background:url(images/me_web_banner.png) no-repeat;
	}
#menu {
	height:75px;
	line-height:35px;
	background:url(images/me_page_top.png) repeat-x;
	background-position: center top;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:100%;
	min-height:420px;
	}
#footer {
	clear:both;
	height:75px;
	background:url(images/me_page_bottom.png) no-repeat;
	text-align:center;
	}
	
#footer_text {
	height:115px;
	position:relative;
	}
	
#text {
	float:left;
	width:100%;
	text-align: left;
	background:#000;
	}
	
#text2 {
	float:left;
	width:100%;
	text-align: left;
	background:url(images/background2.jpg) no-repeat;
	}
/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ff9900;
	margin-right:2px;
	}
#menu li a:hover {
	color:#fff;
	}
