body
{
	background-color:#291d0b;
	text-align:center;
	margin:0;
	padding:0;
}

body,td,p
{
	font-family:"arial";
	font-size:12px;
	line-height:16px;
}
h1 {
	line-height: 30px;
}
#bodytable
{
	border-collapse:collapse;
	margin:0 auto;
}

#tl
{
	background:url(../images/DIimages/tl.gif) no-repeat top left;
	width:39px;
	height:155px;
}

#top
{
	background:#fff url(../images/DIimages/top.gif) repeat-x top left;
}

#tr
{
	background:url(../images/DIimages/tr.gif) no-repeat top left;
	width:36px;
	height:155px;
}

#bl
{
	background:url(../images/DIimages/bl.gif) no-repeat top left;
	width:39px;
	height:66px;
}

#bottom,#top
{
	text-align:center;
}

#bottom
{
	background:url(../images/DIimages/bottom.gif) repeat-x top left;
}

#br
{
	background:url(../images/DIimages/br.gif) no-repeat top left;
	width:36px;
	height:66px;
}

#l
{
	background:url(../images/DIimages/l-expand.gif) repeat-y top left;
	width:39px;
}

#center
{
	background-color:#fff;
}

#content
{
	padding:10px;
}

#r
{
	background:url(../images/DIimages/r-expand.gif) repeat-y top left;
	width:36px;
}

#wrapper
{
	margin-top:20px;
	text-align:left;
	padding: 0 50px;
}

#footer
{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.menubutton {
    background: transparent url('../images/DIimages/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.menubutton span {
    background: transparent url('../images/DIimages/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}


