/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0px 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7 url("{T_THEME_PATH}/images/mid_l.png") 0 0 repeat-y;
		}

div#wrapper_r {
	background: url("{T_THEME_PATH}/images/mid_r.png") 100% 0 repeat-y;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header {
    background: #3C5C84;
	height: 130px;
	position: relative;
	z-index: 3;
	/*background: url("{T_THEME_PATH}/images/blue/mw_header_t.png") 0 0 repeat-x;*/
}

div#logo {
	float: left;
	width: 446px;
	height: 129px;
	background: url("{T_THEME_PATH}/images/logo.png") 0 0 no-repeat;
	margin-left: 35px;
	margin-top: 0px;
}

#bannertop {
	float:right;
	background: url("{T_THEME_PATH}/images/adv.png") 0 0 no-repeat;
	height: 100px;
	width: 534px;
	margin-top: 41px;
	margin-right: 10px;
	position: relative;
	z-index: 4;
}

div#adv {
   margin-top: 28px;
   margin-left: 32px;
   height: 60px;
   width: 468px;
   }

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
    position: relative;
	z-index: 2;
	background: #f7f7f7 url("{T_THEME_PATH}/images/top_m.png") 0 0 repeat-x;
	margin: 0;
	height: 25px;
}

div#tabarea_l {
	background: url("{T_THEME_PATH}/images/top_l.png") 0 0 no-repeat;
	height: 25px;
}

div#tabarea_r {
	height: 25px;
	background: url("{T_THEME_PATH}/images/top_r.png") 100% 0 no-repeat;
}


div#footer {
	background: #f7f7f7 url("{T_THEME_PATH}/images/footer_m.png") 0 0 repeat-x;
}

div#footer_l {
	background: url("{T_THEME_PATH}/images/footer_l.png") 0 0 no-repeat;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
	background: url("{T_THEME_PATH}/images/footer_r.png") 100% 0 no-repeat;
}

div#footer_r img {
      border: 0 none;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}


#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

div#banners {margin-left:25px;margin-bottom:20px;}
