* {margin:0;padding:0;border:0;}

body {
	background: #fbf0d9 url(/images/bg.png) repeat-x;
	font-family: Arial;
	font-size: 11px;
}

#wrap {
	width: 722px;
	margin: 0 auto;
}




/***** content *****/
#content {
	float: left;
	width: 564px;
	margin-top: 86px;
}
#content .top {
	width: 564px;
	height: 9px;
	background: url(/images/content-top.png) no-repeat;
}
#content .middle {
	width: 541px;
	background-color: #fff;
	padding: 0 12px 0 11px;
}
#content .bottom {
	width: 564px;
	height: 9px;
	background: url(/images/content-bottom.png) no-repeat;
}

#content .heading span { margin-left: 15px; }
#content .heading {
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 12px;
	font-style: italic;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: url(/images/content-heading.png) repeat-x;
	margin-bottom: 2px;
}

#content .text {
	width: 520px;
	background: #d0e6ff url(/images/content-text-bg.png) repeat-x bottom;
	padding: 10px 8px 10px 13px;
	margin-bottom: 15px;
}
#content .text img { float: right; border: 1px solid #fff; margin-left: 10px; }
#content .text p { letter-spacing: 1px; line-height: 13px; margin-bottom: 10px; }
#content .text a { letter-spacing: 1px; font-family: verdana; font-size: 10px; font-weight: bold; color: #0e4b94; text-decoration: none; }

#content .box { letter-spacing: 1px; font-size: 10px; }
#content .box img { margin: 0 12px; }
#content .box b {
	float: left;
	display: block;
	width: 80px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 3px;
}




/***** footer *****/
#footer {
	width: 564px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 10px;
}
a {
	color:#000000;
	text-decoration:none;
}


/***** right *****/
#right {
	float: right;
	width: 148px;
	margin-top: 34px;
}

#right .logo {
	width: 148px;
	height: 130px;
	background: url(/images/logo.png) no-repeat;
}

#right .box { text-align: center; margin: 0 0 17px 18px; }
#right .box .top {
	width: 119px;
	height: 8px;
	background: url(/images/right-box-top.png) no-repeat;
}
#right .box .middle {
	width: 119px;
	background: url(/images/right-box-middle.png) repeat-y;
}
#right .box .bottom {
	width: 119px;
	height: 9px;
	background: url(/images/right-box-bottom.png) no-repeat;
}

#right .box img {
	margin: 8px 0;
}

#right .box ul {
	float: right;
	width: 107px;
	list-style: none;
	line-height: 20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	background: url(/images/right-menu-line.png) no-repeat right top;
	padding-top: 1px;
	margin: 10px 12px 10px 0;
}

#right ul li {
	width: 107px;
	height: 20px;
	background: url(/images/right-menu-line.png) no-repeat right bottom;
}
#right ul li a {
	display: block;
	width: 107px;
	height: 20px;
	color: #000;
	text-decoration: none;
}

