@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	postion: absolute;
	margin: auto;
	width: 790px;
	height: auto;
}

#menu {
	background: url(images/menuback.png) no-repeat;
	float: left;
	height:39px;
	width: 630px;
	padding: 50px 80px 0 80px;
	text-align:center;
}

#titleholder {
	background:url(images/tile.png) repeat-y;
	float: left;
	width: 790px;
	height: auto;
}

#title {
	background:url(images/titleback.png);
	float: left;
	height: 279px;
	width: 736px;
	padding: 18px 28px 18px 26px;
}

#content {
	background:url(images/tile.png) repeat-y;
	float: left;
	width: 630px;
	padding: 5px 80px 0px 80px;
	height: auto;
}

#bottom {
	background:url(images/bottomback.png) no-repeat;
	float: left;
	height: 42px;
	width: 706px;
	padding: 0 42px 0 42px;
}

#footer {
	float: left;
	height: 50px;
	width: 790px;
	text-align:center;
}
	
	
div#menu ul {
    list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 15px;
  }

  /** IE Hack **/
  div#menu > ul {
    margin-left: 2px;
  }

  div#menu li {
    float:left;
	display: inline;
    height: 30px;
	margin:0 0 2px 0;
  }

  div#menu li a {
	display: block;
    height: 24px;
    padding: 7px 20px 0px 20px;
    color: #ba1315;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 0px;
	margin: 0 0 0 14px;
  }
  
  .border {
	  border: #012d7b 5px solid;
  }
  
 .TextLarger {
	 font-size:14px;
 }
 
 .bolder {
	 font-weight: bold;
	 font-size:14px;
	 text-align:center;
 }

