@charset "utf-8";
/* CSS Document */
	body{
		font: 16px "Times New Roman", Times, serif;
		line-height: 150%;
	}
	#page{
		width: 840px;
		background: url(../images/background.gif) repeat;
		padding: 80px;
		float: left;
	}
	#container{
		width: 840px;
		background: #FFF;
		float: left;
	}
	header img{
		margin-left: 120px;
		margin-right: 120px;
	}
	#left{
		width: 390px;
		float: left;
		margin-left: 20px;
	}
	#right{
		width: 390px;
		float: right;
		margin-right: 20px;
	}
	h1{
		font-family:"Comic Sans MS", cursive;
		font-size: 150%;
		text-align: center;
		margin-bottom: 20px;
	}
	p{
		margin-bottom: 20px;
	}
	.redtext{
		color: red;
	}
	table{
		margin-bottom: 20px;
	}
	.thl{
		font-size: 110%;
		font-style:italic;
	}

