body {
	margin:0;
	padding:0;
	background-color:black;
	color:#f0e89e;
	font-family: Georgia,sans-serif;
}

a {color:#aaa;}
a:hover {color:#f0e89e;}

.title {
	font-size:24px;
	color:#444;
}

#container {
	width:942px;
	margin:auto;
}
	#header {
		width:942px;
		height:219px;
	}
	#menu {
		width:942px;
		height:127px;
		background-image: url(images/menu.jpg);
	}
		.menuItem {
			float:left;
			width:153px;
			height:106px;
		}
		.highlight {
			float:left;
			width:153px;
			height:195px;
		}
	#headerTxt {
		width:942px;
		height:58px;
		background-image: url(images/headerTxt.jpg);
	}
		.head  {
			padding:13px;
			font-size:18px;
		}
	#txt {
		padding:20px;
		width:942px;
		background-image: url(images/txt.jpg);
		background-repeat: no-repeat;
	}
	#foother {
		font-size:10px;
		width:942px;
		height:100px;
	}
