body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 76%;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 120%;
}

#center {
	margin: 0 auto;
	width: 737px;
	text-align: left;
}

.tm {background: #8ec205 url(../images/tm.gif) repeat-x 50% 0;}
.mr {background: url(../images/mr.gif) repeat-y 100% 50%;}
.bm {background: url(../images/bm.gif) repeat-x 50% 100%;}
.ml {background: url(../images/ml.gif) repeat-y 0 50%;}

.tl {background: url(../images/tl.gif) no-repeat 0 0;}
.tr {background: url(../images/tr.gif) no-repeat 100% 0;}
.bl {background: url(../images/bl.gif) no-repeat 0 100%;}
.br {background: url(../images/br.gif) no-repeat 100% 100%; padding: 0 14px 14px;}

#topmenu {
	padding: 3px 10px 0;
}

#sidebar {
	padding: 6px 1%;
	width: 25%;
	float: left;
}

#content {
	padding: 6px 1%;
	width: 71%;
	float: left;
}

#footer {
	padding: 0 30px 5px;
	text-align: center;
}

#left_footer {
	float: left;
	width: 49%;
	padding-right: 1%;
	text-align: left;
}
#right_footer {
	float: left;
	width: 49%;
	padding-left: 1%;
	text-align: right;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	text-decoration: none;
}

#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #fff;
	outline: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

.clr {
	clear: both;
}