/* Base stylesheet for all of the pages on Cara's site. */

body {
  background:		#a50b53; 			/* Plum */
  background-image:	url(../images/blend.jpg);
  background-repeat:	repeat-x;
  font-family:		Helvetica, sans-serif;
  font-size:		medium;
  line-height:		1.4em;
  margin:		0;
  padding:		0;
}

/* Content *******************************************************************/

#body {
  border:		2px solid #77776d; 		/* Dark grey */
  margin:		40px auto 40px auto;
  /*
   * Each page adds a background image to this Id, and the image should be
   * *exactly* this size!
   */
  width:		901px;
  height:		563px;	
}

/* Navigation ****************************************************************/

#menu {
  font-size:		150%;
  margin:		35px 0px 0px 200px;
}

#menu ullll { 
  display: 		inline; 
}

#menu li { 
  display: 		inline; 
  margin:		50px 50px 0px 10px;
}

#menu a {
  color:		#ffffff;			/* White */
  font-weight:		bold;
  text-decoration:	none;
}

#menu a.active {
  color:		#340f0a;			/* Brown */
  color:		#a50b53; 			/* Plum */
}

#menu a:hover {
  color:		#340f0a;			/* Brown */
  color:		#a50b53; 			/* Plum */
}

/* Footer ********************************************************************/

#footer {
  margin-top:		460px;
  text-align:		center;
}

/* EOF ***********************************************************************/


