@import url('t_Content.css');
@import url('t_Navigation.css');
@import url('t_Side.css');

body 
{
	
	text-align: center;
	background-color: #666666;
	background-image: url("../images/Trillium_clear-bkgrnd.png");
	background-position: top left;
	min-width: 920px; 
	margin: 0px; 
	padding: 0px;
	font-family: arial, arial, sans-serif;
	font-size: .7em;
}
	
#wrapper 
{
	margin: 0px auto;
	width: 900px;
	padding: 0px 20px;
	background-image: url("../images/mfh_Wrapper.png");
	background-position: top;
	background-repeat: repeat-y;
	text-align: left;
	
}

#heading
{
 	width: 860px;
 	padding: 10px 20px;
 	background-color: #000000;
	background-Image: url("../images/WW-wolf-tril-banner.png");
	background-position: bottom right;
	background-repeat: no-repeat;
 	color: #ffffff; 	
}

#heading h1
{
	color:  #ffff;
	font-weight: normal;
	font-size: 32pt;
	font-family: impact;
	display: inline;
	
}

#heading h2
{
	font-size: 22pt;
	color: #AF0B13;
}

#heading h4
{
	color:  #ffffff;
	display: inline;
	font-size: 13pt;
	font-weight: normal;
}

.banner
{
	margin-bottom: -3px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #000000;
	width: 900px;
}

#wrapperBottom
{
	clear:both;
	margin: 0px auto;
	width: 880px;
}

#footer
{
	color: #ffffff;
	font-size: .8em;
	text-align: center;
	margin: 0px auto;
	width: 880px;
	background-image: url("../images/mfh_Footer_red.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px 20px 20px 20px ;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px;
}

.round 
{
    margin: 0 auto;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.roundSmall
{
    margin: 0 auto;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

 .block 
 {
 	display: block;
 	margin-bottom: 10px;
 }