@charset "utf-8";

/*this is transparency png fix for IE 5.5 and IE 6*/
/*
img, div { 
	behavior: url(../css/iepngfix.htc) 
}
*/
html,body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#shadow {
	background-image: url(../images/shadow.png);
	height: auto;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	position: relative;
}

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
!important;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #F8F8F8;
	padding: 0px;

}
#content {
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
}

/*this expands #container to the bottom and also keeps content away from overlapping with footer*/
#expand {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}

#footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 21px;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 15px;
	letter-spacing: 0.2em;
}

