html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
}
table {
	border: none;
}
.text, h1, h2 {
	font-family: Times New Roman, Georgia, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #4B4747;
}
h1, h2 {
	margin-bottom: 5px;
	font-style: italic;
	letter-spacing: 1px;
	color: #660000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 25px;
}
a.h2 {
	text-decoration: none;
	color: #660000;
}
.p {
	margin-top: 2px;
	margin-bottom: 2px;
}
a {
	color: #4B4747;
}
a:hover {
	color: #CC3300;
}
input {
	border: 1px solid #4B4747;
}

.main {
	width: 100%;
	height: 100%;
	background: #d4d1bb url('/img/back.jpg') top left no-repeat;
}
.top_left {
	background: url('/img/paper1.gif') bottom right no-repeat;
}
	.top_left div {
		width: 700px;
		height: 0px;
	}
	.top_left a {
		display: block;
		width: 625px;
		height: 90px;
		margin: 25px 0px 0px 0px;
	}
		.top_left a h1 {
			display: none;
		}
.top {
	width: 60px;
	background: url('/img/paper2.gif') bottom left no-repeat;
}
	.top div {
		width: 60px;
		height: 0px;
	}
.top_right {
	width: 20%;
	text-align:center;
}

.top_right a {
	display:block;
	margin:10px 30px 0px 10px;
}

.top_right a img {margin:0px;border:none;}

.top_right .first {margin-top:220px;}

	.card {
		float: right;
		width: 150px;
		height: 210px;
		background: url('/img/card.png') no-repeat;
		//background: none; //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/card.png', sizingMethod='crop');
	}
.main_menu {
	width: 12%; background: white; padding: 20px 0px 0px 20px;
}
	.main_menu p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #660000;
	}
.hello {
	padding: 20px 0px 0px 0px;
	background: white;
}
.search {
	padding: 25px 0px 0px 0px;
	background: white;
}
	.search input {
		font-size: 10px;
	}
	.search_button	{
		width: 11px;
		height: 14px;
		background: url('/img/search.gif');
		cursor: pointer;
		cursor: hand;
	}
.shadow {
	background: url('/img/paper3.gif') left repeat-y;
}
.left {
	background: white;
}
.content {
	width: 60%;
	height: 100%;
	background: white;
}
.letters {
	height: 200px;
	background: white url('/img/letters.gif') center right no-repeat;
}

.letters a {display:inline-block;margin:0px 10px 0px 0px;}
.letters a img {margin:0px;border:none;}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.news_header {
	margin-top: 10px;
	margin-bottom: -2px;
	line-height: 28px;
}

