@CHARSET "UTF-8";

#readspeaker_button {
  float: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  background: url(../img/readspeaker.gif) left center no-repeat;
}

/**
  * Container
  *
  */
body
{
	font-size: 14px;
	line-height: 16px;
}

#menu ul li {
	float: left;
	background: url(../img/menu_link_background.gif) repeat-x #df193a;
	padding: 16px 5px;
	margin: 0 1px 0 0;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
}

#page-title {
	margin: 10px 0 0 0;
	font-size: 24px;
	padding: 20px 0;
	color: #000;
	font-family: Georgia;
}

h2.large-title, p.large-title, h2.large-title a, p.large-title a {
	color: #e00034;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p.title, p.title a {
	color: #e00034;
	font-size: 18px;
	margin: 0 0 5px 0;
}

p.small-title, p.small-title a {
	color: #cccccc;
	font-size: 15px;
	margin: 0;
	font-weight: normal;
}
