body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	
	background-image: url(i/backgr.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
}

#center {
    margin: 0 auto;
    width: 740px;
}

#header {
	width: 100%;
	height: 32px;
	margin-top: 10px;
}
.btl, .btr {
	width: 37px;
	cursor: pointer;
}
.btr {
	text-align: right;
}
.hdr {
	width: 16px;
}
.txt {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(i/head_mid.gif);
	background-repeat: repeat-x;
	cursor: default;
}

#status {
	width: 100%;
	margin: 10px 0;
	padding: 2px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #DCA8F6;
}
#status a, #status a:visited {
    font-weight: bold;
	color: #BA53ED;
	text-decoration: none;
}
#status a:hover {
    text-decoration: none;
    color: #666666;
}
#status .title {
	display: block;
	width: 100%;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #DCA8F6;
}
.curr {
    font-weight: bold;
    background-color: #DCA8F6;
}

#index {
	text-align: center;
}
#index .thm {
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	background-image: url(i/thmbg.gif);
}
#index a:link .pic, #index a:visited .pic { 
	border-color: #AAAAAA;
}
#index a:hover .pic {
	border-color: #FFFFFF;
}

#picture {
	text-align: center;
}

#text {
	padding-top: 20px;
    margin: 0 auto;
	width: 740px;
}
#text p {
	padding: 0;
	margin: 0;
	color: #6d109c;
	text-align: justify;
	text-indent: 2em;
}
#text img {
	float: right;
	padding: 0 0 5px 15px;
}
#text a {
	padding: 2px;
	color: #4c0b6d;
	font-weight: bold;
	text-decoration: none;
}
#text a:hover {
    background-color: #DCA8F6;
}
