@charset "UTF-8";
/* CSS Document */

#window {
position:absolute;
top:0px;
left:0px;
width:100%;
height:auto;
background-color:#ffffff;
background-image:url(../images/bg.gif);
background-position:top;
background-repeat:repeat-x;
overflow:hidden;

}

#allcontent {
position:relative;
top:0px;
left:50%;
margin:0px 0px 0px -405px;
width:810px;
background-color:transparent;
background-image:url(../images/bg.gif);
background-position:top;
background-repeat:repeat-x;
height:auto;
padding:0px 0px 0px 0px; /* clockwise from top */
}


#maincontent {
background-color:#ffffff;
margin:0px 15px 0px 15px;
}


#logodiv {
direction:rtl;
margin:0px 15px 0px 15px;
height:148px;
background-color:#ffffff;
background-image:url(../images/bg.gif);
background-position:top;
background-repeat:repeat-x;
}


#logo {
padding:25px 25px 0px 0px;
margin-right:0px;
border:none;
width:270px;
height:123px;
}


#tag {
position:absolute;
left:40px;
top:100px;
padding:0px;
margin:0px;
}


#pics {  
width:780px;  
height:180px;  
padding:0px;  
margin:0px;
} 


#pics img {  
padding:0px;
border:none;
background-color:transparent;  
width:780px; 
height:180px; 
top:0px; 
left:0px;
} 

#footer {
background-image:url(../images/footer.jpg);
background-repeat:repeat-x;
background-color:#82DF4A;
width:100%;
height:82px;
margin:0px;
clear:both;
padding:0px;
}

#footercontent {
position:relative;
top:0px;
left:50%;
margin-left:-405px;
width:780px;
background-color:transparent;
height:auto;
padding:5px 15px 10px 15px; /* clockwise from top */
}

td.notices {
text-align: center;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
}

td.center {
text-align: center;
}
