*{
margin:0;
padding:0;
/*border: 0px;*/
}

html,body{
background-color: #ffffff;	
background-repeat:repeat-x;
}

#container{
width:950px;
height:auto !important;
}

#top{
width:100%;
height:98px;
background-color:white;
}


#main{
width:780px;
background-color:#fff;
float:left;
}

#mainleft{
width:550px;
background-color:#fff;
float:left;
}

#right{
width:230px;
background:url(/image/layout/empty.gif) top left repeat-x;
float:left;
margin:0;
padding:3px 0px 0px 0px;
}


#content{
width:498px;
background-color:#fff;
margin:0;
padding:0;
float:left;
}


#maincontent{
width:auto;
height:auto;
background-color:#fff;
padding:0px 0px;
}

#mainwide{
margin:0px;
padding:0px;
width:780px;
height:auto;
background-color:#fff;
float:left;
}



