@charset "utf-8";
body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #002F5B;
	background-image: url(slices/mfn_v2d2_rampbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #333333;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;

	}
a:active { 
	color: #333333;
	}

.container {
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(slices/mfn_v2d2_mainbg.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 760px;
}
.dvdrbar {
	background-image: url(slices/mfn_v2d2_DvdrBar.gif);
	background-repeat: repeat-x;
	clear: both;
}
.demoframe {
	width: 480px;
	height: 310px;
	text-align: center;
}
.wipframe {
	height: 350px;
	width: 200px;
}

.oneColFixCtrHdr #mainContent {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #002F5B;
	color: #FFFFFF;
	text-align: right;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}
.portfolio {
	margin: 10px;
	clear: both;
	width: 720px;
	position: relative;
}
.portframe {
	height: 120px;
	width: 180px;
	text-align: center;
	float: left;
}

