html, body{height:100%;}
/*div { border:1px dashed #FF0000; } */
body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	text-align:left;
}
form{margin: 0px;padding: 0px;}
div#container{
	width:760px;
	height:100%;
	padding:0px 0px -75px;
	margin:auto;
	border: 0px;
	float:left;
}
div#content-bg{
	width:760px;
	height:100%;
	margin: auto;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 75px;
	padding-left: 0px;
	text-align:left;
}

div#content{
	width:760px;
	margin: 0px 0px -75px;
	padding: 0px;
	border: 0px;
}
div#gutter-top{
	width:800px;
	height:20px;
	background-color:#999999;
	border: 0px;
}
div#gutter-bottom{ width:760px; height:75px; margin: -75px auto auto; padding: 0px; padding-left:235px; text-align: left; float:left; clear:both;}
div#gutter-left{
	width:45px;
	padding:0px;
	margin:0px;
	position: relative;
	float:left;
	margin-left:-45px;
	border: 0px;/*
	min-height:100%;

*/

}
div#gutter-right{
	width:45px;
	padding:0px;
	margin:0px;
	position: relative;
	float:right;
	margin-right:-45px;
	border: 0px;/*
	min-height:100%;

*/
}

/* FireFox Fixes (BEGIN) */
html>body{
	min-height:100%;
}
body>div#container{height:auto;min-height:100%;}
div#container>div#content-bg{height:auto;min-height:100%;}
div#content-bg>div#content{margin:auto;}
/*
div#container>div#gutter-left{position:absolute;float:none;}
div#container>div#gutter-right{position:absolute;float:none;}
*/
/* FireFox Fixes (END) */
div#title{
	margin: 0px;
	padding: 0px;
}
div#nav-primary{
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/page_nav_primary_bg.jpg);
	background-repeat: no-repeat;
}
div#nav-user{
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/page_nav_user_bg.jpg);
	background-repeat: no-repeat;
}


.header-table {width:600px;padding: 0px;}
.header-table .cell {padding: 2px;}
.header-table .cell a {font-family:Tahoma;font-size:10px;color: #0567BA;text-decoration:none;}
.header-table .cell a:hover {color: #000000;text-decoration:underline;}
.header-table .cell .text {font-family:Tahoma;font-size:10px;color: #FFFFFF;}


.footer-table { width:525px; padding: 0px; margin-top:15px;}
.footer-table .cell {padding: 2px;}
.footer-table .cell a {font-family:Tahoma;font-size:10px;color: #0567BA;text-decoration:none;}
.footer-table .cell a:hover {color: #000000;text-decoration:underline;}
.footer-table .cell .text { font-family:Tahoma; font-size:10px; color: #000000; }
