/* CSS Document */

html { height: 100%; }
body {
	text-align: center;
	height: 100%;
	padding: 0px;
	background-color: #FFFFCC;	
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	background-image: url(images/bak.gif);
	margin-left: auto;
 	margin-right: auto;
	}

#header {
	background-image: url(images/yumbo-banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 119px;
	width: 750px;
}


#header_top {
	background-image: url(images/hearer_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 119px;
}
.title {
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

img { border: 0 none; }

.left	{
	width: 180px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
		}
.spacer	{width: 10px;
	float: left;
	}
.right	{
	width: 550px;
	float: left;
	text-align: left;
	padding-left: 5px;
	}

	
.footer {
	clear:both;
	color: #FFFFFF;
	line-height: .7em;
	font-size: .7em;
	text-align: left;
	height: 20px;
	background-color: #FF5757;
	 }
.index {
	font-size: 12px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #666666;
}
h3 {
	font-size: 14px;
}

a:link, a:visited, a:active{
	color: #000066;
}
a:hover {
	color: #990000;
}

