body {
margin: 0;
padding: 0;
background: #2B4C6D;
color: #666666;
font: 12px ‘Trebuchet MS’, Verdana, Georgia, Arial, sans-serif;
}

#main {
width: 900px;
float: left;
margin: 0px auto;
padding: 0;

background: #fff;
}

#header1 {
margin: 0;
padding: 0;
background-image: url(../images/head.jpg);
background-repeat: no-repeat;
height: 162px;
}


#header2 {
margin: 0;
padding: 0;
}

#header3 {
margin: 0;
padding: 0;
background-image: url(http://www.geocities.com/muslim_website/images/IMG4_expired.gif);
background-repeat: no-repeat;
height: 17px;
}

#content {
width: 445px;
float: left;
margin: 0;
padding: 0px 20px 20px 29px;
border-right: solid 1px #ccc;

}

#sidebar {
width: 384px;
float: left;
margin: 0;
padding: 0px 0px 5px 21px;
font-size: 11px;
font-family : verdana, tahoma, arial, serif;
color: #2B4C8D;


}

#footer {
margin:0;
clear: both;
font-size: 12px;
color: #330066;
text-align:right;
background-image: url(../images/head.jpg);
background-repeat: no-repeat;
height: 35px;
padding: 20px 50px 0 0;
}

a {
text-decoration: none;
color: #009999;
}

a:hover {
color: #2B4C8D;
text-decoration: underline;
}

#sidebar a:hover {
color: #3300ff;
font-weight: bold;
}

.comment {
font-size: 10px;
text-align: right;
}

html>body #sidebar {
width: 384px;
}



