* {margin: 0px; padding: 0px;}

a:link { text-decoration: none; color: #B68955; font: 13px "times"; font-weight: bold;}
a:visited { text-decoration: none; color: #B68955; font: 13px "times"; font-weight: bold;}
a:hover { text-decoration: none; color: #B68955; font: 13px "times"; font-weight: bold;}
a:active { text-decoration: none; color: #B68955;  font: 13px "times"; font-weight: bold;}


/*MAIN CSS*/

td
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.logoTop
{
	background-image: url('../images/suess_logo.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 72px;
}

.menuMiddle
{
	padding-right: 20px;
}

.bgBody
{
	background-image: url('../images/bgimage1.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 410px;
}

.contentTop
{
	background-image: url('../images/contentTop.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 53px;
	width: 709px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	*padding-top: 0px;
}
.contentMiddle
{
	background-image: url('../images/contentMiddle.png');
	background-repeat: repeat y;
	background-position: bottom center;
	overflow: hidden;
	width: 709px;
	padding-bottom: 0px;
}
.contentBottom
{
	background-image: url('../images/contentBottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 57px;
	width: 709px;
	padding-top: 0px;
}

div.content
{
	z-index:999; 
	position: absolute; 
	top: 209px;
	/*bottom: 700px; 
	*bottom: 400px;*/ 
	width: 709px;
	left: 50%;
	margin-left: -354px;
	padding-bottom: 75px;
	overflow: hidden;
}

.sectionName
{
	position: relative;
	width: auto;
	float: center;
	text-align: center;
	font: 12px Arial Bold;
	color: #FFFFFF;
}

.back
{
	position: relative;
	float: right;
}

p.title
{
	text-align: center; 
	font: 13px Arial Bold italic; 
	color: #FFFFFF; 
	letter-spacing: 1px; 
	*padding-top: 5px;
	*font-weight: bold;
}