
@import url("menu.css");

html, body{
	height:100%;
}

#wrapper{
	width: 99%;
	height:100%;
	margin-left:0.5%;
    margin-right:0.5%;
}

#header{
	width:100%;
	background: url("SuperFish/images/header_grad_bg.gif");
	height:72px;
}

#logo{
	width:600px;
	padding-top:6px;
	float:left;
}


.TopRightPane{
	width:550px;
	position:relative;
	float:right;
    text-align:right;
	margin-bottom: 5px;
}
.ContentPane {
    clear: both;
	width:100%;
	margin-bottom: 5px;
}

.FooterPane{
	height:30px;
	clear:both;
}

#ali-footer{
	width: 100%;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	min-width: 760px;
}

#ali-footer A:hover {
	COLOR: #ffffff;
	FONT-STYLE: normal;
	FONT-FAMILY: "Arial", Verdana, Helvetica, Sans-serif;
	BACKGROUND-COLOR: #5780d5;
	TEXT-DECORATION: none;
}
















