html, body {
	height: 100%;
}
body.home {
	background-image:    url(../images/bg.gif);
	background-repeat:   no-repeat;
	background-position: center;
}
body, body p {
	font: 12px/17px Arial,Helvetica,sans-serif;
	color: #000;
	padding: 0;
	padding: 0px;
	margin:  0px;
	border: 0px;
}
img {
	border: none;
}
td.site_image {
	text-align: center;
}
td.site_image img {
	margin: 5px;
}
td.site_short_desc {
	width: 320px;
	padding: 0 10px;
}
td.site_image img {
	border: 1px dashed grey;
}
.site_title {
	padding: 5px;
	background-color: #eee;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 16px;
}
.site_title a:link, .site_title a:visited, .site_title a:hover, .site_title a:active {
	color: black;
}
a:active {
	outline: none;
}
