/* base.css */
/* Copyright Step by Step, Inc. 2008*/
/* Monitor Background Attributes */
body {
  font-family: helvetica, arial, sans-serif;
  font-size: 12pt;
  color: navy;
/*  background-color: #FFFF99;  */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}
/*General style attributes */
a {
  font-size: 1em;
}
a:link {
  text-decoration: none;
  color: #666;
}
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
ul {
  list-style: none;
}
p {
  font-size: 1em;
}
H1 {
  font-size: 2.5em;
}

/* Divisional Attributes */
div#page {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
div#header {
	font-family: 'Times New Roman', Garamond, cursive;
  width: 750px;
  height: 250px;
}
div#header img {
	width: 200px;
	height: 200px;
	float: left;
}
div#sidebar {
	font-family: 'Comic Sans MS', Veranda, cursive;
 float: left;
 width: 250px;
}
div#content { 
  left: 250px; 
  width: 480px; 
  } 
div#footer {
  clear: left;
  padding: 10px; 
/*    background-color: #FF9; */
    text-align: center;
  } 
