body {
	background: url(../images/global-bg.jpg) repeat-x #1A0900;
	font-family: georgia, times, "times new roman", serif;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

#head {
	position: relative;
	height: 160px;
}
#main {
	margin: 0px auto;
	width: 990px;
}

img.logo {
	display: block;
	position: absolute;
	left: 9px;
	top: 61px;
}

br.clear {clear: both;}

span.seo {position: absolute; left: -10000px; top: -10000px;}
div.seo {display: inline; position: absolute; left: -10000px; top: -10000px;}

#mainbody {
	width: 990px;
	background: url(../images/mainbody-bg.png) no-repeat;
	position: relative;
}

	* html #mainbody {
	background: url(../images/ie6-bg.gif) repeat-y;
	}

#teaser {
	float: left;
	width: 220px;
	height: 195px;
	background: black;
	margin-left: 10px;
	overflow: hidden;
}

	* html #teaser {margin-left: 5px;}
	
#leftcolumn {
	float: left;
	width: 220px;
	margin: 10px 0px 0px 10px;
}

	* html #leftcolumn {margin: 10px 20px 0px 5px;}

#rightcolumn {
	float: right;
	width: 700px;
	margin: 10px 40px 0px 0px;
}

* html #rightcolumn {margin: 10px 20px 0px 0px;}
	
	
	#rightcolumn h2 {font-weight: bold; font-size: 30px; margin-bottom: 30px; font-family: georgia;}
	#rightcolumn h3 {font-weight: bold; font-size: 22px; margin-bottom: 20px; font-family: georgia;}
	#rightcolumn h4 {font-weight: bold; font-size: 18px; margin-bottom: 10px; font-family: georgia;}
	#rightcolumn strong {font-weight: bold; color: #7F7F7F;}
	#rightcolumn p a {color: #cccccc; text-decoration: underline;}
	#rightcolumn p a:hover {color: white; text-decoration: none; color: #7F7F7F;}
	#rightcolumn p {margin: 10px 0px 10px 0px; color: #cccccc;}
	
	#rightcolumn ul li {list-style-type: square; margin-left: 15px; color: #CECECE;}
	#rightcolumn ul li ul li {list-style-type: square; color: #7F7F7F; margin-left: 15px;}
	
	.in-column {
	background: #252525;
	border-bottom: 1px solid #4e4e4e;
	float: right;
	width: 140px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	}
	
	#rightcolumn hr {
	margin-bottom: 15px;
	border: 0 none;
	border-bottom: 1px solid #999;
	}
	
#googlemap {
	width: 430px;
	height: 420px;
}

td.first {padding:0 5px 0 0;}
td.last{padding:0 5px 0 0;}
