a:link {color: #0000FF}
a:visited {color: #333333}
a:hover {color: #666666}
a:active{color: #000000}
/* Page layout */

*
body {
	background: url('back.gif')
	}
#main_container {
	width: 950px;
	float: left;
	border: solid 2px #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: auto;
	text-align: center;
	color: #000000;
	font-family: Arial, Georgia;
	font-size: 14px;
	position: relative;
}
/* Right eye */
#right_eye {
	width: 840px;
	float: left;
	text-align: center;
	color: #000000;
	margin-top: 0px;
	font-family: Arial, Georgia;
	font-size: 17px;
	position: relative; left: 5px;
	}
	
#header {
	width: 820px;
	height: 190px;
	float: left;
	margin-top: 1%;
}
#top_left {
	width: 875px;
	height: 134px;
	background: #000000 repeat;
	float: left;
	border: solid 1px #00000;
	text-align: center;
}
#xbar {
	width: 763px;
	height: 35px;
	float: left;
    position:absolute;
    left:100px;
    top:212px;
	margin-top: 1%;
	margin-left: 1%;
	text-align: left;
	font-family: Arial, Georgia;
	font-size: 14px;
}
#xbartext {
	width: 763px;
	height: 20px;
	float: left;
    position:absolute;
    left:20px;
    top:3px;
	margin-top: 0%;
	margin-left: 0%;
	text-align: center;
	font-family: Arial, Georgia;
	font-size: 24px;
	font-weight: 900
	}


/* Left Menu */

#l_menu {
	width: 100px;
	float: left;
	border: solid 0px #000000;
    position: relative; left: 0px; top: 0px;
	text-align: left;
	font-family: Georgia, Arial, Georgia;
	font-size: 14px;
	}
#l_menu ul {
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Georgia;
	font-size: 14px;
}
#l_menu li {
	list-style: none;
	border-bottom: 1px solid black;
	border-top: 0px solid black;
    border-left: 0px solid black;
    border-right: 1px solid black;
}
#l_menu li a {
	background: #FFs;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 8px 1px 8px 1px;
}

}
#l_menu li a:hover {
	background: #FFFFFF;
	color: #000000;
}

/* Left eye */

#left_eye {
	width: 100px;
	float: left;
	margin: 0;
}
#foot_plz {
	width: 820px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url('back1.gif');
	float: left;
	border-top: 1px solid black;
	margin-top: 5px;
	text-align: center;
	color: #000000;
	font-family: Harrington, Georgia;
	font-size: 12px;	
}