body {
	margin:0;
	padding:0;
	background: url(images/bg.jpg);
}
html, body, td, p, table, td, a, ul, li {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #ac4e31;
	line-height: 32px;
}
.top {
	text-align: center;
	letter-spacing: 2px;
	height:40px;
	background:#985d4a;
	color: #fff;
}
.topImg {
	border-top: 1px solid #ac4e31;
	border-bottom: 1px solid #ac4e31;
}
.menu {
	padding-top: 15px;
	height: 90%;	
}
.menuTxt {
	padding:15px;
}
.menu a {
	text-decoration: none;
}
.content {
	padding-top: 15px;
	height: 90%;
}
.contentTxt {
	padding-top:25px;
	padding-right:35px;
	
	padding-bottom:35px;
}
.bottom {
	border-top: 1px solid #ac4e31;
	text-align: right;
	font-size: 11px;
	height: 20px;
	background:#985d4a;
	color: #fff;
}
.bottom a {
 font-size: 11px;
}
.left {
	background: #fff url(images/bg_left.jpg) right top repeat-y;

	
}
.right {
	background: #fff url(images/bg_right.jpg) left top repeat-y;
}
