/* 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: 1025px;
 margin: 0 auto;
 padding: 0;
}

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


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


#header .navigation {
 position: absolute;
 top:0;
 left:180px;
 background-image: url(../_images/v1/broad-banner.gif);
 background-repeat: no-repeat;
 width: 595px;
 height: 150px;
 margin: 0 auto;
 padding: 6px 0 0 25px;

}
#header .navigation p{
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 color: #333333;
}
#header .broadpage {
 position: absolute;
 top:0;
 left:775px;
 background-image: url(../_images/v1/broad-page.gif);
 background-repeat: no-repeat;
 width: 250px;
 height: 150px;
 margin: 0 auto;
 padding: 0;
}

/* navigation */

#row1 {
 position: absolute;
 top:50px;
 left: 0px;
}
#row2 {
 position: absolute;
 top:50px;
 left:120px;
}
#row3 {
 position: absolute;
 top:50px;
 left:300px;
}
#row4 {
 position: absolute;
 top:50px;
 left:430px;
}


/* 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: 1025px;
 height: 40px;
 margin: 0;
 padding: 0;
}

 
 
 /* Content----------------------------------------------------------------------- */
 
#wrapcontent {
 position: absolute;
 top: 190px;
 left: 0px;
 background-color: #ffffff;
 text-align: left;
 color: black;
 width: 1025px;
 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: 500px;
 height: auto !important; /* For Modern Browsers */
}
#column3 {
 float: left;
 text-align: left;
 width: 250px;
 margin: 0;
 padding: 0;
}
#column3 .wrap{
 width: 225px;
 margin: 0 25px 0 0;
 height: auto !important; /* For Modern Browsers */
 padding: 0;
}
 /* Footer---------------------------------------------------------------------- */
#wrapall .footer {
 clear: both;
 text-align: center;
 width: 1025px;
 height: 80px;
 margin: 0;
 padding: 10px 0 0 0;
 background-color: #BEBEBE;
}

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