body {
	font-size:76.1%;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	background-color: #bababa; /* url(images/bg.png); */
	margin: 1em;
	text-align:center; /*center hack*/
}

#wrap {
	margin: 0 auto;
	min-width: 750px;
	max-width: 1050px;
	_width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
	text-align:left;
}

#header {
	text-align:left;
}

div#bottom {
	clear:both;
}

body {
}

/* wrapper classes for shadow */
div#wrap
{
	background: #fff url(images/l.jpg) 0 0 repeat-y;
}
div#wrap_r
{
	background: url(images/r.jpg) 100% 0 repeat-y;
}

div#wrapper
{
	margin: 0 40px;
	text-align: center;
}

div#header {
	background: url(images/t.jpg) 0 0 repeat-x;
}

div#header_l {
	background: url(images/tl.jpg) 0 0 no-repeat;
}

div#header_r {
	height: 235px;
	background: url(images/tr.jpg) 100% 0 no-repeat;
}

div#footer_w {
	background: url(images/b.jpg) 0 100% repeat-x;
}

div#footer_l {
	background: url(images/bl.jpg) 0 100% no-repeat;
}

div#footer_r {
	/*height: 45px;*/
	background: url(images/br.jpg) 100% 100% no-repeat;
	padding: 8px;
}

div#footer
{
	text-align: center;
	height: 130px;
}

