html, body,  h2, h3 {
	margin: 0;
	padding: 0;
}
a {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover {
	color: #fa9a87;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 12px/14px Trebuchet MS, sans-serif;
	color: #595959;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 686px;
	position: relative;
}
#body {
	position: absolute;
	width: 427px;
	top: 0;
	left: 109px;
	background: white;
	overflow: hidden;
}
#body .i {
	padding: 69px 45px 84px 74px;
}
#head-top {
	position: absolute;
	top: 0;
	left: 109px;
	width: 427px;
	height: 32px;
	z-index: 2;
	background: url(../images/p_head_top.gif) no-repeat;
}

#head-left {
	position: absolute;
	top: 0;
	left: 96px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(../images/p_head_left.gif) no-repeat;
}
#head-right {
	position: absolute;
	top: 0;
	left: 536px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(../images/p_head_right.gif) no-repeat;
}
#body h2 {
	font: 14px/16px Trebuchet MS, sans-serif;
	font-weight: bold;
	margin-top: 25px;
}
#body h2.shallow {
	margin-top: 10px;
}
#body h2.strong {
        font-size: 12px;
	font-weight: bold;
}
#body a.link {
        margin-left:12px;
        background:url(../images/bullet1.gif) 0 0 no-repeat;
        padding-left:12px;
	font: 11px/16px Trebuchet MS, sans-serif;
        text-decoration:none;
}
#body h2.flush {
	margin-top: 0px;
      	font-size: 12px;
}
#body h3 {
	color: #2f2f2f;
	font-size: 10px;
        text-align: center;
	font-weight: normal;
}
#body p {
	margin: 1em 0;
}

