html, body
{	margin:0;
	padding:0;
	text-align: center;

	height:100%;
	min-height:100%;

}

.wrapper
{
	height:100%;
	min-height:100%;
	height:auto !important;
	margin: 0 auto -30px;
}

.header
{
	height:60px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.footer, .fakefooter
{
	height:23px;
}


.spacer
{clear:both;
line-height:20px;
}


.menudiv
{
width:750px;
margin-left:auto;
margin-right:auto;


}

.mainmenu
{

margin: 0;
padding: 0;
list-style: none;
height:30px;

}

.menuhome
{
float:left;
margin-right:2%;
}

.menuhome a
{
  float:left;
  background: url(../images/menu_home.jpg) no-repeat ;
  width:90px;
  height:30px;
}

.menuhome a:hover
{
  background: url(../images/menu_home.jpg)  no-repeat ;
  background-position:0 -30px;
}

.menuapps
{
float:left;
margin-right:2%;
}

.menuapps a
{
  float:left;
  background: url(../images/menu_apps.jpg) no-repeat ;
  width:175px;
  height:30px;
}

.menuapps a:hover
{
  background: url(../images/menu_apps.jpg) no-repeat ;
  background-position:0 -30px;
}


.menucontact
{
float:left;


}

.menucontact a
{
  float:left;
  background: url(../images/menu_contact.jpg) no-repeat ;
  width:150px;
  height:30px;
}

.menucontact a:hover
{
  background: url(../images/menu_contact.jpg) no-repeat ;
  background-position:0 -30px;
}

.maintext
{
color:#555555;
text-align:left;
text-indent:10px;
margin-left:10px;
margin-right:10px;
}

.newstext
{
color:#555555;
text-align:left;
text-indent:5px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}
