html
{
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #ff5555;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{

}

img
{
	border: 1px solid #000000;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 785px;
	height:	100%;
}

#main_body
{
	width: 785px;
	background: #ffffff url(/images/shadow.png) top left repeat-y;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

#header
{
	clear: both;
	width: 780px;
	background-color: #ffffff;
}

#header_text
{
	padding-top: 96px; /* height of the replacement image */
	margin: 0px;
	position: relative;
	left: -5px;
	overflow: hidden;
	background: transparent url(/images/ttlogov3.jpg) no-repeat top left;
	width: 785px;
	height: 0px;
	font-size: 130%;
	font-weight: bold;
}

#menu_bar {
	position: relative;
	top: -47px;
	left: 130px;
	width: 445px;
}

.menu_title {
	width: 70px;
	padding: 4px;
}

.menu_title a {
	color: #000000;
}

.menu_title a:hover {
	cursor: pointer;
	color: #ffffff;
}

#content {
	width: 770px;
}

#footer
{
	background: #55ff55;
	position: relative;
	left: -5px;
	width: 785px;
}

/* addin_rss.php */

.rssdate {
	font-size: 9px;
}

.rssdescription {
	width: 700px;
	padding-left: 20px;
	padding-top: 10px;
	text-align: justify;
	letter-spacing: 0.8px;
	line-height: 18px;
}

/* wifimap */

#map
{
border: 1px solid #000000;
width: 650px;
height: 400px;
}

.wfff_clickme
{
cursor: pointer;
}

#pointkey img {
	border: 0px;
}
