*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	background:url('img/bg_middle.jpg') #A8B9C8 repeat-y center;
	font-family:"Verdana ";
}
a img{border:none;}
a:link{color:#333; text-decoration:none;}
/*a:hover{color:#000; text-decoration:none; border-bottom:1px dotted #000;}*/
a:visited{color:#666; text-decoration:none;}
.Lfl{float:left;}
.Rfl{float:right;}
a{outline:0;}

#wrapper{
	width:760px;
	margin:0 auto;
	font-size:8pt;
}

#wrapper p {
	text-align:center;
	margin-left:20px;
}

#cover{
	width:760px;
	height:100px;
	background:url("img/title_top.gif") no-repeat;
	margin:0 auto;
}

#cover h1{
	text-indent:-9999px;
}

#cover h1 a{
	display:block;
	width:760px;
	height:100px;
	border:none;
}

#content h3{
	text-align:left;
	border-left:3px solid black;
	padding:5px 10px;
	margin:5px;
}

#content , #content  p{
	text-align:left;
}


table.profile_table{
	width:500px;
	border-collapse:collapse;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.profile_table tr{
}

.profile_table th{
	text-align:left;
	vertical-align:top;
	background:#eeeef0;
	padding:5px;
	width:10em;
	border-bottom:1px dotted #666;
}

.profile_table td{
	padding:5px;
	text-align:left;
	
	border-bottom:1px dotted #666;
}



#footer{
	width:760px;
	margin:10px auto;
	font-family:Trebuchet MS;
	letter-spacing:0.3em;
	text-align:center;
	font-size:8pt;
}