/* CSS Document */
.all_round 
{
border-radius:1em;
-moz-border-radius:1em;
-webkit-border-radius:1em;
}
#greeting
{
float:left;
margin-left:auto;
margin-right:auto;
width:850px;
}
#main
{
width:850px;
height:1200px;
background-color:#ADDAF7;
background-image:url('/images/bg.jpg');
background-size:850px 1200px;
background-repeat:no-repeat;
}
#header
{

margin-left:auto;
margin-right:auto;

}
#top_tabs
{
width:850px;
height:50px;
padding-left:10px;
padding-top:15px;
margin-left:auto;
margin-right:auto;
display:block;

}


#textArea
{
width:830px;
height:800px;
float:left;
padding-left:10px;
padding-right:10px;

}

#leftCol
{
width:570px;
height:780px;
float:left;
background-color:white;
/*overflow:auto;*/
}

#rightCol
{
width:260px;
height:780px;
float:left;
background-color:lightgray;
}

#tab_top
{
width:90px;
height:30px;
background-color:#C6E4F7;
float:left;
border-top-left-radius:1em;
border-top-right-radius:1em;
padding-top:5px
}

#tab_top1, #tab_top2, #tab_top3, #tab_top4, #tab_top5, #tab_top6, #tab_top7
{
width:118px;
height:30px;
background-color:#C6E4F7;
float:left;
border-top-left-radius:1em;
border-top-right-radius:1em;
padding-top:5px;
text-align:center;
}





/*#tab_top a:link {color:black;text-decoration:none;}   
#tab_top a:visited {color:black;text-decoration:none;} 
#tab_top a:hover {color:light gray;text-decoration:underline;}   
#tab_top a:active {color:light gray;text-decoration:underline;}  
#tab_top a:hover {background-color:#E3DEE0;color:black;text-decoration:underline;}   
#tab_top a {display:block; 
width:80%;height:80%;
border-radius:.5em;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
text-align:center;}*/

#logo
{
padding-top:10px;


}
/*------------------------------------------------text001--------------------*/