@charset "utf-8";
body {
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #75bfbf;
	background-image: none;
	margin: auto;
	top: auto;
	text-align: center;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D3D9C5;
}
#header {
	height: 150px;
	width: 960px;
	background-image: url(images/roro_header.jpg);
	margin-right: auto;
	margin-left: auto;
}
#content {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #A93420;
	background-color: #d3d9c5;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}
#menuBar {
	background-image: url(images/nav_bar.png);
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	color: white;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 2px;
}
#footer {
	background-image: url(images/nav_bar.png);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	background-color: white;
	color: white;
	text-align: center;
	font-style: italic;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 18px;
	padding-top: 6px;
}
h1 {
	text-align: center;
}
.image_left {
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.image_right {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	clear: both;
}
.image_center {
	margin-bottom: auto;
	left: auto;
	right: auto;
	position: static;
	padding-right: 173px;
	padding-left: 173px;
}
#menuBar a:link {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#menuBar a:visited {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
#menuBar a:hover {
	font-weight: bold;
	color: #4986B2;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
	color: #61613F;
}
a:visited {
	text-decoration: underline;
	color: #61613F;
}
a:hover {
	text-decoration: underline;
	color: #D49953;

#wrapper #content table tr td h2 {
	text-align: center;
}
h2 {
	text-align: center;

}
