#content {
	border: 1px solid #0d3b7e;
	background-color: #FFFFFF;
}
body {
	text-align: center;
}
#contentBody {
	background-image: url(../imgs/global_bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #9c010f;
	color: #FFFFFF;
	vertical-align: top;
	height: 190px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#contentMenu {
	background-color: #0c3572;
	vertical-align: top;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#locationsmenu {
	position:absolute;
	width:98px;
	height:84px;
	z-index:1;
	visibility: hidden;
}

#content .title {
	font-size: 16px;
	font-weight: bold;
}
#content .comment {
	font-size: 10px;
}

