I don't know why, but a line in my text is out of margins.

How can I avoid this issue?
I'm using classicthesis in TeXworks.
Edit: with the command
\overfullrule=5pt
I can see a black square where this issue appear.
Here a MWE and myclassicthesis-preamble
\documentclass{scrreprt}
\usepackage[english]{babel}
\usepackage{myclassicthesis-preamble}
\usepackage{classicthesis}
\usepackage{microtype}
\renewcommand{\descriptionlabel}[1]{\hspace*{\labelsep}\small\textsc{#1}}
\overfullrule=5pt
\begin{document}
\begin{description}
\item[Service Delivery Framework] The infrastructure to create, publish, manage and consume FI services across their life cycle, addressing all technical and business aspects.
\item[Interface to the Network and Devices] The open interfaces to networks and devices, harmonizing the connectivity needs of services built on top of the platform.
\end{description}
Lastly, on the \emph{political dimension}, legal and legislative barriers presently hinder the efficient cross-border establishment of new innovative solutions due to complex or incompatible ICT policies in Europe.
\end{document}
Two possible problems: this line
\renewcommand{\descriptionlabel}[1]{\hspace*{\labelsep}\small\textsc{#1}}
and the modification in myclassicthesis-preamble(lines 63-70)
\PassOptionsToPackage{
eulerchapternumbers,
beramono,
eulermath,
pdfspacing,
floatperchapter
}
{classicthesis}
in particular the option pdfspacing.

presentlywithpresent\-lyor put\hyphenation{pre-sent-ly}in the preamble? Probably LaTeX doesn't know how to hyphen that word. – percusse Dec 4 '11 at 0:53pre\-sent\-lyworks. But now I realized that there are a lot of these "out of margins". I must to redefine all the english words? =| – Baduel Dec 4 '11 at 1:15