body {
margin: 0;
	background-color: #99FF99;
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed
	
}
.container {
	width: 950px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main {
	width: 950px;
	clear: both;
	border: medium none #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box {
		 background-image: url('images/name.jpg');
     background-repeat: no-repeat;
		 background-attachment: fixed
		 }

.tcol {
font color=#ff0000 }


			
/* Header 900px */

#header {
	width: 30px;
	margin: 0 auto;
/*	background: url(images/star_bground.gif) no-repeat top left; */
}
/* Menu H47px W976px */

#topbar{
position:absolute;
border: 1px solid black;
padding: 0px;
background-color: #99ff99;
/* width: 1010px; */
width: 950px;
visibility: hidden;
z-index: 100;
}

#menu {
	height: 3px;
	width: 7px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 30px 16px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFF00;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #808080;
	padding: 15px 30px 16px 30px;
	color: #FFFFFF;
}

#menu .last{
	border-right: #000000 1px solid;
/* border-right: #58032F 1px solid; */

}

