/* CSS Document 

body{
background:url(../images/main_bg.gif);
background-repeat:repeat-x;
background-color:#0088C9;
margin:0 auto;
padding:0;
}*/
#main
{
width:960px;
padding:0;
margin:0 auto;
}
#mainheader
{
width:960px;
float:left;
}
#headerfirst
{


height:136px;
}
#headersecond
{
height:118px;
}
#menubar
{
background-image:url(../images/navibg_img.png);
background-repeat:repeat-x;
height:28px;
width:960px;
float:left;
}
/*6.underlinemenu{

font-size:14px;
width:960px;
font-family: "MYriad Pro";
font-weight:bold;

color: #FFFFFF;
}

.underlinemenu ul{
padding: 4px 0 7px 0;6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below
margin: 0;
text-align:center; //set value to "left", "center", or "right"
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 1px 4px 1px; top padding is 6px, bottom padding is 4px
margin-right:0; spacing between each menu link
text-decoration: none;
color: #000000;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected , .underlinemenu ul li a.active{
color:#FECF0D ;
}*/
#maincenter
{
width:960px;
padding:0;
margin:0 auto;
}
#centerbg
{
background-image:url(../images/centerbg.png);
background-repeat:repeat-x;
min-height:400px;
height:auto;
width:960px;
float:left;
}
#centerbg2
{
background-image:url(../images/sponsors-bg.png);
background-repeat:repeat-x;
background-color:#ffdd3a;
height:1765px;
width:960px;
float:left;
}
#footerbg
{background-image:url(../images/footer_-bg.png);
background-repeat:no-repeat;
float:left;
height:161px;
width:960px;
}
#centercontent
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:17px;
font-weight:bold;
text-align:center;
padding: 0 10px 0 10px;

}
#Centerarea
{
height:300px;
width:950px;
margin:10px 4px 0 8px;
}
#firstbox
{
width:186px;
height:300px;
float:left;

}
#first_box_heading
{
color:#FFFFFF;
font-family:"MYriad Pro";
font-size:16px;
text-align:center;
margin:0 0 4px 0;
}
#secondbox
{
width:239px;
height:300px;
float:left;
}
#lastbox
{
width:186px;
height:190px;
}

