@charset "utf-8";
/* CSS Document */
 
 /*Basic
 ------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;} 

body {
	font: 90%/160% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #f2eded url(img/bg.jpg) repeat-x center 0px;
	color: #544542;
	width: 100%;
	display: table;
	line-height: 100%;
}
input, textarea {
	font: 110%/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	padding: 15px;
	line-height:100%;
	display:inline-block;
	text-align:left
}
img {
	border: none;
}
a {
	color: #38c4e4;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ins {
	text-decoration: none;
}

/*Header options
 ------------------------------------------------------------------------------------------*/
h1{
	padding-top: 15px;
	padding-left: 45px;
	padding-bottom: 15px;
	color: #bba7a1;
	text-align: left;
	text-decoration: underline;
}

h2 {
	font: 95%/160% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 15px 15px 15px;
	letter-spacing: 0px;
	line-height: 95%;
	font-weight: lighter;
	color: #bba7a1;
	text-align: left;
}
h3 {
	font: bold 150%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}

/*Content
 ------------------------------------------------------------------------------------------*/
#main {
	margin: 0 auto;
	width: 820px;
	height: 420px;
	position: relative;
	font-size: 100%;
}
#side {
    position: absolute;
	left: 500px;
    top: 0px;
    width: 300px;
	height: 420px;
	padding: 0px;
	color: #bba7a1;
}

.sideimg {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 7px;
}
.sideline {
	display: block;
	padding: 15px 0px 10px 0px;
	width: 300px;
	/* for IE */
    filter:alpha(opacity=30);
    /* CSS3 standard */
    opacity:0.3;
}
#fbimg{
	position: absolute;
	top: 285px;
	left: 335px;
	border: none;
	/* for IE */
    filter:alpha(opacity=0);
    /* CSS3 standard */
    opacity:0;
}
#whitetd{
	background: #f5f2f2 url(img/whithetd_cn.gif) no-repeat left top;
	position:relative;
	top: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-bottom: #38c4e4 7px solid;
	width: 780px;
	min-height: 150px;
}
.icon {
	padding: 30px 15px 15px 15px;
}
