body {
	background: #e7e7e7 url(img/bg.gif) repeat-x center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header {
	width: 880px;
	height: 103px;
	background: url(img/header_bg.jpg) repeat-x;
	text-align: left;
	margin: 0px auto;
}

.page {
	background: url(img/bg2.jpg) no-repeat center top;
}

.content {
	width: 880px;
	background-color: #ffffff;
	text-align: left;
	margin: 0px auto;
}

.footer {
	width: 860px;
	height: 40px;
	background: url(img/footer_bg.jpg) repeat-x;
	text-align: center;
	margin: 0px auto;
	color: #898989;
	padding: 10px;
}

.footer a, .footer a:hover {
	text-decoration: none;
	color: #636363;
}

.footer a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txtform {
	border: 1px solid #aaaaaa;
	background-color: #dedede;
}

.button {
	border: 1px solid #666666;
	background: url(img/button_bg.jpg) repeat-x;
	height: 23px;
	line-height: 23px;
}

.error_msg {
	color: #ff0000;
}

.clearfix {
	clear: both;
}