﻿body
{
    margin:auto;
    width:100%;
    text-align:center;
}
img
{
    border:none;
}
#page
{
    padding:0 5px 0 5px;
    height:540px;
    margin:auto;
    width:980px;
}
#hd
{

}

#searchTabWrapper
{
    width:920px;
}
#searchTabContainer
{
    float:left;
    position:relative;
    top:20px;
    left:20px;
}
#content
{
    width:920px;
}
.searchBar
{
	height:40px;
	left:0;
}
#footer
{
	width:100%;
	min-height:80px;
	 background:url(decoration/bottom.png) no-repeat center bottom;
}
#tips
{
	border:solid 1px #aaaaff;
	width:490px;
	min-height:120px;
	padding:5px 5px 5px 5px;
}

.tipsItem
{
	text-align:left;
	width:20%;
}
.tipsItem ul
{
	font-size:90%;
	margin:5px 5px 5px 5px;
	padding:0 0 0 15px;
}
#tips div ul
{
	border-right:solid 1px black;
}
#tips div:last-child ul
{
	border:none;
}
