body {
	margin: 0;
	background: #f7faee url(../_grafix/background.jpg) fixed no-repeat 0 0;
	cursor: default;
}
* {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 11px;
}
a, a:link, a:visited {
	font-weight: bold;
	color: #88ba14;
}
a:focus, a:hover, a:active {
	font-weight: bold;
	color: #60717a;
}
#wrapper {
	width: 920px;
	height: 660px;
	margin: 20px auto;
	padding: 10px;
	background: transparent url(../_grafix/wrapperback-trans.png) fixed repeat 0 0;

/*	border-radius-topright: 27px;
	-moz-border-radius-topright: 27px;
	-khtml-border-radius-topright: 27px;
	-webkit-border-radius-topright: 27px; */
}
#inside {
	width: 900px;
	height: 640px;
	margin: 0;
	background-color: #fff;
	padding: 10px;

/*	border-radius-topright: 20px;
	-moz-border-radius-topright: 20px;
	-khtml-border-radius-topright: 20px;
	-webkit-border-radius-topright: 20px; */
}
#logo {
	width: 900px;
	margin-bottom: 10px;
	text-align: center;
}
#content-l, #content-r {
	height: 330px;
	overflow: hidden;
}
#content-l {
	width: 445px;
	float: left;
}
#content-r {
	width: 445px;
	float: right;
}
img {
	border:0;
}
.bottom {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 10px;
	color: #60717a;
	text-align: center;
	visibility: hidden;	
}
.acc-head-l, .acc-head-r {
	height:30px;
	overflow: hidden;
	margin: 0;
}
.acc-cont-l, .acc-cont-r {
	width: 445px;
	margin: 0;
	padding: 0;
	height: 210px;
	overflow: hidden;
}
.acc-cont-l p {
	margin: 0;
	padding-top: 4px;
	padding-right: 5px;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #60717a;
	text-align: justify;
}
ul {
	margin: 0;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 11px;
	color: #60717a;
	list-style-image: url("../_grafix/ul.gif");
	margin-left: 15px;
	padding-left: 5px;
}
li {
	padding-bottom: 5px;
}
li em {
	font-variant: small-caps;
	color: #94a0a6;
}
#ul-l {
	margin: 0;
	padding: 0;
	width: 220px;
	float: left;
}
#ul-r {
	margin: 0;
	padding: 0;
	width: 220px;
	float: right;
}
p {
	margin-bottom: 50px;
}