html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	min-width: 700px;
	background: url("images/page_bkg.gif") ;
	}
img, img:link,img:visited, div {
	border: 0px;
	behavior: url("pngbehavior.htc");
}

#container {
	text-align: center;
	margin: 0 auto;
	padding-top: 0px;
	width: 700px;
}
#header {
	float:left;
	width: 700px;
	height:80px;
	background: url("images/header.png") no-repeat;
	behavior: url("iepngfix.htc");
}
#mainspace {
	float:left;
	width:700px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url("images/mainspace_bkg.png") left repeat-y;
}
#leftside {
	float:left;
	width:180px;
}
#content {
	float:left;
	width:475px;
	margin: 0px 0px 0px 20px;
}
#content_top {
	float: left;
	height:15px;
	width:475px;
	background: url("images/content_top.png") left no-repeat;
}
#content_body {
	float: left;
	width:475px;
	background: url("images/content_bkg.png") left repeat-y;
}
#content_title {
	float:left;
	width:450px;
	height:50px;
	background: url("images/home.png") no-repeat;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 46px;
	color: #1D9A94;
}
#content_text {
	float:left;
	padding-left: 10px;
	width: 450px;
	text-align:justify;
}
#content_bot {
	float: left;
	height:15px;
	width:475px;
	background: url("images/content_bot.png") left no-repeat;
}


#foot {
	float:left;
	width:700px;
	height: 25px;
	background: url("images/foot.png") no-repeat;
	behavior: url("iepngfix.htc");
}
#foottext {
	margin: 20px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #d4bb4f;
}
#backtoproducts {
	font-weight: normal;
	color: #34817b;
	font-size:13px;
}




.linkbar {
float: left;
width: 150px;
margin: 0px 0px 0px 30px;
}

.linkbar a {
display: block;
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size: 150%;
color: #1D9A94;
height: 30px;
line-height: 30px;
text-align: left;
text-decoration:none;
width: 150px;
}

.linkbar a:hover {
background-image: url(images/hover.png);
background-position:0px -5px;
color: #006556;
}






.headline {
	font-weight: bold;
	font-size:20px;
	color: #d4bb4f;
}
.body {
	font-weight: normal;
	color: #34817b;
	font-size:13px;
}


.biglink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.biglink a:link {
	color: #d4bb4f;
	text-decoration: none;
}
.biglink a:visited {
	text-decoration: none;
	color: #d4bb4f;
}
.biglink a:hover {
	text-decoration: none;
	color: #1D9A94;
}
.biglink a:active {
	text-decoration: none;
	color: #1D9A94;
}

.backtoproducts {
	font-weight: normal;
	color: #1D9A94;
	font-size:11px;
	background-color:ECDDAC;
}
.backtoproducts a:link {
	color: #1D9A94;
	text-decoration: none;
	font-weight:bold;
}
.backtoproducts a:visited {
	text-decoration: none;
	color: #1D9A94;
	font-weight:bold;
}
.backtoproducts a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
.backtoproducts a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

