/*******************************************************************
*  css file for palm springs trip website						   *
*******************************************************************/

/* Align everything to the middle of browser window */
/* This may not be working */
#center {
margin:0px auto 0;
width:700px;
}

/* Default font properties for site *********************************/
#default {
font-family:Tahoma;
}

/* Navigation bar ***************************************************/
#navi {
margin-top:-5px;
margin-left:-3px;
}

img.navi_shift {
margin-left:-4px;
}

/* Body and content of the page *************************************/
#body {
height:800px;
margin:0px auto 0;
width:680px;
}

/* Footer ***********************************************************/
#footer {
background-color:#ffffff;
margin:0px auto 0;
width:700px;
text-align:center;
}