*
{
	padding: 0px;
	margin: 0px;
}

body, html
{
	width: 100%;
	height: 100%;
	font-family: Verdana, sans-serif;
	/*font-family: "Trebuchet MS", sans-serif;*/
	/*font-family: Arial, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, Tahoma, sans-serif;*/
	font-size: 16px;
	line-height: 22px;
	/*font-weight: bold;*/
	color: black;
}

a
{
	color: black;
}

#main_table
{
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse;
}
	#main_table td
	{
		border: none;
		text-align: left;
		vertical-align: middle;
	}

#main_header
{
	width: 100%;
	height: 398px;
	background: url('../../images/main_bg.jpg') top left repeat-x;
}

#main_header2
{
	width: 100%;
	height: 398px;
	background: url('../../images/main.jpg') top left no-repeat;
	margin: 0px;
	padding: 0px;
}

#main_header2 td
{
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	vertical-align: middle;
}

#min-heighter
{
	width: auto;
	height: 398px;
	border: 0px solid red;
}

#teasers
{
	border: 0px solid red;
	width: 250px;
	padding: 43px 0px 0px 0px;
}

#teasers div
{
	width: 250px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background: url('../../images/teaser_left_border.gif') top left no-repeat;
	border: 0px solid blue;
}

#teasers div img, #teasers div a img
{
	width: 250px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#teasers span
{
	display: block;
	width: 250px;
	height: 13px;
	background: transparent url('../../images/teasers_hr.gif') top left no-repeat;
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

#menu_top
{
	width: auto;
	height: 26px;
	margin: 0px 8px 4px 0px;
	text-align: right;
	vertical-align: top;
}
	#menu_top a
	{
		text-decoration: none;
	}
	#menu_top a:hover
	{
		text-decoration: underline;
	}

#menu
{
	width: auto;
	height: 26px;
	margin: 4px 8px 0px 0px;
	text-align: right;
	vertical-align: top;
}
	#menu a
	{
		text-decoration: none;
	}
	#menu a:hover
	{
		text-decoration: underline;
	}