@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	size: 0.9em;
	background: gray;
	}

#contentbox {
	background: white;
	width: 900px;
	min-height: 600px;
	border: 1px solid black;
	margin: 5px auto;
	padding: 1.5em;
	}
	
h1 {
	clear: both;
	border-bottom: 1px solid black;
	}
	
img {
	padding: 0 0.35em;
	}

#header {
	background: white url(images/UMT_logo_master.gif) no-repeat center;
	width: 100%;
	height: 138px;
	margin: 0 auto;
	}
	
#header h1 {
	visibility: hidden;
	}