body {
	background: #ffffff;
	color: #333;
	font-family: "Lucida Grande", Arial, Tahoma, Verdana;
	font-size: 23px;
}
img {
	margin: 2;
	padding: 4px;
	vertical-align: baseline;
}
a {
	text-decoration: none;
  color: #39C;
}

h1 {
	text-align: left;
	font-size: 40px;
	margin: 0;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
  width: 85%;
}
h1 a {
	color: #666666;
}


h2 {
	text-align: left;
	font-size: 30px;
	margin: 0;
	padding: 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding: 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
  border: 0;
  width: 80%;
  background-color: #666;
  height: 1px;
}


blockquote {
	color: #777;
	background-color: #E1E1E1;
	padding: 5px;

}
#header {
	top: 10px;
	padding-left: 30px;
  padding-right: 30px;
  color: #666666;
  text-align:center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 30px;
}

#header a {
  color: #666666;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 10px;

}

#nav {
	list-style: none;
	font:  tahoma, verdana, arial, helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
  width: 80%;
}
#nav li { display: inline; }
#nav a {

	padding: 5px 36px 4px 11px;
    color: #777;

}

	

#nav #current a {
	font-weight: bold;
    color: #555;
}

#footer {
	padding: 0 30px 10px;
	text-align: center;
}	

#footer p {
  font-size: 14px;
}

.answer {
  width: 85%;
  padding: 10px;
}

.related {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
}


.pie {
	color: #777;
	font-size: 20px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFCC;
  width: 80%;
  margin-left: 45px;
}

.tags {
  font-size: 14px;
  float:right;
  padding-right: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.focus {
  color: #f33;
}

