/*No default navigation links BEGIN*/
div#NavSideBar
{
display: none;
}
/* No default navigation links end */
/*Hide the links in the header pic (sign in etc)  BEGIN*/
#userArea
{
display: none;
}
/*Hide the links in the header pic (sign in etc)  END*/
/*Change width of content(main body) main(txt of main body) and nav(horizontal bar at top with buttons) BEGIN*/
#content
{
width: 900px;
}
#main
{
width: 650px;
}
#nav
{
width: 900px;
}
/*Change width of content(main body) main(txt of main body) and nav(horizontal bar at top with buttons) END*/
/*Hide Tag Cloud BEGIN*/
div#TagSideBar
{
display: none;
}
/*Hide Tag Cloud END*/
