/* WRAPALL */
#wrapall {
 position: relative;
 top:0;
 left:0;
 min-height: 100%; /* For Modern Browsers */
 height: auto !important; /* For Modern Browsers */
 height: 100%; /* For IE */
 background-color: #000000;
 text-align:left;
 color: black;
 width: 775px;
 margin: 0 auto;
 padding: 0;
}

/* header----------------------------------------------------------------------- */


#header {
 position: relative;
 top:0;
 left:0;
 background-color: #ffffff;
 width: 775px;
 height: 150px;
 margin: 0;
 padding: 0;
}


#header .navigation {
 position: absolute;
 top:0;
 left:175px;
 background-image: url(../_images/v1/narrow-banner.gif);
 background-repeat: no-repeat;
 background-position: right;
 width: 600px;
 height: 150px;
 margin: 0 auto;
 padding: 0;

}
#header .navigation p{
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 color: #333333;
 margin: 6px 0 0 20px;
}


#row1 {
 position: absolute;
 top:50px;
 left: 0px;
}
#row2 {
 position: absolute;
 top:50px;
 left:110px;
}
#row3 {
 position: absolute;
 top:50px;
 left:330px;
}
#row4 {
 position: absolute;
 top:50px;
 left:450px;
}


/* latestnews Feeds----------------------------------------------------------------------- */


#wrapnews {
 position: relative;
 top:0;
 left:0;
 background-image: url(../_images/v1/latest.gif);
 background-repeat: no-repeat;
 background-position: 0 0 0 25px;
 background-color: #ffffff;
 width: 775px;
 height: 40px;
 margin: 0;
 padding: 0;
}

 
 
 /* Content----------------------------------------------------------------------- */
 
#wrapcontent {
 position: absolute;
 top: 190px;
 left: 0px;
 background-color: #ffffff;
 text-align: left;
 color: black;
 width: 775px;
 height: auto !important; /* For Modern Browsers */
 margin: 0;
 padding: 0;
}

#wrapcontent .leftgroup {
 float: left;
 width: 525px;
 height: auto !important; /* For Modern Browsers */
}
#wrapcontent .rightgroup {
 float: right;
 width: 250px;
 height: auto !important; /* For Modern Browsers */
}
#column2 {
 float: right;
 text-align:left;
 width: 275px;
 margin: 0;
 padding: 0;
}

#column4 {
 text-align:left;
 width: 250px;
 margin: 0;
 padding: 0;
}


 /* Footer---------------------------------------------------------------------- */
#wrapall .footer {
 clear: right;
 text-align: center;
 width: 775px;
 height: 80px;
 margin: 0;
 padding: 10px 0 0 0;
 background-color: #BEBEBE;
}

#wrapall .footer p{
 text-align: center;
 font: normal 10px Verdana, Arial, Helvetica, "sans serif";
 color: #ffffff;
 width: 725px;
 margin: 5px 0 0 0;
 padding: 0;
}


