body, html {
	color: #555;
	background: #fffff1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#bd {
	margin-top: 3em;
}

h1 {
	color: #111;
	font-size: 167%;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
	
}

h2{
	color: #333;
	font-size: 131%;
	font-weight: bold;
	margin-bottom: 0;
}

h2 a, h2 a:visited {
	color: #333;
}

h2 a:hover {
	background: #fffeb3;
}

p {
	margin-top: 1em;
}

.drop_shadow {
	margin-top: -10px;
	float: right;
	clear: both;
	margin-bottom: 3em;
}
.no_shadow {
	float:right;
	margin-bottom:3em;
	clear: both;
}

p.descriptions {
	color: #333;
	font-weight: bold;
}

p.details {
	font-size: 93%;
}

p.details a, p.details a:visited{
	color: #555;
}

p.details a:hover{
	background: #fffeb3;
}

a img:hover {
	background: #fffeb3;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.tagline {
	color: #fff;
	margin-top: 0px;
	width: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 131%;
	background: #9f0096;
	padding: .5em;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

p.signature {
	margin-top: .5em;
	color: #666;
}

p.signature span{
	font-weight: bold;
	color: #222;
}

.yui-g {
	margin-bottom: 20px;
}

a {

}

ul {
	margin-bottom: 3em;
}

li {
	margin-bottom: 1em;
	margin-left: 2em;
}

li span {
	font-weight: bold;
	color: #222;
}