Controlling the layout of Userlogos Front Page - Version 1 - for Blue Marine

This is the first effort to try and stop the Userlogos Page in Bluemarine from going very wide in the center section when a Logo entry is for some reason causing this.

Have not got on top of this one yet.
But it did the job when the page went very wide
Am trying to get it so it matches the standard page,but not there yet.

This Style is made to have an effect on the Frontpage only

I need to make a similar Style for the Logo/Logo search page

I hope you find this useful


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://userlogos.org/")

{

div.node
{
width:400px; !important
}

div.content
{
width:400px; !important
}

body

{
td#sidebar-left
{
width:50px; !important
}

td#sidebar-right
{
width:50px; !important
}

}