* {
	margin: 200 0 0 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}


hr {
	color: #959595;
	margin-left: auto;
    margin-right: auto;
}

.nosplitting {
	white-space: nowrap;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}


a {
	text-decoration: none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

img {
	float: left;
	margin: 10px 10px 0px 0px;
}


/* Content */
#content {
	width: 750px;
	margin: 0 auto;
}