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


div.container {
   min-height:100%;
   margin: 0 auto;
   width:960px;
   position:relative;
   border:thin solid black;
   background-color:#6c6c6c;
}

img, div { behavior: url(iepngfix.htc) }

div.header
{
width:960px;
height: 120px;
background-image:url(images/header_bkg.gif);
background-repeat:repeat-y;
}

div.body
{
width:960px;
height:700px;
padding-bottom:76px;
background-image:url(images/main_bkg.gif);
background-repeat:repeat-x;
background-color:#0f58b6;
}

div.footer
{
width:960px;
height: 76px;
position:inherit;
background-image:url(images/footer_bkg.gif);
background-repeat:repeat-x;
}

div.headerlogo
{
width:489px;
height: 51px;
position:relative;
top: 69px;
}

div.pic
{
	width:222px;
	height: 246px;
	position:absolute;
	top: 20px;
	left:719px;
}

div.text1
{
width:440px;
position:relative;
top: 30px;
left: 30px;
}

div.text2
{
width:440px;
position:relative;
top: -530px;
left: 500px;
}

div.sig
{
padding-left:120px;
}

div.footertext1
{
padding-left:20px;
width:300px;
}

div.footertext2
{
padding-left:20px;
width:300px;
}