#container {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	border-right-width: 0px;
	border-right-style: none;
	border-left-width: 0px;
	border-left-style: none;
	display: block;
	width: auto;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	list-style-type: none;
}
#menu1 {
	list-style-type: none;
	display: block;
	margin: 0px;
	background-color: #ebe8d7;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu1 a {
	display: block;
	margin: 2px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	background-color: #c00000;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	border: 1px solid #c00000;
}
#menu1 a:hover {
	color: #000000;
	background-color: #dbd8c7;
	border: 1px solid #000000;
}
#menu1 a:active {
	color: #FFCC00;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}	
#menu2 {
	list-style: none;
	display: block;
	margin: 0px;
	background-color: #ebe8d7;
	width: 260px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page_content {
	margin-left: 280px;
}

#page_content p {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #000000;
	padding-right: 40px;
	padding-left: 20px;
}
#page_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c00000;
	text-indent: 20px;
}
#menu2 a {
	display: block;
	margin: 2px;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	background-color: #ebe8d7;
	border: 1px solid #dbd8c7;
	padding-top: 5px;
}
#footer {
	background-color: #666666;
	clear: left;
	background-position: bottom;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu2 a:hover {
	color: #000000;
	background-color: #dbd8c7;
	border: 1px solid #000000;
}	

#menu2 a:active {
	color: #FFCC00;
	background-color: #dbd8c7;
	border: 1px solid #000000;
}	
	
#header {
	height: 100px;
	background-color: #c00000;
	background-image: url(img/simon-head.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	text-indent: 50px;
	padding-top: 30px;
}
#bar {
	height: 70px;
	background-image: url(img/montage.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

