@charset "utf-8";
#container {
	width: 800px;
	background-color: #FFCC66;
	background-image: url(images/letterbg2.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#containerbg {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 850px;
}

#letter {
	padding-right: 10px;
	padding-left: 10px;
}
#letter a:link {
	color: #D20000;
}

#pagetitle {
	height: 200px;
	margin-top: 0px;
}
#pagetop {
	margin-top: 0px;
	margin-bottom: 0px;
}
#pagebottom {
	margin-top: 0px;
	margin-bottom: 0px;
}


body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
}
#letter a:visited {
	color: #D20000;
}
#letter a:hover {
	color: #FF8484;
}
#letter a:active {
	color: #FFFFFF;
}
