	
		/* CSS Document */
			
		body {
	
	margin: 0em;
	padding: 0em;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #000;
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-position: center top;
					}

/* @group Layout */
div#outer-wrapper {
	background-color: transparent;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: 0px;
	border: 0px solid #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;
}

/* @group Layout */
div#inner-wrapper {
	background-color: transparent;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: 0px;
	border: 0px solid #cccccc;
	padding: 0px;

}

div#top-wrapper {
	float: left;
	width: 780px;
}

div#header-wrapper {
	float: left;
	width: 100%;
}

div#payoff {
	float: left;
	width: 460px;
	padding: 50px 0 0 0;
	height: 40px;
	background-image: url(../images/payoff.jpg);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}

div#search {
	color:#999999;
	float:left;
	height:20px;
	padding:23px 0 43px 80px;
	width:110px;
}

div#icons {
	float: left;
	width: 102px;
	padding: 25px 0 44px 10px;
	height: 20px;
	font-size:10px;
}
div#icons a {
	font-weight: normal;
	color:#666666;
}
div#icons ul {
	margin: 0;
	padding: 0;;
}

div#icons li {
	list-style-type: none;
	display: inline;
	float:left;
}

div#icons li a {
	padding-left: 12px;
}




div#logo {
	float: left;
	width: 170px;
	padding: 30px 0 0 0;
	height: 85px;
}



div#menu1 {
	float: left;
	padding:0 0 0 3%;
	width:97%;
	height: 20px;
}

div#main {
	float: left;
	height: auto !important; /* for modern browsers */
	height: 584px; /* for IE5.x and IE6 */
	min-height: 584px;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
}

div#content-wrapper {
	float: left;
	width: 760px;
}

div#content {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	min-height: 500px;
}

		#breadcrumb {
	width: 98%;
	clear: left;
	padding-left: 1%;
	min-height: 5px;
	float: left;
	padding-top: 20px;
	padding-right: 1%;
		}
	
		
		#breadcrumb a:link, #breadcrumb a:visited {
			color: #999999;
			text-decoration: none;
			text-transform: lowercase;
		}
		
		#breadcrumb a:hover {
			color: #999999;
			text-decoration: underline;
			text-transform: lowercase;
		}
		
		
		#breadcrumb p {
			font-size: 8px;
			margin: 0px;
			padding-bottom: 10px;
			color: #999999;
		}	
		




div#leftcol {
	float: left;
	width: 170px;
	padding: 0 19px 0 0;
	overflow-x:hidden;
}

div#footer {
	float: left;
	width: 100%;
	text-align: right;
	color: #999999;
	font-size: 10px;
}

