﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	background-image: url('mr_logo.gif');
	background-repeat: no-repeat;
	height: 150px;
	background-color: #B7D3D9;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 135px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	border: medium solid #5C381E;
	padding: 2px;
	margin: 0px 0px 0px 150px;
	background-color: #B7D3D9;
}
#footer {
	border-style: solid;
	border-width: thin;
	background-color: #B7D3D9;
}
body {
	font-size: 12px;
	color: #663333;
	background-image: url('mr_bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #5C381E;
	font-weight: bolder;
	border-style: solid;
	border-width: medium;
}
