/**
 * public.css
 * CSS file for public page
 */

body {
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 950px;
	float: left;
	
	position:relative;
	margin-left: -474px;
	left: 50%;
	background-color: #FFFFFF;
	
	height: auto;
	_height: 50px;
	min-height: 50px;
	
	border: 1px solid #000000;
	
	background-image: url(publicImages/bgBody.gif);
	_background-image: none;
	background-position: bottom left;
	background-repeat: no-repeat;
}

/**
 * Header style
 */
#header {
	width: 950px;
	border-bottom: 2px solid #000;
}
#header #fortune {
	position: absolute;
	top: 50px;
	left: 350px;
	width: 590px;
	text-align: right;
	margin-right: 10px;
}
#header #fortune p {
	font: normal normal 15px Arial, Verdana;
	color: #606060;
}
#header hr {
	display: none;
}
#header h1 {
	margin: 30px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	font: normal bold 15px Verdana;
	color: #000;
	background-color: transparent;
}

#header h1 a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 165px;
	height: 119px;
	background-image: url(publicImages/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#header h1 a span {
	display: none;
}

/**
 * Footer style
 */
#footer {
	width: 950px;
	height: 50px;
	font: normal bold 10px Verdana;
	color: #000000;
	text-align: center;
	float: left;
	border-top: 2px solid #000000;
	float: left;
}
#footer hr {
	display: none;
}
#footer img {
	border: 0px;
	margin: 3px 0px 3px 0px;
}

/* ins-table */
table.ins-table {
	width: 250px;
}


