@import url('style_main.css');

/* plugin .css*/
@import url('plugins/style_styled_content.css');
@import url('plugins/style_sitemap.css');
@import url('plugins/style_tipafriend.css');
@import url('plugins/style_searchbox.css');
@import url('plugins/style_kiospoll.css');
@import url('plugins/style_indexed_search.css');
@import url('plugins/style_forum.css');
@import url('plugins/style_guestbook.css');
@import url('plugins/tt_news_v2_styles.css');
@import url('plugins/style_gallerybox.css');
@import url('plugins/style_addressgroups.css');
@import url('plugins/style_weatherbox.css');

/*.css*/
@import url('style_content.css');
@import url('style_font.css');
@import url('style_link.css');
@import url('style_header.css');
@import url('style_form.css');



html, body { height:100% }
body, table {
	font-family: "Arial";
	font-size: 8pt;
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	/*background-color: #CCCCCB;*/
	background-color: #05582A;
}

#wrapper_outer {
	height: 100%;
	min-height: 100%;
  width: 820px;
  margin-top: 0;
  margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
  text-align: center;
  background: #E5E5E5 url(../images/background.gif) repeat-y left top;
}

#outer{
	height: 100%;
	min-height: 100%;
	width: 780px;
	margin: 0 auto;
	margin-left: 20px;
  margin-right: 20px;
}

html>body #wrapper_outer{ height:auto; }
#wrapper_outer > #outer { height:auto; }

#header{
	position: relative;
	width: 780px;
}

#leftColumn {
	position: relative;
	float: left;
	width: 177px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#contentColumn {
	position: relative;
	float: right;
	width: 603px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#centerColumn {
	position: relative;
	float: left;
	width: 426px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#rightColumn {
 position: relative;
	float: right;
	width: 177px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#footer {
	position: relative;
  height: 20px;
	width: 780px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	padding: 0;
	background-color: #005629;
	text-align: center;
	overflow: hidden;
}

#clearFooter{
	clear: both;
	height: 20px;
}




