body{
margin: 0px 0px 0px 0px;
font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Tahoma,Arial,Verdana,sans-serif;
font-size:13px;
}

#leftcolumn{
float:left;
width:180px;
height: 600px;
border: 0px solid black;
padding: 1px;
padding-left: 1px;

}

#navcolumn{
float:left;
width:120px;
height: 100%;
border: 0px dotted gray;
margin-left: 0px;
padding: 5px;
padding-left: 3px;

}

#navcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#navcolumn a:hover{
background-color: #FFFF80;
}

#contentcolumn{
float:left;
width: 540px;
border: 0px solid black;
margin-left: 0px;
padding: 3px;
/*
min-height: 1000px;
padding-bottom: 8px;*/
}

#yesasia{
margin-top:0px;
margin-right:160px;
padding-right:0px;
}

* html #contentcolumn{ /*IE only style*/
height: 400px;
}

.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: justify; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 1px 2px;
margin-right: 1px;
border: 1px dotted #778;
color: #2d2b2b;
background: white url(http://s178234405.onlinehome.us/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://s178234405.onlinehome.us/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 0px dotted gray;
width: 500px;
margin-bottom: 1em; padding: 10px;
}