@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	margin:0; padding:0;
	font-family:Tahoma;
	font-size:12px;
	}
/* ---------- For INDEX Page -------------------- */
#index {
	margin:0 auto; padding:0;
	background: url(../images/mycenaefrontpage.jpg) top center no-repeat;
	height:798px;  width:558px;
	}
a#link {
	margin:0px auto;
	height:700px; width:558px;
	display:block;
	text-decoration:none;
	}
/* ---------- For SITE INDEX Page --------------- */
#container {
	width:800px;
	margin:0 auto; padding:25px 0 0 0;
	}
#header {
	height:50px; width:800px;
	background:url(../images/index_header.png) top center no-repeat;
	margin:0;
	}
#content {
	height:320px;
	width:276px;
	position:inherit;
	color:#fff;
	background:#222;
	overflow:scroll;
	text-align:left;
	margin:45px 0 0 265px;
	padding:2px 5px 5px 5px;
	font-size: 11px;
	}
#image_center {
	height:300px; width:331px;
	margin:155px 0 0 240px; padding:0;
	position:relative;
	text-align:center;
	}
/*   -------------  Left Links Bar  -------------   */
#linksLeft {
	width:141px;
	float:left;
	margin:-36px 0 0 0;
	}
#linksLeft ul {
	margin:9px 0 0 9px; padding:0;
	list-style:none;
	width:132px;
	}
#linksLeft li {
	margin:0 0 25px 0; padding:0;
	}
#linksLeft li a, #linksLeft li a:visited {
	height:60px; width:122px;
	padding:32px 5px 0 5px;
	background:url(../images/index_buttons.png) top left no-repeat;
	color:#000;
	text-decoration:none; text-align:center;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	}
#linksLeft li a:hover {
	color:#fff;
	background:url(../images/index_buttons_over.png) top left no-repeat;
	}
/*   -------------  Right Links Bar  -------------   */
#linksRight {
	width:141px;
	float:right;
	margin:-36px 0 0 0;
	}
#linksRight ul {
	margin:9px 0 0 2px; padding:0;
	list-style:none;
	width:130x;
	}
#linksRight li {
	margin:0 0 25px 0; padding:0;
	}
#linksRight li a, #linksRight li a:visited {
	height:60px; width:122px;
	padding:32px 5px 0 5px;
	background:url(../images/index_buttons.png) top left no-repeat;
	color:#000;
	text-decoration:none; text-align:center;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	}
#linksRight li a:hover {
	color:#fff;
	background:url(../images/index_buttons_over.png) top left no-repeat;
	}	
/*   -------------  Footer  -------------   */
#footer {
	height:30px; width:300px;
	margin:0 auto;
	position:inherit;
	color:#FFCC00;
	text-align:left;
	margin:170px 0 0 260px;
	padding:2px 5px 5px 5px;
	font-size: 11px;
	}
#footer a, #footer a:visited, #footer a:hover {
		color:#FFCC00;
}
.clear {
	clear:both;
	display:block;
	margin-bottom:-1px;
	height:1px;
	line-height:0;
	}
	
