

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 768px;
	height: 120px;
	
}

#content {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 750px;
	margin-left: 5px;
}

a.noborder {
	border: none;
	text-decoration: none;
}
a img {
	border: none;
}

img.home {
	position: absolute;
	left: 0px;
	top: 117px;
}

img.projects {
	position: absolute;
	left: 150px;
	top: 117px;
}

img.station {
	position: absolute;
	left: 300px;
	top: 117px;
}

img.operating {
	position: absolute;
	left: 450px;
	top: 117px;
}

img.guestbook {
	position: absolute;
	left: 600px;
	top: 117px;
}

p {
	font-family: arial;
	font-size: 14px;
	
}

h1.home {
	font-family: arial;
	font-size: 24px;
	color: blue;
	font-weight: bold;
}

h2.home {
	font-family: arial;
	font-size: 18px;
	color: blue;
	font-weight: bold;
}

th.gb {
	border: 1px solid black;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color: red;
	background-image: url('./images/gradients/gb.png');
	background-repeat: repeat;
	height: 30px;
}

td.gb {
	border: 1px solid black;
	font-family: arial;
	font-size: 12px;
	color: black;
	
}

strong {
	color: blue;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	
}