@import url("css/menu.css");

body
{
    text-align: center;
    background-image: url('images/bgtile.gif');
    background-repeat: repeat;
    margin:0px 0px 25px 0px;
    min-width: 800px;
}



#wrapper {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background-color: white;
}




/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}


/* Nav */
.menu_bg{background:url(images/menu_bg.gif) repeat-x top left;}


.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}


/* Adjust the MainContent Block
to return to the left half its width */
#MainContent{
  width:675px;
  text-align:center !important;
  margin-left: auto;
  margin-right: auto;

}



div#SlideShow {
background-color: white;
width:675px;
height:303px;
text-align:center;
}

div#Nav
{
    background-color: transparent;
    width: 675px;
    height: 31px;
    font-family: Calibri;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
} 

div#AllContent {
width:675px;
} 

div#Footer
{
    color: #333333;
    font-size: 12px;
    background-color: white;
    text-align: center;
    width: 675px;
    font-family: Calibri;
    height:60px;
} 

div#Login {
background-color: white;
text-align:right;
width:675px;
} 

/*--------- pane style ----------*/

.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 20px 0px 0px; width:20%; margin:0px; }
.RightPane{ padding:0px 0px 0px 20px; width:20%; margin:0px; }

.DNNEmptyPane{width:0;padding:0;margin:0;}


/*--------- Removes space at top of page ----------*/
p {margin-top: 0}  
