@charset "utf-8";
/* CSS Document */

body {
	margin: 20px auto 180px auto;
	width: 758px;
	background-color:#555;
	font-size: 13pt;
	line-height: 1.55em;
}
table tr {
	border:0;
	margin: 0;
	padding:0;
}
#top {
	background-image: url(Top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 752px;
	padding: 0;
	border: 0;
	margin: 0;
}
#middle {
	width: 619px;
	padding: 15px 60px 20px 60px;
	background-color: #FFF;
	border-right:solid 3px #444;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 -8px 0 0;
	clear:both;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#content {
}
#bottom {
	height: 42px;
	width: 752px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	border: 0;
	margin: 0;
}
h1 {
	margin: 25px 0 30px 0;
	text-align:center;
	font-size: 56px;
	font-family: impact;
	color:#990000;
}
h3 {
	color: #0000FF;
	font-size:22px;
}
.alignright {
	float: right;
	padding-left: 10px;
}
.alignleft {
	float: left;
	padding-right: 10px;
}
blockquote {
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 15px 20px;
	padding: 5px 35px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #EBEBEB;
	font-size: 90%;
	line-height: normal;
	font-style: italic;
}
.center {
	text-align: center;
	margin: auto auto;
}
a img{ border:none;}
