@charset "UTF-8";
/* CSS Document */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #454444;
}

#container {
min-width: 875px;
margin-left: 8px;
}

#header {
padding-top: 15px;
}

#main {
padding-top: 15px;
max-width: 875px;
margin-left: auto;
margin-right: auto;
}

#footer {
padding-bottom: 20px;
}

#line {
width: 99.6%;
height: 2px;
background-color: #000000;
margin-bottom: 14px;
}

img {
	clear: left;
	border: 0;
}

h3 {
	line-height: 0em;
	color: #000000;
}

h4 {
	margin-top: -6px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.text {
	position: relative;
	float: right;
	margin-top: 0px;
	width: 200px;
	padding-right: 20px;
}