body {
	margin : 0px;
	height: 100%;
	background-image:url(../images/body3.gif);
	background-color: white;
	background-repeat:repeat-x;
	font-family:Helvetica,Sans-Serif;
}
/* title */
#title{
	height: 70px;
	padding: 10px;
/*
	margin-bottom: 30px;
*/
}
#title_name{
	font-size:    30px;
	padding:  5px 10px;
}
/*  */
#all{
	background-color: #EEEEFF;
	margin:  0px;
	padding:   20px 10px;
}
/* menu */
/* list style */
#menu {
	margin-left: 10px;
	padding: 10px;
	width:   980px;
	border: 1px dashed #000077;
	background-color: white;
}
#menu_title{
	font-size:    20px;
	font-weight: bolder;
	margin:  0px 0px 0px 20px;
	float: left;
}
#menu_list{
	line-height: 1.5em;
	padding: 0px 20px;
	margin: 10px;
}
.menu_list_item{
/*
	list-style-type: none;
*/
	list-style-position:    outside;
	margin-left: 20px;
}


/* content */
#content{
/*
	width: 1000px;
*/
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	width:   1000px;
}
.group{
	background-color: white;
	margin:  10px 0px;
}
/* articles style */
/* title */
.group_title{
	background-color:  #aaccaa;
	padding: 5px 0px 5px 5px;
	font-size: 18px;
	font-weight: bolder;
}
/* content */
.article{
	width:  960px;
	margin:  15px 10px 10px 20px ;
	background-color:    #eeffee;
}
.article_title{
	background-color:  #ddddbb;
	padding:  5px 10px;
/*
	font-size:  16px;
	font-weight:  bolder;
*/
}
.article_title span{
	font-size:  18px;
	font-weight: bolder;
}
.article_content{
	padding: 10px;
}
.article_image{
	float: left;
/*
	width:    350px;
*/
	width:    300px;
	text-align: center;
	background-color: white;
}
.article_text{
	float: left;
	background-color: white;
	margin: 0px 10px 0px 10px;
	line-height:  1.3em;
	width:    620px;
	font-size: 16px;
}
.article_desc{
	text-align:     justify;
	text-justify:     distribute;
	text-indent:    1em;
	padding:    10px;
}
.article_pdb{
	margin: 5px 20px 5px 20px;
	padding:  0px 5px;
	border-bottom: 1px solid #BFDFD9;
}
.article_pdb .column{
	font-size: 14px;
	width:  200px;
}
.article_pubmed{
	margin: 5px 20px 20px 20px;
	padding:  0px 5px;
	border-bottom: 1px solid #336699;
}
.article_pubmed .column{
	font-size: 14px;
	width:  200px;
}
.column{
	margin-right: 10px;
}
.ref{
	font-size:  15px;
	margin :  0px 3px;
}
.clearfix{
	clear:    both;
}

/* footer */
#footer{
	width:  1020px;
	text-align:    center;
}
#footer a img{
	border-style:  none;
}

/* tprp logo */
#logo{
	margin:  5px auto auto 10px;
	position: absolute;
	top: 10px;
	left: 850px;
}
#logo img{
	border-style:none;	
}

/* p3k structure gallery */
#p3k_link{
	text-align: right;
}
#p3k_link a{
	text-decoration :none;
	color: #5555AA;
}
#p3k_link a:hover{
	color: #2222CC;
	text-decoration : underline;
/*
	font-weight :bold;
*/
}
#p3k_link a:active {
	color: #CC2222;
	text-decoration : underline;
}
#p3k_link a:link {
	color: #CC2222;
	text-decoration : underline;
}