@charset "UTF-8";
/* CSS Document */


:focus {outline: 0;}

a:focus {outline: none}

a {
	text-decoration: none;
	color:#808080;
	border: 0px;
}



a:hover {
	color:#6A0A1D;
}


body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #808080;
	font-family: Verdana, Arial;
	background-color: #D4D4D4;
	font-size: x-small;
	text-decoration: : 50%;
}

.oneColFixCtrHdr #container {
	width: 900px; 
	border: 0;
	text-align: left; 
	background-color: #D4D4D4;
	background-image: url(../images/mb_bk2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr  #NavContent {
	float: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr  #MainContent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 880px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColFixCtrHdr  #box1 {
	width: 440px;
	float: left;
	padding: 0;
}

.oneColFixCtrHdr  #box2 {
	width: 433px;
	float: left;
	padding: 0;
	margin-left: 6px;
}

