body {
    /* xmas 2k6 */
    /*    background-color: #CDF4FE; */
    background-color: #FFFFFF;
    color: #000000;
  
  }

div#header {
	
	font-family:sans-serif;

	/* xmas 2k6 */
        /*background-color: #CDF4FE;*/


	/* xmas 2k6 */
	/*background-image: url("http://brianmartel.com/img/xmas2k6/tree_small.png");
	background-position: top left;
	background-repeat: repeat-x;*/
  }

div#header h1 {
    display: none;
  }
 

div#header h2 {
    display: none;
  }

div#header h3 {
    display: none;
    }


div#logo img#businesscard {
  border: 5px solid gray;
}

div#logo a {
  border: none;
  text-decoration: none;
}




div#navbar {
  /* xmas 2k6 */
/*  background-color: #CDF4FE;*/
}

/*
 * Menu goes like this:
 * Red
 *   \ Green
 *   \ Green
 *        \ Red
 *        \ Red
 */
  
div#navbar div.menuitem a{
  display: block;
  border: 1px solid black;
  border-top: 1px solid #77bcd4;
  border-right: 1px solid #77bcd4;

  padding: 1px;
  padding-left: 2px;
  font-weight: bold;
  font-family: arial;
  text-decoration: none;
  background-color: gray;
  color: #FFFFFF;
  }

div#navbar div.menuitem div.menuitem a {
  background-color: #fb810a;
  color: #3f200a;
  /* xmas 2k6 */
  /*background-color: #006600;
  color: #F5F5F5;*/
  font-size: medium;
 }

div#navbar div.menuitem div.menuitem div.menuitem a  {
  background-color: white;
  color: black;
  font-size: medium;

  /* xmas 2k6 */
  /*background-color: #FF0000;
  color: #FFFFFF;*/
}

div#navbar a.currentPage{
  background-color: #f6f313 !important;
  
  /* xmas 2k6 */
  /*background-color: #FF0000*/
  text-decoration: none
}


/* xmas 2k6 */
/*body {
    background-image: url("http://brianmartel.com/img/xmas2k6/snowman_trans.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}*/

div#content {
 background-color: #FFFFFF;
 background-color: transparent;
}

div#content div.section {
  border-top: 1px solid gray;
}

p#tipoftheday{
  font-weight: bold;
  font-size: smaller;
  text-align: left;
}

p#tipoftheday span#tip {
  font-weight: normal;
}

div#news div.headline {
  font-weight: bold;
  text-decoration: underline;
}

div#footer {
  border-top: 1px solid gray;
  text-align: center;
  font-size: x-small;
}


