html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #00477a;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #3784b0;
}
#ticaboo {
	width: 760px;
	background-image: url(images/bg-repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url(images/img-banner-01.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 760px;
	font-size:0px;
	text-indent: -15000px;
}
#meta {
	width: 180px;
	float: left;
}
#meta img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	display: block;
}
#content {
	width: 560px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg-content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height: 100px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	text-decoration: underline;
	clear: both;
}
#content p.more-information {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}
#content img.left {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #495055;
}
#content img.right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #495055;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #495055;
}
#content a, #content a:link, #content a:visited {
	color: #3784B0;
}
#content a:hover, #content a:active {
	color: #495055;
}


#footer {
	background-color: #FFFFFF;
	clear: both;
	width: 580px;
	margin-left: 180px;
	text-align: center;
	color: #000000;
	padding-bottom: 10px;
	font-size: 95%;

}
#footer div {
	float: left;
	width: 150px;
}
#footer div.center {
	float: left;
	width: 280px;
}
#footer p {
	clear: both;
}
#footer p.visit {
	background-color: #FDF6E7;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer address {
	font-style: normal;
}
#content img.no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

