/*CSS by Lisa deBettencourt. 09/24/04*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #151515;
	background-color: #e0e0e0;
	text-align: left;
}

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 18px 5px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 3px;
  background: url(images/template/tictac_orange.gif) no-repeat 6px;
  }
  
#wrap {
  text-align: left;
  background: url(images/template/tile.gif) repeat-y;
  }
  
#content {
  margin-left: 62px; /* to avoid the BMH */
 }
#main-content {
  float: left;
  width: 460px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
}
  
  
a:link {
	color: #6699cc;
}
a:visited {
	color: #666699;
}
a:hover {
	color: #669933;
}
a:active {
	color: #cc3333;
	text-decoration: none;
}
#sidebar {
	background-image: url(images/template/sidebar_bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #999999;
	background-repeat: no-repeat;
	padding: 20px 0px 0px;
	font-size: 85%;
	margin-left: 547px;
}
h2.sidebar-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 32px;
	color: #333333;
	background-image: url(images/template/sidebar_icon.gif);
	background-repeat: no-repeat;
	background-position: 20px 12px;
	height: 32px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 53px;
}
#resume-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
	background-image: url(images/template/top_div.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#resume-header h1 {
	color: #FFFFCC;
	background-image: url(images/template/top_h1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 30px;
	background-position: left bottom;
	padding-left: 118px;
	padding-right: 60px;
	padding-top: 60px;
}
