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



html, body, #outermost {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	text-align: center; /* IE/Win bug fix */
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bground_pinstripe.gif);
}
#outer {
	width: 840px;
	z-index: 10;
}
/*



Works in IE5+/Win, Firefox, Safari, Opera 5+, Netscape 6+, Konqueror 3 



Does not work in NS4.x or IE/Mac



*/



.valignmid1 {
	position: relative;
	margin: 0 auto;
}
/* Opera 7.0x is buggy when you put display:table on <body> Opera 7.2+ and 6.x 



   don't appear to have this problem. We hide this from IE5/Mac, because it 



doesn't support display:table-cell and it doesn't have the same bug that allows



this to work in IE5-6/Win (hide from IE/Mac) \*/



.valignmid1 {
	display: table;
	vertical-align: middle;
}
/* Moz1.4 - Moz1.6 (NS7.1) bug, can't put position:relative on .valignmid2 \*/



.valignmid2 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
/* end hide */



.valignmid3 {
	position: relative;
}
.main_table {
	height:567px;
	width:847;
}
.repeat {
	background:url(images/repeat.gif) repeat-y top left;
}
.content_bg {
	background:url(images/content_bg.gif) no-repeat top left;
	height:280px;
	padding: 20px 132px 0px 78px;
}
.footer {
	background:url(images/footer_bg.gif) no-repeat top left;
	padding: 10px 92px 0px 68px;
	color:#000000;
	font-size:11px;
}
.footer a {
	color:#000000;
}
.footer a:hover {
	text-decoration:none;
}
a {
	color:#000;
}
a:hover {
	text-decoration:none;
}
