Okie after futher review I have come to the conclusion that in order to fix this I need the template to recongnise the Discuss Plugin so that when the Template.css goes to place the line below the article. It will actually place it below the text of the plugin.
.article_separator, .article_seperator {
clear: both;
display: block;
height: 30px;
margin: 0;
background: url(../images/sep.gif) repeat-x center;
}
This is the code for the divide so is there a way to change it so it will go below the plugs type or if I remove that code to stop it from placing the line there then how do I make it so it places it after the other content impliment from the plugin?