body {
	font-family: 'Trebuchet MS',Tahoma, serif;
	font-size: 13px;
	padding:0px;
	margin:0;
}
h1 {
	font-weight:normal;
	margin-bottom:0;
}
h5 {
	font-weight:normal;
	margin:0;
	font-size:18px;
}
.info {	padding-left:20px;}
#trans {	width:100%;
	height:500px;
	background-image:url("img/bg.jpg");
	padding-top:20px;
	padding-bottom:20px;
}
.wrap {	margin:10px 10px;
}
#one .wrap {
	background-color:#afafaf;
}
#one .content {
	padding:5px 20px;
	color:#fff;
}
#one .tl, #one .tr, #one .bl,#one .br {
	width:19px;
	height:19px;
	background:url("img/1.gif");
}
#one .tr, .br {
	float:right;
}
#one .bl {
    background-position:0px 19px;
}
#one .br {
    background-position:19px 19px;
}
#one .tr {
    background-position:19px 0px;
}


#two .wrap {
	background-color:#eff5ff;
	border:3px solid #86afd8;
}
#two .content {
	color:#234261;
	padding:5px 20px;
}
#two .tl, #two .tr, #two .bl, #two .br {
	width:22px;
	height:22px;
	background:url("img/2.gif");
	margin:-3px;
}
#two .tr, #two .br {
	float:right;
}
#two .bl {
    background-position:0px 22px;
}
#two .br {
    background-position:22px 22px;
}
#two .tr {
    background-position:22px 0px;
}

#three .wrap, #three .content  {
	background-color:#a4c771;
}
#three .wrap {
	margin:10px 10px;
}
#three .content {
	color:#fffddf;
	padding:5px 20px;
	margin:0 -20px;
}
#three .tl1, #three .tr1, #three .bl1, #three .br1 {
	width:20px;
	height:20px;
	margin:0 -20px;
	background:url("img/3.png");
}


#three .bl1 {
    background-position:0px 20px;
}
#three .br1 {
    background-position:20px 20px;
float:right;
}
#three .tr1 {
    background-position:20px 0px;
float:right;
}


#four .wrap,#four .content  {
	background-color:#fff7fa;
	border:3px solid #c53f5e;
}
#four .wrap {
	margin:30px 72px;
	border-width:3px 0;
}
#four .content {	color:#6b0c22;
	padding:5px 20px;
	margin:0 -22px;
	border-width:0 3px;
}
#four .tl, #four .tr, #four .bl, #four .br {
	width:22px;
	height:22px;
	margin:-3px -22px;
	background:url("img/4.png");
}
#four .tr, #four .br {
	float:right;
}
#four .bl {
    background-position:0px 22px;
}
#four .br {
    background-position:22px 22px;
}
#four .tr {
    background-position:22px 0px;
}