#page {
	background-image: url(/images/frontend/page_simple/background.jpg);
	height: 637px;
}

#menu {
	top: 94px;
}

#page #content {
	height: 606px;

}
#page #search {
	position: absolute;
	top: 610px;
	left: 810px;
}

#page h1 {
	position: absolute;
	top: 185px;
	left: 70px;
	font-size: 23px;
	font-weight: bold;
	color: #3e67a6;
	
}
#page #text
{
	position: absolute;
  top: 230px;
	width: 950px;
	height: 370px;
	overflow: auto;
	left: 30px;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
  color: #3e67a6;
}
#text table
{
  width: 80%;
  border-collapse: collapse;
  margin-top: 5px;
}
#text table thead
{
  background-color: #D7E9F3;
  border: 1px solid #1265A9;
}
#text table thead th
{
  border: 1px solid #1265A9;
  height: 20px;
}
#text td, #text tbody th
{
  
  height: 20px;
  border: 1px solid #1265A9;
  text-align: left;
}
#text tbody th
{
  width: 400px;
  padding: 3px;
}
#text td
{
  text-align: center;
}
#text table .row_0
{
  background-color: #F1F6FC;
}
#text tbody th a
{
  color: #3e67a6;
}
#newsletter
{
	position: absolute;
	width: 500px;
	height: 39px;
	left: 390px;
	top: 200px;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
color: #3E67B5;
}
#newsletter input
{
	width: 100px;
	height: 14px;
	font-size: 12px;

}
#newsletter input.button
{
	width: 21px;
	height: 17px;
	vertical-align: bottom;

}