@charset "utf-8";
/* CSS Document */

body,
html {
    margin:0;
    padding:0;
    color:#000;
    }
body {
    min-width:800px;
    }
#tpg-body-shadow {
	background-image: url(images/shadow.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
}
#wrap {
	background: white;
    margin:0 auto;
    width:800px;
    }
#header {
    background:#ddd;
    }
#tpg-nav-wrapper {
height: 28px;
width: 800px;
}	
#tpg-nav-spacer {
float:left;
width:206px;
height: 28px;
background: url(images/tpg_02.gif) no-repeat;
}

#tpg-navigation {
float:right;
width: 594px; 
height: 28px;
background: url(images/nav.gif);
margin: 0px; padding: 0;
}
#tpg-navigation li {margin: 0; padding:0; list-style: none; position:relative;}

#tpg-navigation li, #tpg-navigation a {height: 28px; display:block;}

#nav1b {left: 0; top:0; width: 54px;}
#nav2b {left: 65px; top:-29px; width: 178px;}
#nav3b {left: 251px; top:-58px; width: 132px;}
#nav4b {left: 392px; top:-87px; width: 40px;}
#nav5b {left: 438px; top:-116px; width: 50px;}
#nav6b {left: 494px; top:-145px; width: 94px;}

#nav1b a:hover{	background: transparent url(images/nav.gif) 0px -29px no-repeat;}
#nav2b a:hover{	background: transparent url(images/nav.gif) -65px -29px no-repeat;}
#nav3b a:hover{	background: transparent url(images/nav.gif) -251px -29px no-repeat;}
#nav4b a:hover{	background: transparent url(images/nav.gif) -392px -29px no-repeat;}
#nav5b a:hover{	background: transparent url(images/nav.gif) -438px -29px no-repeat;}
#nav6b a:hover{	background: transparent url(images/nav.gif) -494px -29px no-repeat;}	
	
#legal {
    width:600px;
	padding-bottom:30px;
	margin-top: 20px;
	margin-left:100px;
	font-size:12px;
    }


#footer {
	clear:both;
	width: 800px;
	height: 70px;
	background-image: url(images/tpg_11.gif);
	}
#footer p {
	padding:15px;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	}
#footer a:link {
	color:#000000;
	text-decoration:none;
	}	
#footer a:hover {
	color: #0099FF;
	text-decoration:underline;
	}