/*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*/
/*Masthead BEGIN*/
#masthead
{
background-image: url(http://farm3.static.flickr.com/2697/4283510089_d80124de45_o.jpg);
background-repeat: no-repeat;
width: 800px;
height: 368px;
}
/*Masthead END*/
/*Hide Paperclip Title Box BEGIN*/
div#title
{
display: none;
}
/*Hide Paperclip Title Box END*/
