/*	__global
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	margin: 0 0 1px 0;
	outline: 0 none;
	padding: 0;
}
a img {
	border: medium none;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*	__body
---------------------------------------------------------------------------- */

body.mtvn {
	color: #000000;
	background: #d8d1b9;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, sans-serif;
}
#mtvnContainerInner {
	background: none transparent;
	padding: 98px 0 0;
	width: auto;
}
#mtvnWrap {
	background: #ded9cd;
	margin: 0 auto;
	width: 980px;
}
#mtvnWrapInner {
	padding: 5px;
}
#mtvnWrapInner .column-left {
	float: left;
	width: 665px;
}
#mtvnWrapInner .column-left .column-left-left {
	float: left;
	width: 327px;
}
#mtvnWrapInner .column-left .column-left-right {
	float: right;
	width: 327px;
}
#mtvnWrapInner .column-right {
	float: right;
	width: 300px;
}

div.choices div {
	background-color: #FFFFFF;
	color: #020202;
}

div.choices div.selected {
	background-color: #6e3e38 !important;
	color: #ffffff;
}

