html, body
{
	padding: 0px;
	margin: 0px;
}
.layout
{
	border: 0px solid black;
	border-collapse: collaspe;
	padding: 0px;
	margin: 0px;
}

.navi
{
	margin: 0px 5px 0px 0px;
	border: 0px solid black;
}
.bg
{
	height: 28px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg.gif'); 
	background-repeat: repeat-x;
}
.bg2
{
	vertical-align: top;
	height: 327px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg2.gif'); 
	background-repeat: repeat-x;
}
.bg3
{
	vertical-align: top;
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background-image: url('images/bg3asdf.gif'); 
	background-repeat: no-repeat;
}
.text
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.repair
{
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.link
{
	font-family: verdana;
	font-size: 18px;
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.link:hover
{
	font-family: verdana;
	font-size: 18px;
	color: #CEDBEF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}