div.main {
	width:850px;
	margin: 0 auto 0 auto;
}

p.input {
	text-align:center;
}

td  {
	vertical-align:top;
}

td#public {
	font-size:small;
	border-style:ridge;
	border-width:2px;
	border-color:red;
	padding:5px;
}

td#univ {
	font-size:small;
	border-style:ridge;
	border-width:2px;
	border-color:deepskyblue;
	padding:5px;
}

h1 {
	padding:0;
	margin-bottom:-30px;
	text-align:center;
}

h2 {
	font-size:medium;
	text-align:center;
}

img {
	margin:0;
}

div#map {
	border-style:ridge;
	border-width:2px;
	border-color:black;
	height:450px;
	width:500px;
}

div.custombox {
	font-size:14px;
	background-color:white;
	border-style:outset;
	border-width:2px;
	border-color:blue;
	position:absolute;
	width:116px;
	height:28px;
	line-height:1em;
	left:10px;
	top:10px;
	padding:2px;
}

div#info {
	border-style:ridge none none none;
	border-width:2px;
}

div#footer {
	font-size:small;
	color:#505050;
	text-align:center;
}