body {
	background: #44310b;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

img,table { border:0; }
div, img, table, h1, h2, h3, h4, h5, h6 { 
	margin:0; 
	padding:0; 
	text-align: left;
}

h1 {
	color: #44310b;
	border-bottom: 1px solid #44310b;
	margin-bottom: 10px;
}


#main{
	margin: 15px auto;
	min-width: 780px;
	max-width: 980px;
}

#middle {
	background: #ffda8d;
}

#left {
	width: 180px;
	float: left;
}


#top,
#top_l,
#top_r,
#bottom,
#bottom_r,
#bottom_l {
	position: relative;
	height: 10px;
}


#top_l,
#bottom_l {
	float: left;
	width: 10px;
}

#top { background: url(../imgs/layout/bg/t.gif) repeat-x; }
#top_l { background: url(../imgs/layout/bg/tl.gif) no-repeat top left; }
#top_r { background: url(../imgs/layout/bg/tr.gif) no-repeat top right; }

#bottom { background: url(../imgs/layout/bg/b.gif) repeat-x; }
#bottom_l { background: url(../imgs/layout/bg/bl.gif) no-repeat bottom left; }
#bottom_r { background: url(../imgs/layout/bg/br.gif) no-repeat bottom right; }


#container {
	
}

#c_left {
	padding-left: 10px;
	background: url(../imgs/layout/bg/l.gif) repeat-y left;
}

#c_right {
	padding-right: 10px;
	background: url(../imgs/layout/bg/r.gif) repeat-y right;	
}


#header {
	height: 120px;
	border-bottom: 5px solid #35260a;
	background: url(../imgs/layout/hbg.gif) repeat-x;
}

#logo {
	background: url(../imgs/layout/logo.gif) no-repeat center;
	height: 120px;
	width: 180px;
	xwidth: 300px;
	position: relative;
	float: left;
}

#hright {
	height: 120px;
	xmargin-left: 180px;
	margin-left: 300px;
	position: relative;
	background: url(../imgs/layout/hright.gif) no-repeat right;
}

#footer {
	padding: 10px;
	border-top: 5px solid #35260a;
	font-size: .93em;
	color: #35260a;
	background: #e2cfb1;
}


.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt50 { margin-top: 50px; }