/*play with widths to get IE to work*/
body            {

                 background-color:      #416C91;
                 padding:               0px 0px 0px 0px;
                 margin:                0px 0px 0px 0px;
                 text-align:            center;

                }


#container      {

                 width:                 780px;
                 margin-left:           auto;
                 margin-right:          auto;
                 background-image:      url(images/backbar.gif);
                 background-repeat:     repeat-y;
                 font-family:           Verdana, "sans serif";
                 font-size:             small;
                 text-align:            left;
                 clear:                 both;

                }
                
#topbar         {
	         background-image:      url(images/topbar.gif);
	         height:                20px;
                }
                
#bottombar         {
	         background-image:      url(images/bottombar.gif);
	         height:                20px;
	         text-align:                 center;
	         clear:                      both;
                }

#main           {

                 padding:               0px 0px 20px 25px;
                 width:                 540px;

                }

#side           {

                 float:                 right;
                 position:              relative;
                 padding:               0px 10px 0px 0px;
                 width:                 200px;

                }

.side_content   {

                 padding:               0px 10px 0px 30px;

                }

.body_content   {

                }
                
.name           {

                 text-align:            right;
                 font-size:             x-small;

                }

.news_name      {

                 font-size:             x-small;

                }
                
.game_image     {
                 float:                 left;
                 width:                 150px;
                }
                
.game_text      {
                 float:                 right;
                 width:                 355px;
                }

.game_row       {
                 clear:                 left;
                }


img             {
                 border:                none;
                }

a:link  {color:#BAA657;
	 text-decoration: underline
	}

a:visited {color: #BAA657;
	 text-decoration: underline
	}

a:hover {color: black;
	}

a:active {color: black}



