/* basic elements */
body { 
	font: bold 12pt/18pt tahoma;
	margin: 0px;
	text-align: center;
	}
img  {
	border: 0;
	}
#pageHeader { 
	font: 20pt/12pt tahoma; 
	margin-top: 0px; 
	text-align: justify;
	}
#mainpage { 
	font: bold 11pt tahoma; 
	letter-spacing: 0px;  
	color: #000000;
	}
h3 { 
	font: bold 14pt verdana;
	text-decoration: underline;
	letter-spacing: 0px; 
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	}
td { 
	font: bold 10pt verdana;
	color: #000000;
	}
th { 
	font: bold 14pt verdana;
	color: #000000;
	text-decoration: underline;
	}
hr { 
	color: #000000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #339999;
	}

/* specific divs */
#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	width: 780px !important;
	width /**/: 780px;
	background:url("images/container.jpg") repeat-y;
	font-family: "Tahoma, Arial, Verdana, sans-serif";
	font-size: .75em;
	color: #000000;
	}
#mainpage {
	background:url("images/textbg.jpg") no-repeat 0px 0px;
	top: 250px;
	margin-bottom: 0px;
	width:750px;
	height:resize;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	float: center;
	/* position: absolute; */
	}
#logo {
	background: url("images/logo.jpg") no-repeat 0px 0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	width: 750px;
	height: 210px;
	float: center;
	/* position: absolute; */
	}	
#menu {
	top: 200px;
	width:750px;
	height:60px;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	float: center;
	/* position: absolute; */
	}
#button1 {
	position: absolute;
	left: 22px;
	width: 105px;	
	}
#button2 {
	position: absolute;
	left: 127px;
	width: 105px;	
	}
#button3 {
	position: absolute;
	left: 232px;
	width: 105px;	
	}
#button4 {
	position: absolute;
	left: 337px;
	width: 105px;	
	}
#button5 {
	position: absolute;
	left: 442px;
	width: 105px;
	}
#button6 {
	position: absolute;
	left: 547px;
	width: 105px;
	top: 210px;
	}
#button7 {
	position: absolute;
	left: 652px;
	width: 105px;
	}
	
#navigator {
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	top: 0px;
	margin-top: 5px;
	height: 25px;
	width: 125px;
	text-align: center;
	color: #000000;
	float: center;
	/* position: absolute; */
	}
.housebutton {
	margin-bottom: 0px;
	margin-top: 0px;
	}
.housebutton a {
	border: solid 1px;
	border-color: #339999; 
	font-family: verdana;
	text-weight: bold;
	font-size: 12px;
	display: block;
	color: #000000;
	}
.housebutton a:link {
	color: #000000;
	text-decoration: none;
	}
.housebutton a:visited {
	color: #000000;
	text-decoration: none;
	}
.housebutton a:hover {
	color: #FFFFFF;
	background: #339999;
	}
#footer {
	background: url("images/footer.jpg");
	width:780px;
	height:50px;
	font: verdana;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	}
