@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(images/barared_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9E0011;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: auto;
	height: auto;
	width: 880px;
}
#header {
	float: left;
	height: 340px;
	width: 880px;
}
#main {
	background-image: url(images/barared_06.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 880px;
	overflow: hidden;
}
#m_top {
	background-image: url(images/barared_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 880px;
	overflow: hidden;
}
#m_bottom {
	background-image: url(images/barared_09.jpg);
	background-position: top;
	height: 31px;
	width: 880px;
	float: left;
}
#left {
	float: left;
	height: auto;
	width: 220px;
	margin-top: 20px;
	padding-left: 30px;
}

#right {
	float: left;
	width: 630px;
	overflow: hidden;
}
.left2 {
	float: left;
	height: auto;
	width: 220px;
}

#content {
	float: left;
	height: auto;
	width: 580px;
	padding-left: 15px;
	text-align: left;
}
table {
	background-color: #D2CDC1;
	border: thin solid #A5997E;
	padding: 10px;
}
td {
	border: thin solid #A5997E;
}
tr {
	background-color: #EBE9E2;
}
#wrapper #main #m_top #right p {
	font-size: 16px;
}
.text1 {
	font-weight: bold;
	color: #039;
}
.text2 {
	font-weight: bold;
}
#wrapper #main #m_top #right #content ul {
	font-size: 16px;
}
.text4 {
	font-weight: bold;
	font-size: 24px;
	color: #F30;
}
.text5 {
	color: #900;
	font-size: 24px;
}
.text_center {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #03C;
}
.text6 {
	color: #900;
}
.Text_align_right {
	text-align: right;

}
