﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#container {
	width: 760px;
	margin: 0 auto;
	border-top: 0;
	border-right: 5 #000000;
	border-bottom: 0;
	border-left: 5 #000000;
	z-index: 1;
	height: 762px;
	background-image: url('../images/mesamisbackgrd.jpg');
	left: 0px;
	top: 4px;
	position: relative;
	visibility: visible;
}
#masthead {
	text-align: left;
	width: 437px;
	float: none;
	color: #D27F31;
	z-index: 22;
	left: 296px;
	top: 17px;
	position: absolute;
	height: 98px;
	visibility: visible;
}
#navigation {
	overflow: hidden;
	height: 74px;
	width: 516px;
	z-index: 50;
	left: 241px;
	top: 9px;
	position: absolute;
	visibility: visible;
}
#column_l {
	width: 340px;
	margin: 0;
	padding: 0 15px;
	top: 133px;
	left: 341px;
	height: 84px;
	z-index: 20;
}
#column_r {
	width: 505px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
	top: 79px;
	left: -228px;
	height: 410px;
}
#footer {
	width: 760px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	color: #FFFFCD;
	z-index: 21;
	left: 0px;
	top: 701px;
	position: absolute;
	visibility: visible;
}
/* Styles for Masthead */
#masthead img {
	float: none;
	z-index: 60;
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: visible;
}
#masthead p {
	font-size: medium;
	color: #fff;
	margin: 3px 3px 0 0px;
	width: 204px;
	height: 28px;
	}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 27px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFCD;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	visibility: visible;
	color: #FF00FF;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}