@charset 'UTF-8';

body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background position: top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
}
img, img a {
	border: none;
}
#container {
	margin: 0px;
	width: 100%;
}
#container-inner {
	width: 950px;
	margin: 0px auto;
}

a { outline: none; }
a:focus { -moz-outline-style: none; } /* FIREFOX HACK */

/* ------------ HEADER */

#header {
	background-image: url('../images/mess-tagline.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 950px;
	height: 130px;
	padding-bottom: 25px;
}
#logo {
	z-index: 100;
	position: absolute;
	background-image: url('../images/mess-logo-sm.png');
	background-repeat: no-repeat;
	background-position: 0px -8px;
	width: 190px;
	height: 175px;
}

#navbar {
	width: 750px;
	height: 30px;
	padding-top: 75px;
	margin-left: 190px;
}

/* ------------ NAV BAR */

ul#nav  { list-style: none; margin: 0px; padding: 0px }

#nav li {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}
#nav li img, #nav li img a { border: none; padding: 0px }

#nav li a {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

#nav li a:link, #nav li a:visited { background: url('../images/nav/navbg.png') no-repeat 80px 0px }
#nav li a:hover, #nav li a:active, #nav li a#current { background: url('../images/nav/navbg.png') no-repeat -135px 0px }

/* ------------ MAIN CONTENT */

#content {
	width: 950px;
	min-height: 450px;
	margin: 0px;
	padding-bottom: 5px;
}

#content-inner {
	padding: 15px 20px 15px 10px;
	text-align: left;
}

#content-inner a:link, #content-inner a:visited {
	color: #F37A20;
	font-weight: normal;
	text-decoration: none;
}

#content-inner a:hover, #content-inner a:active {
	color: #F37A20;
	font-weight: normal;
	text-decoration: underline;
}

#footer {
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 200px;
	height: 100px;
	float: right;
	margin-right: 13px;
}

/* Float Classes */
.alignleft {
	float: left;
	min-height: 400px;
	padding: 0px 10px 10px 0px;
}

.alignright {
	float: right;
	min-height: 400px;
	padding: 0px 0px 10px 10px;
}