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

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	padding-top: 20px;
}

div.container {
	width: 800px;
	margin: auto;
	overflow: hidden;
	clear: both;
}
div.header {
	width: 438px;
	height: 55px;
	background-image: url("images/header.png");
	margin-bottom: 10px;
}
div.main_content {
	background-image: url("images/menu_bg.png");
	width: 800px;
	overflow: hidden;
	clear: both;
}
div.menu {
	width: 141px;
	float: left;
	padding-top: 50px;
	padding-left: 30px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFF;
}
a.menu:link, a.menu:active, a.menu:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	color: #000;
}

div.content {
	float: left;
	width: 603px;
}
div.photos {
	float: left;	
	width: 197px;
	height: 132px;
}
div.text {
	padding: 5px;	
}
h1 {
	font-weight: bold;
	color: #AD1E23;	
}