//reset
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: #000000 url('../images/tile.jpg') repeat-y center top;
    font-family: Helvetica, "MS Trebuchet", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
    color:#89794D;
    margin: 0;
}

#wrapper {
    background: transparent url('../images/mmtmtop.jpg') no-repeat top center;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
}
#content {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 775px;
/*    border-bottom: 55px solid #0F1419;*/
    
}
a {border: none; text-decoration: none; color:#A9270F;}

img {border: none;}

h2 {
    font-family: Helvetica, "MS Trebuchet", sans-serif;
    font-size: .6em;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    color:#A9270F;
    margin: 10px 0 5px;
    }


#main { position: relative; margin-top: 25px;}

#column_a { 
    width: 180px; 
    border-right: 1pt dotted #2B3A4B;
    padding: 0 0 5px 10px;
    float:left;
    }


#column_b {margin-left: 180px; margin-top: 10px;}

#column_b img {padding-left: 10px;}
#footer {

    background: transparent url('../images/blackfade.png') repeat-x fixed left bottom;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 150px ;
    display: block;
    overflow: hidden;
    z-index: -1;
    
    }
    
