#global {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#title {
	text-align: center;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	clear: both;
	border-bottom-color: #DADADA;
}

#main {
	background-attachment: scroll;
	background-image: url(images/fireman_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 650px;
	width: auto;
	font-size: 90%;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.link_text {
	display: inline;
	text-align: left;
	vertical-align: top;
	margin-right: 5px;
}
a:link {
	color: #000000;
	text-decoration: underline;
	background-color: inherit;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: inherit;
}
a:hover {
	color: #663300;
	text-decoration: none;
	background-color: inherit;
}
a:active {
	color: #006600;
	text-decoration: underline;
	background-color: inherit;
}



.column {
	display: block;
	float: left;
	width: 180px;
	margin: 10px;
	padding: 30px;
}


body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../../LEA.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}
.column_left {
	display: block;
	float: left;
	width: 180px;
	margin: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	height: 200px;
}
.column_right {
	display: block;
	float: right;
	width: 180px;
	margin: 7px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: 200px;
}
#footer {
	clear: both;
	height: 60px;
	margin-left: 80px;
	margin-right: 80px;
	background-repeat: no-repeat;
	background-position: right;
}
.columnright {

	display: block;
	float: left;
	width: 180px;
	margin: 10px;
	padding: 30px;
}

