body { 
  background-color: white;
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        small;
  color:			blue;
  margin:           0px;
}

#allcontent{
  width: 			900px;
  padding-top: 		5px;
  margin-left:		auto;
  margin-right:		auto; 
  border-width:		0px 1px 1px 1px;
  border-color:		blue;
  border-style:		solid;
}

#header {
  margin:           10px;
  padding:			0px 0px 0px 200px;
  height:           100px;
  border-width:		0px 0px 1px 0px;
  border-color:		blue;
  border-style:		solid;
}

#main {
  font-size:        105%;
  padding:          10px 15px 15px 30px;
  margin:           0px 650px 10px 10px;
}

#sidebar {
  font-size:        105%;
  padding:          15px 15px 15px 15px;
  margin:           0px 10px 10px 10px;
  width:            500px;
  float:			right;
}

#sidebar h1 {
  font-size:		200%;
  }


ul {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		14px;
	font-weight: 	bold;
	padding-left: 	40px;
	line-height: 	20px;
	color: 			blue;
}

#footer {
  background-color:	blue;
  text-align:       right;
  color:			white;
  padding:          4px;  
  font-size:        90%;
  font-weight:		bold;
  border-width:		1px 10px 0px 0px;
  border-color:		blue;
  border-style:		solid;
  clear:			right;
}

#footer h1{
	text-align:	left;
	color: 		white;
	font-size:	200%;
	padding-left:	10px;
}

#address {
	float:		right;
	width:		400px;
}

h1 {
  font-size:        120%;
  color:            red;
  text-align:		center;
}

h2 { font-size: 110%; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: 		blue;
	text-align: center;
}



.item {
  text-align:       center;
  line-height:      1.8em;
}

.item img {
  position:         relative;
  left:             30px;
}

a:link {
  color:            #ff0000;
  text-decoration:  none;
  border-bottom:    thin solid #b76666;
}


