@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0; border:0}

html{
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%; /* IE hack*/
	line-height:1.4em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align:center;/* IE hack */
	color: #000000;
	background-color: #999999;
}
#container {
	text-align: left;
	width: 800px;
	margin: auto;
	background-image: url(images/bkgrnd2.gif);
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: .50em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
font-size: 1.8em;
}

h4 {
font-size: 1.4em;
}

h5 {
font-size: 1em;
}

h6 {
font-size: .8em;
}
p {
	line-height: 1.25em;
}
a:link {
	color: #808285;
	text-decoration: none;
}
a:visited {
	color: #9CC5C9;
	text-decoration: none;
}
a:hover {
	color: #E0C298;
	text-decoration: underline;
}
#footnav a:link {
	color: #444444;
	text-decoration: none;
}
#footnav a:visited {
	color: #888888;
	text-decoration: none;
}
#footnav a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#topnav {
	background-color: #e0c298;
	text-align: center;
	margin: 0px;
	padding: 6px;
	
}
#topnav a:link {
	color: #000000;
	text-decoration: none;
}
#topnav a:visited {
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFFFFF;
}
#footnav {
	background-color: #e0c298;
	text-align: center;
	margin: 0px;
	padding: 6px;
	clear: both;
	font-size: 0.65em;
}
#body {
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #9cc5c9;
	background-image: url(images/marcus_logo.gif);
	background-repeat: no-repeat;
	height: 153px;
	padding-left: 170px;
	vertical-align: bottom;
	position: relative;
}
#header h4 {
	font-size: 2em;
	color:#FFFFFF;
	position: absolute;
	bottom: -7px;
	width: 613px;
	height: 40px;
	left: 175px;
}

#sidebar {
	width: 144px;
	padding: 8px;
	float: left;
}
#sidebar h3 {
font-size: .9em;
margin-bottom: .10em;

}
#sidebar p {
font-size: .9em;

}
#centercontent {
	padding: 12px;
	width: 410px;
	float: left;
}
#rightcontent {
	padding: 12px;
	width: 180px;
	float: left;
	text-align: center;
}
.photos {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.thickbox.css {
}
