@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images_mww_new/bgGrad2.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background-image: url(../images_mww_new/salesUp_new2.jpg);
	background-repeat: no-repeat;
	height: 284px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	padding-top: 300px;
	padding-left: 20px;
	margin: 0;
}
.headerh1 {color: #CC3300}

#header .headerSub {
	padding-left: 20px;

}
.headerSub {
	color: #333333;
	font-weight: bold;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation {
	background-color: #B4B4B4;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	background-position: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
}
#mainContent p {
	font-size: 14px;
}
#content_sub1 td p {
	padding-left: 10px;
}



.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 70px;
	background-color: #FFFFFF;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footerText {
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #5C3138;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}
.MarionAbout {
	font-size: 18px;
	font-style: italic;
}

