body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #C84858;
}

a {
	color: #F9596D;
}

a:hover {
	color: #C84858;	
}

a:visited {
	color: #777;
}

a.current, a.current:visited {
	color: #ffffcc;
	background-color: #C84858;
	padding: 0px 2px 0px 2px;
}

#main {
	margin: 0px auto 0px auto;
	width: 960px;
	background: url("../images/bg_left.gif");
	background-repeat: repeat-y;
}

#main_bg {
	background: url("../images/bg_right.gif") right;
	background-repeat: repeat-y;
}

#main_bg_lt {
	background: url("../images/flower_tr.gif");
	background-repeat: no-repeat;
}

#main_bg_lb {
	background: url("../images/flower_br.gif") left bottom;
	background-repeat: no-repeat;
}

#main_bg_rt {
	background: url("../images/flower_tl.gif") right top;
	background-repeat: no-repeat;	
}

#main_bg_rb {
	background: url("../images/flower_bl.gif") right bottom;
	background-repeat: no-repeat;	
}

#top {
	background: url("../images/sign.gif");
	background-repeat: no-repeat;
}

#top_bg {
	background: url("../images/sign.gif") top right;
	background-repeat: no-repeat;
}

#logo {
	margin: 30px auto 30px auto;
}

#menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	height: 112px;
	margin-left: -11px;
}

#menu li {
	float: left;
	list-style: none;
	margin: 3px;
	background-repeat: no-repeat;
	background-position: 19px 17px;
	background-color: #C84858;
}

#menu li a {
	color: #777;
	width: 110px;
	height: 112px;
	display: block;
	text-decoration: none;
	background-color: #F8F8C6;
	border: 1px solid #F8F8C6;
	background-repeat: no-repeat;
	background-position: 18px 16px;
	background-image: url('../images/mn_sign.gif');	
}

#menu li a:hover {
	color: #000;
	background-color: transparent;
	border: 1px solid #444;
	background-image: none;
}

#menu .low a {
	height: 17px;
	padding-top: 95px;
}

#content_column_bg {
	margin: 0px auto 0px auto;
	padding: 0px 12px 0px 12px;
	width: 648px;
	background: url("../images/bg_column.gif");
}

#content_bg {
	background: url("../images/bg_cnt_right.gif") right;
	background-repeat: repeat-y;
}

#content {
	background: url("../images/bg_cnt_left.gif") left;
	background-repeat: repeat-y;
	background-color: #FFFFCC;
}

#text {
	clear: both;
	margin-top: 45px;
	padding: 0px 30px 0px 30px;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
}

#top h1, #footer h5, #footer h6, .info  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;	
}

#text h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 130%;	
}

#text h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100%;
}

#text img {
	margin: 3px;
}

#text .block div div div {
	padding: 12px 12px 12px 14px;
	background: url("../images/txt_b.gif") bottom;
	background-repeat: repeat-x;	
}

#text .block div div {
	background: url("../images/txt_l.gif") left;
	background-repeat: repeat-y;
}

#text .block div {
	background: url("../images/txt_r.gif") right;
	background-repeat: repeat-y;
	_height: 0px;
}

#text .block {
	background: url("../images/txt_t.gif") top;
	background-repeat: repeat-x;
	background-color: #F4F4BE;	
}

#footer {
	clear: both;
	margin-top: 40px;
	background: url("../images/sign.gif") left bottom;
	background-repeat: no-repeat;	
}

#footer_fl{
	background: url("../images/flower_b.gif") top;
	background-repeat: no-repeat;
}

#footer_bg {
	height: 140px;
	background: url("../images/sign.gif") bottom right;
	background-repeat: no-repeat;
}

.al_right {
	text-align: right;
}

.info em {
	font-style: normal;
}

input, textarea {
	margin-top: 3px;
	margin-right: 3px;
}

#statistic {
	padding-top: 3px;
	color: #a8a882;
}

#statistic b {
	color: #000;
}

#banner {
	position: absolute;
	top: 1px;
	right: 1px;
}