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

ol, ul {
	margin-left: 0px;
}

/* links */
a:link, a:visited{
	color:white;
	text-decoration:none;
	padding-bottom:3px;
	border-bottom:#ffb400 dashed 1px;
	}

a:hover {
	color:#ffb400;
	padding-bottom:4px;
	border-bottom:white dashed 1px;
	}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* typography */
body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.55em;
	color:#d1d1d1;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0em;
	}
	
h1 {
	font-size:1.32em;
	font-weight:normal;
	text-transform:uppercase;
	line-height: 1.2em;
	margin-top:0px;
	margin-bottom:0px;
	}

h2 {
	font-size:2.8em;
	font-weight:normal;
	text-transform:uppercase;
	line-height: .95em;
	margin-top:5px;
	margin-bottom:10px;
	}

h3 {
	font-size:2.2em;
	}

h4 {
	font-size:1.6em;
	}

h5 {
	font-size:1.4em;
	}

h6 {
	font-size:.85em;
	font-weight:normal;
	font-style:italic;
	}
	
p {
	clear:both;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	}

/* layout */
img {
	border:none;
	outline:none;
	}

body {
	background:url(../images/bg.jpg) top center no-repeat fixed #ac0000;
	margin:0px;
	}

#mm-net a {
	border:none;
	}

#mm-net:hover {
	border-top:#ffb400 solid 5px;
	}
	
#upper-menu {
	font-size:.9em;
	font-weight:bold;
	margin:5px 5px;
	}

#upper-menu a:hover {
	}

#top-banner {
	background:url(../images/top-banner.jpg) top center no-repeat;
	width:100%;
	min-width:950px;
	height:500px;
	border-bottom:#ffb400 solid 3px;
	margin-left:auto;
	margin-right:auto;
	}

.wrap {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:20px;
	}

.left {
	float:left;
	}
	
.right {
	float:right;
	}

