#itemMain{
	float: left;
	height: auto;
	width: 700px;
	margin-left: 10px;
}
#profileHead{
	float: left;
	height: auto;
	width: 500px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FF0099;
}
#topicMain{
	float: left;
	height: auto;
	width: 700px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3BA89;
	padding-bottom: 20px;
}
#topicHead{
	float: left;
	height: auto;
	width: 500px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#gotoTop{
	float: left;
	height: auto;
	width: 200px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}

#topicTxt{
	float: left;
	height: auto;
	width: 700px;
	text-align: justify;
}

#linksMain{
	float: left;
	height: auto;
	width: 200px;
	margin-left: 30px;
}
#linksTxt{
	float: left;
	height: auto;
	width: 200px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3BA89;
	padding-bottom: 15px;
}

/*SCROLL - Start*/ 
.header_link{
	background:#9add19;
	padding:50px;
	width:500px;
	display:block;
	clear:both;
	text-align:center;
	margin:0 auto;
}

.middle_link{
	background:#13aceb;
	padding:50px;
	width:500px;
	display:block;
	clear:both;
	text-align:center;
	margin:0 auto;
}

.footer_link{
	background:#ff8400;
	padding:50px;
	width:500px;
	display:block;
	clear:both;
	text-align:center;
	margin:0 auto;
}

p{
	clear:both;
	padding:20px;
	text-align:left;
}

/*a{
	padding:10px 20px;
	background:#FFF;
	border:1px solid #000;
	color:#000;
	float:left;
	text-decoration:none;
	display:block;
	height:17px;
	width:185px;
	margin-left:15px;
}


SCROLL - Stop*/
