/* Just need to bootstrap in the fonts first... */
@font-face {
    font-family: 'PetitaLight';
    src: url('fonts/petitalight-webfont.eot');
    src: url('fonts/petitalight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/petitalight-webfont.woff') format('woff'),
         url('fonts/petitalight-webfont.ttf') format('truetype'),
         url('fonts/petitalight-webfont.svg#PetitaLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PetitaMedium';
    src: url('fonts/petitamedium-webfont.eot');
    src: url('fonts/petitamedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/petitamedium-webfont.woff') format('woff'),
         url('fonts/petitamedium-webfont.ttf') format('truetype'),
         url('fonts/petitamedium-webfont.svg#PetitaMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Carrying on with the normal style stuff... */

body {
    background: #2e3436 url("img/grid.png") no-repeat;
    background-position:144px 14px;
    left : 10%;
    position : absolute;
    width : 1000px;
  }

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

table{
	background-color: #bec0bf;
	/*margin-left:5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding:5px;*/
	font-family:"PetitaMedium";
	font-size:12px;
	line-height:1.5em;
}

.header_container {
    background:url("img/top.png") repeat-x;
    height: 73px;
    width: 100%;
    position:absolute;
    top: 5px;
  }


.header_text {
    font-family: "PetitaLight";
    font-size: 48pt;
    text-align:right;
    padding-right: 10px;
    color: #eeeeec;
  }


.nav_container {
    background-color: #8e9191;
    width: 156px;
    float:left;
    position:absolute;
    top:72px;
    font-family: "PetitaLight";
    font-size:18pt;
    color: #eeeeec;
    font-style:italic;
  }


.nav_container ul {
    list-style-type : none;
    padding-left:10px;
  }

.nav_container li{
	background:url("img/navdiv.png") no-repeat bottom left;
	line-height:1.5em;
	display:block;
}

.body_container{
	background-color: #8e9191;
	width:834px;
	position:absolute;
	left:161px;
	top: 85px;
}

.body_header{
	font-family: "PetitaMedium";
	color: #eeeeec;
	text-align:right;
	font-size:20px;
	padding-right: 10px;
	height:1.5em;
	line-height: 1.5em;
}

.body_text_container{
	background-color: #bec0bf;
	margin-left:5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding:5px;
	font-family:"PetitaMedium";
	font-size:12px;
	line-height:1.5em;
}

.footer_container{
	background-color: #bec0bf;
	margin:5px;
	padding:5px;
	font-family:"PetitaMedium";
	font-size:12px;
	line-height:1.5em;
	text-align:center;
}

.ie_warning{
	background-color: #826C55;
	margin:5px;
	padding:5px;
	font-family:"PetitaMedium";
	font-size:12px;
	line-height:1.5em;
	text-align:center;
