body {	
	background-color: rgb(200,200,200);
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

div#window {
	position: absolute;
	top: 50%;
	margin-top: -195px;
	left: 50%;
	margin-left: -340px;
	width: 670px;
	height: 390px;
	background-image: url(images/base.png);
}

div#bottomtext {
	position: absolute;
	top: 50%;
	margin-top: 185px;
	left: 50%;
	margin-left: -326px;
	width: 642px;
}

img.lef {
	float: left;
	padding: 10px;
}

img.rig {
	float: right;
	padding: 10px;
}

a img {	
	border-width: 0;
}

a#newsi img {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 20px;
	top: 16px;
	background-image: url(images/newsi_10.png);
}

a#about img {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 230px;
	top: 16px;
	background-image: url(images/about_10.png);
}

a#certs img {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 440px;
	top: 16px;
	background-image: url(images/certs_10.png);
}

a#servs img {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 20px;
	top: 348px;
	background-image: url(images/servs_10.png);
}

a#cntct img {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 230px;
	top: 348px;
	background-image: url(images/cntct_10.png);
}

a#links img {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 440px;
	top: 348px;
	background-image: url(images/links_10.png);
}

a#newsi:hover img {
	background-image: url(images/newsi_11.png);
}

a#about:hover img {
	background-image: url(images/about_11.png);
}

a#certs:hover img {
	background-image: url(images/certs_11.png);
}

a#servs:hover img {
	background-image: url(images/servs_11.png);
}

a#cntct:hover img {
	background-image: url(images/cntct_11.png);
}

a#links:hover img {
	background-image: url(images/links_11.png);
}

.container {
	width: 630px;
	position: absolute;
	top: 40px;
	left: 20px;
	margin: 0 auto;
	border-right: 15px
}

.bodytext {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	width: 610px;
	height: 310px;
	overflow: auto;
}

h1 {
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 14pt;
}

h2 {
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 12pt;
	text-align: right;
}

p {
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 10pt;
}

p.copyright {
	text-align: right;
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 8pt;
}

p.navvi {
	text-align: center;
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 8pt;
}

p.date {
	font-size: smaller;
	font-style: italic;
}

ul {
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 10pt;
}

ol {
	font-family: sans-serif, "Arial", "Helvetica";
	font-size: 10pt;
}