@charset "utf-8";
@import "text.css";
@import "menu.css";

/* CSS Document */
body  {
	background: #999999;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 8pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#container {
	margin:0px;
	padding:0px;
	background-color:#801e40;
	width:775px;
	height:592px;
	position:absolute;
	left:50%;
	margin-left:-387.5px; /* horizonal align */
	top:50%;
	margin-top:-296.5px; /* vertical align */
}

#left-bar {
	float:left;
	margin:0px;
	padding:0px;
	width:148px;
	height:592px;
	background-color:#59152d;
	text-align:left;
}

#left-bar #logo {
	margin:0px;
	margin-top:67px;
	text-align:center;
}

#left-bar #main-menu {
	position:absolute;
	top:332px;
	left:18px;
}

#left-bar #top-left {
	background-color:#3e0f1f;
	height:51px;
	width:148px;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
}

#left-bar #bottom-left {
	background-color:#3e0f1f;
	height:72px;
	width:148px;
	margin:0px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#middle-bar {
	float:left;
	margin:0px;
	padding:0px;
	width:302px;
	height:592px;
}

#right-bar {
	float:right;
	margin:0px;
	padding:0px;
	width:325px;
	height:592px;
	background-color:#801e40;
}

#right-bar #small-image {
	margin-top:51px;
}

#right-bar #main-content {
	text-align:left;
	margin:5px 10px;
}

#right-bar #top-right {
	background-color:#59152d;
	height:51px;
	width:325px;
	margin:0px;
	position:absolute;
	top:0px;
	right:0px;
}

#right-bar #bottom-right {
	background-color:#59152d;
	height:72px;
	width:325px;
	margin:0px;
	position:absolute;
	bottom:0px;
	right:0px;

}

#head_bar{
	background-color:#59152d;
	height:51px;
	width:775px;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
}

#footer_bar{
	background-color:#59152d;
	height:72px;
	width:775px;
	margin:0px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#flash{
	position:absolute;
	top:51px;
	left:0px;
	width:775px;
	height:470px;
}
