@CHARSET "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100.05%;
}

body {
  height: 99.99%;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
} 

div#maincontainer {
  position: relative;
  top: 0px;
  background-color:#FFFFFF;
  margin: 17px auto 0px;
  text-align:center;
  width:819px;
  height:700px;
}

div#header {
  width: 100%;
  border-bottom: 1px solid black;
}

div#infobar {
  font-family: Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

div#infobar table {
	margin: auto;
  border-top: 5px solid black;
}

div#infobar span {
	padding-right: 8px;
}
  
div#content {
  background: url("../img/uc/bg_content.gif") no-repeat top center;
  width: 819px;
  padding: 10px 0px 20px;
}
