@charset "utf-8";

.about  #content  div {
	padding: 10px 10px 0px;
	border: 1px dotted #DBDBDB;

}
.about   #content   div  p {
	line-height: normal;
	font-weight: normal;
	margin: 0;
	color: #000000;
	margin-bottom: 10px;
}
.about  #content  div  a {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.about  #container {
	background: #C2E4F0;

}
.about #sidebar #holder  {
	background: url(../images/about/sidebar.jpg) no-repeat;
}
.about #wrapper   {
	background: #FFFFFF url(../images/about/bkg.jpg) no-repeat center 70px;
}
.about   #btnAbout {
	background: url(../images/common/buttons/about/btn_about_a.gif) no-repeat;
}
.about  #btnJoin:hover {
	background: url(../images/common/buttons/about/btn_join_h.gif) no-repeat;
}
.about  #btnMember:hover {
	background: url(../images/common/buttons/about/btn_member_h.gif) no-repeat;
}
.about  #btnFaqs:hover {
	background: url(../images/common/buttons/about/btn_faqs_h.gif) no-repeat;
}
.about  #btnPrivacy:hover {
	background: url(../images/common/buttons/about/btn_privacy_h.gif) no-repeat;
}
.about  #btnResearch:hover {
	background: url(../images/common/buttons/about/btn_research_h.gif) no-repeat;
}
.about  #site_title {
	background: url(../images/about/site_title.gif) no-repeat;
}
.about #link_code {
	padding: 10px;
	border: 1px dashed #FFFFFF;
	margin-top: 10px;
}
.about   #link_code textarea {
	margin: 0px;
	padding: 0px;
	width: 375px;
	height: 70px;
	border-style: none;
	background: #BEC2C9;
	overflow: hidden;
	font-size: 11px;
	padding-bottom: 5px;
}
