body {
background: #fcf9f0;
 font-family: Corbel, sans-serif;
 font-size: 14px;
 color: #333;
 margin: 0px;
}
a {
 color: #333;
 text-decoration: none;
}
a:hover {
 color: #B44B3D;
 text-decoration: underline;
}
br.clear {
	clear: both;
}
img {
 border: 0px;
}
#wrapper {
 width: 100%;
}
#headerleft {
 width: 70%;
 float: left;
 text-align: left;
}
#headerright {
 width: 30%;
 padding-top: 10px;
 text-align: right;
 color: #666;
 line-height: 20px;
 float: left;
}
#hpcontent {
 width: 45%;
 padding-left: 50%;
 padding-right: 5%;
 padding-top: 40px;
 line-height: 20px;
 text-align: left;
}
#subcontent {
 text-align: left;
 padding: 30px 20px;
 line-height: 180%;
 width: 900px;
}
#nav {
background: #B44B3D;
width: 100%;
}
#nav ul,
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	background-image: url(../media/nav-sprite.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
}
#nav li a span {
	display: none;
}
#nav-about {
	background-position: 0 0;
	width: 76px;
}
#nav-about:hover {
	background-position: 0 -30px;
}
#nav-select {
	background-position: -76px 0;
	width: 109px;
}
#nav-select:hover {
	background-position: -76px -30px;
}
#nav-foreign {
	background-position: -185px 0;
	width: 87px;
}
#nav-foreign-active {
	background-position: -185px -30px;
	width: 87px;
}
#nav-foreign:hover {
	background-position: -185px -30px;
}
#nav-guidelines {
	background-position: -272px 0;
	width: 171px;
}
#nav-guidelines:hover {
	background-position: -272px -30px;
}
#nav-contact {
	background-position: -443px 0;
	width: 91px;
}
#nav-contact:hover {
	background-position: -443px -30px;
}
#nav-news {
	background-position: -534px 0;
	width: 118px;
}
#nav-news:hover {
	background-position: -534px -30px;
}
#subnav {
	background: #e5e1d4;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 195px;
	margin-top: 0
}
#subnav li {
	float: left;
	list-style: none;
}
#subnav li a {
	color: #B44B3D;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
}
#subnav li.first {
	border-right: 1px #ccc solid;
}

#headImg {
background: #B44B3D;
width: 100%;
}
#headImg img {
float: left;
}
#headImgHome {
background: #B44B3D;
width: 100%;
}
#underline {
background: #FCF9F0;
width: 100%;
height: 3px;
}
#headContent {
color: #fff;
float: left;
width: 300px;
padding-left: 10px;
padding-top: 10px;
}
#topImg {
float: left;
height: 300px;
}
span.booktitle {
	color: #a11503;
	font-weight: bold;
	font-style: italic;
}
span.highlight {
	color: #a11503;
	font-weight: bold;
}
 hr {
  border: 0;
  width: 100%;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin: 30px 0;
}

/* Titles Page */
div.title {
	float: left;
	margin: 0 10px;
	width: 430px;
}
div.title-img {
	float: left;
	margin-top: 10px;
	width: 150px;
}
div.title-img em {
	font-weight: bold;
	font-size: 13px;
}
div.title-img span {
	font-size: 11px;
}
div.title-desc {
	float: left;
	margin-left: 5px;
	width: 250px;
}
div.title-desc blockquote {
	margin: 0;
	padding: 0;
}
div.title-desc blockquote p span {
	font-family: Georgia, Times New Roman, serif;
}
div.title-desc cite {
	font-size: 11px;
	font-style: normal;
}