Align top sidebar and top body

Hi guys,

I just want to know how to align my sidebar border-top with my body border-top ?
See the image below to know why I need it, it looks very childly. :confused:

Thanks a lot to all of you !

It depends on your website setup but the basic idea would be like this

#secondary {
    margin-top: 30px;
}

Just tweak margin size to get the results you were looking for.

OK thanks, I was not sure about the class !!