@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
body,td,th {
	color: #000;
	font-family: Arial;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #F00;
}

input , textarea, select{
	font-family: Arial;
	font-size: 12px;
}
.button {
	font-family: Arial;
	font-size: 12px;
	background-color: #F00;
	background-image: url(images/button_backgorund.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.button_black {
	font-family: Arial;
	font-size: 12px;
	background-color: #000;
	background-image: url(images/button_backgorund_black.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}



#m_background {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F5F5;
	padding-right: 7px;
	padding-left: 7px;
}
#m_background #header {
	background-color: #000;
	color: #FFF;
	height: 115px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
#m_background #footer {
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
}
#m_background #left_content {
	width: 280px;
	float: left;
}
#m_background #right_content {
	float: left;
	width: 700px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 10px;
	background-color: #FFF;
}

