@charset "utf-8";
body {
	font-family: "Palatino Linotype";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
HTML {
	height: 100%;
}

#header {
	background-image: url(../images/Banner.jpg);
	width: 820px;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 24px;
	font-weight: bold;
	padding-top: 145px;
	margin: auto;
}
#line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content {
	width: 870px;
	border: thin solid #000000;
	margin-top: 35px;
	padding: 25px;
	float: left;
}
.centrerad  {
	text-align: center;
}

#text {
	float: left;
	width: 490px;
}
#text_mini  {
	width: 420px;
	float: left;
	border: thin solid #a60303;
	padding: 5px;
}
#text_mini_right {
	float: right;
	width: 420px;
	border: thin double #a60303;
	padding: 5px;
}


#outerposition {
	margin: auto;
	width: 920px;
}
h3 {
	font-size: 16px;
	color: #a60303;
	margin-bottom: 5px;
	margin-top: 0px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
.right {
	text-align: right;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #a60303;
}
h4 {
	font-size: 14px;
	color: #a60303;
	float: right;
}

a {
	color: #a60303;
}