body {
  font-family: Garamond;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
h1 {
  text-align:left;
  margin: 0;
  font-size: 22px;
  font-family: sylfaen;
  color: #000000;
  font-weight:normal
}
h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000
}
h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-left: 7px;
}
h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-left: 20px;
}
a:link,a:visited {
  color:#474747; 
  text-decoration:none;
}
a:hover,a:active { 
  color:#FFFFFF;
  text-decoration:none;
}
/**** HeaderNav ****/

#header {
	padding: 0;
	margin: 0;
	background-image: url('images/header.jpg');
	width:800px;
	height:188px;
}

#navbar {
	font-size: 17px;
	background-image: url('images/navimage.jpg');
	background-repeat: no-repeat;
	margin-left: 40px;
	padding-left: 8px;
	height: 24px;
	width: 750px;
}

#navbar a {
	position: relative;
	color: #000000;
	top: 2px;
	padding: 2px 7px 3px 7px;
}

#navbar a:hover{
	position: relative;
	color: #404040;
	top: 2px;
	padding: 2px 7px 3px 7px;
	background-color: #cdcccc;
}

/****** Divs *******/
#main {
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  height:auto; 
  width:800px; 
  background:#BAB9B9; 
  border-style:solid; 
  border-color:#696969;
  border-width:5px;
  padding-bottom: 22px;
}

#content {
  position:relative;
  float:right;
  margin:22px 40px 0px 0px;
  width:500px;
  height:auto;
  padding:20px;
  background:#CDCDCC;

}
#sidebar {
  font-size: 17px;
  position:relative;
  float:left;
  left:40px;
  margin-top:22px;
  height:auto;
  width: 150px;
  background:#C7C6C6;
}
.sbardiv img {
  border:2px solid #696969;
}
.sbardiv {
  border:2px solid #C7C6C6;
  text-align:center;
  padding-top:17px;
  padding-bottom:33px;
  position:relative;
  top:0px;
  left:0px;
  width: 146px;
  height: 100px;
  background-color:#C7C6C6;
}
.sbardiv:hover {
  border:2px solid white;
  text-align:center;
  padding-top:17px;
  padding-bottom:33px;
  position:relative;
  top:0px;
  left:0px;
  width: 146px;
  height: 100px;
  background-color:#CDCDCC;
}
#clear {
  clear:both;
}
#footer {
  font-size:15px;
  text-align:center;
  position:relative;
  left:290px;
  margin-bottom:20px;
}