﻿a:link {color: #000000}
a:visited {color: #333333}
a:hover {color: #666666}
a:active{color: #000000}
/* Page layout */

*
body {
	background: url('images/bg6.png') repeat-x;
	text-align: center;
}
#main_container {
	width: 850px;
	background: #003399;
	border: solid 2px #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 14px;
	position: relative;
}
/* Right eye */
#right_eye {
	width: 700px;
	background: #003399;
	float: left;
	text-align: justify;
	border: solid 2px #000000;
	color: #FF0000;
	margin-top: 1%;
	margin-left: 7%;
	font-family: Georgia;
	font-size: 17px;}
	
#header {
	width: 850px;
	height: 190px;
	background: url("images/header.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-top: 5px;
}
#top_left {
	width: 875px;
	height: 134px;
	background: #000000 repeat;
	float: left;
	border: solid 1px #00000;
	text-align: center;
}
#xbar {
	width: 820px;
	height: 35px;
	background: url('images/x-bar.png') no-repeat;
	float: left;
    position:relative; left:70px; top:12px;
	margin-top: 1px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Harrington, Georgia;
	font-size: 14px;
}
#xbartext {
	width: 743px;
	height: 20px;
	float: left;
    position: relative; left:10px; top:3px;
	margin-top: 0%;
	margin-left: 0%;
	text-align: center;
	font-family: Georgia;
	font-size: 24px;
	font-weight: 900
}


/* Left Menu */

#l_menu {
	width: 100px;
	float: left;
	border: solid 2px #000000;
	padding: 0px;
	text-align: left;
	font-family: Harrington, Georgia;
	font-size: 14px;
	position: absolute; left:0px; top: 270px;
	}
#l_menu ul {
	margin: 0px;
	padding: 0px;
	font-family: Harrington, Georgia;
	font-size: 14px;
}
#l_menu li {
	list-style: none;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
#l_menu li a {
	background: #FFCC33;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 8px 1px 8px 1px;
}
#l_menu li a:hover {
	background: #FF0000;
	color: #000000;
}

/* Left eye */

#left_eye {
	width: 100px;
	float: left;
	margin: 0;
}
#foot_plz {
	width: 850px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #003399;
	border: solid 1px #000000;
	margin-top: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: Harrington, Georgia;
	font-size: 12px;
	position: relative;	
}