#FTcontainer { /* This contains the entire title bar for the forum page */
	position: relative;
	text-align: left;
	left: 0px;
	top: 100px;
	height:80px;
	width: 970px;
	background: #3D536D;
}
#Ftitle { /* this contains the youmrkt forum link */
	position: relative;
	float:left;
	left: 20px;
	height: 80px;
	width: 450px;
	font-family: Arial Black;
	color: #FFF;
	word-spacing: normal;
	font-size: 50px;
}
#NPlink { /* New Post Link in Forum Header */
	position: relative;
	top: 25px;
	right: 20px;
	float: right;
	height: 25px;
	width: 180px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	background: #CB7476;
	padding: 5px;
	border: 1px #CB7476 solid;
	border-bottom: 1px #444 solid;
	border-right: 1px #444 solid; 
	
}
#NPlink:hover {
	background: #FFF1A8;
	border-top: 1px #FFF1A8 solid;
	border-left: 1px #FFF1A8 solid; 
}
#DTheader {
	position: absolute;
	top: -35px;
	left: -1px;
	width: 250px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #A9BEC8;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	
	border: 1px #A9BEC8 solid;
}
#DTcontainer {
	position: relative;
	top: 135px;
	float: left;
	left: 0px;
	width: 250px;
	height: auto;
	background: none;
	border: 1px #7799BB solid;
}
#Tcol1 {
	position: relative;
	float: left;
	width: 125px;
	height: auto;
	float: left;
	background: none;
}
#Tcol2 {
	position: relative;
	float: left;
	width: 125px;
	height: auto;
	background: none;
}
#dTopics {
	clear: both;
	position: relative;
	width: 115px;
	height: 20px;
	padding-left: 10px;
	background: #7799BB;
	
}

#forumtable { /* this contains the table for the forum */
	position: relative;
	top: 135px;
	left: 2px;
	width: 714px;
	height:auto;
	float: left;
	padding-bottom: 10px;
	background: #7799BB;
	border: 1px #7799BB solid;
}
#FMcontainer { /* this div contains the forum menus: subject, posted by. etc*/
	position: absolute;
	left: -1px;
	width: 714px;
	height: 20px;
	top: -35px;
	background: #A9BEC8;
	border: 1px #A9BEC8 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	

}
#forumMenu { /* this div contains each individual forum menu */
	position: absolute;
	top: -27px;
	font-family: arial;
	color: #FFF;
	font-size: 13px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#forumthreadlinks { /* this div contains the subject/link to each thread listed */
	position: relative;
	top: 0px;
	font-family: Arial;
	background: #FFF1A8;
	color: #66667D;
	height: 22px;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 12px;
	
	border-top: 1px #FFF1A8 solid;
	border-left: 1px #FFF1A8 solid;
	border-bottom: 1px #777 solid;
	border-right: 1px #777 solid;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;

}
#forumthreadlinks:hover {
	background: #CB7476;
	border: 1px #CB7476 solid;
	color: #fff;
}

#forumthreads { /* this div contains individual thread associations: usernames, dates posted, # replies */
	position: relative;
	top: 0px;
	font-family: Arial;
	background-color: #FFF1A8;
	color: #444;
	height: 22px;
	text-decoration: none;
	font-size: 12px;
	
	border: 1px #FFF1A8 solid;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;

}
.link { /* this is used to define the color of the youmrkt forum link */
	text-decoration: none;
	color: #FFF;
}
.threadlink{ /* this defines the individual thread links */
	text-decoration: none;
}
.postlink {
	text-decoration: none;
	color: #fff;
}

#dTopics:hover {
	background: #CB7476;
	color: #fff;
}
#dTopics.selected {
	background: #FFF1A8;
	color: #66667D;
}
#forumthreads.dates {
	font-size: 10px;
	padding-left: 0;
	padding-right: 0;
}
/* THE THREAD PAGE  (read.php) */
#Psubject {
	position: relative;
	width: 938px;
	height: 30px;
	left: 0px;
	top: 102px;
	
	padding: 5px 10px 5px 20px;
	font-family: arial black;
	font-size: 17px;
	color: #444;
	
	border: 1px #999 solid;
	background: #E8EEF7;
	
}
#username {
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 15px;
	font-family: arial;
}
#Pmessage {
	position: relative;
	top: 102px;
	left: 0px;
	min-height: 60px;
	height: auto;
	width: 888px;
	margin: 2px 0 2px 0;
	padding: 5px 40px 5px 40px;
	
	font-family: Garamond;
	color: #444;
	border: 1px #999 solid;
	background: #F7F7F7;
}
#Preply {
	position: relative; 
	top: 39px;
	left: 95px;
	width: 860px;
	height: 350px;
	padding: 5px 10px 5px 100px;
	
	font-family: Garamond;
	color: #444;
	border: 1px #777 solid;
	background: none;
}
/* Post page */
#PFpostcontainer {
	position: relative;
	top: 102px;
	left: 0px;
	width: 908px;
	height: auto;
	background: #A9BEC8;;
	padding: 10px 10px 20px 50px;
	border: 1px #999 solid;
}


