body {
	color: #000000;
	background-color: #125aa4;
	margin: 0;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
/* Coming soon */
#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
}
div#comingsoon {
	margin-left: -225px;
	position: absolute;
	top: -280px;
	left: 50%;
	width: 450px;
	height: 560px;
}
div#comingsoon h1 {
	font-size: 18px;
}
/* EOF Coming soon */

div#container {
	display: block;
	width: 960px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}
div#navigation {
	height: 59px;
	background:url('../images/nav_bg.jpg') no-repeat left top;
}
div#navigation ul {
	display: block;
	list-style:none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#navigation ul li {
	padding: 0;
	margin: 0;
	padding-top:20px;
	width: 120px;
	height: 59px;
	float:left;
	position:relative;
	text-align: center;
	background:url('../images/nav_separator.jpg') no-repeat right top;
}

div#navigation ul li.last {
	background: none;
}

div#navigation ul li a {
	text-transform:uppercase;
	text-decoration: none;
	color: #000000;
}

div#navigation ul li a:hover {
	text-decoration: underline;
}
div#slide {
	width: 100%;
	height: 200px;
	padding:0;
	margin:0;
	overflow: hidden;
}
div#buttons {
	height: 200px;
	background:url('../images/buttons_tile.jpg') repeat-x left top;
}
div#buttons ul {
	display: block;
	list-style:none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#buttons ul li {
	padding: 0;
	margin: 0;
	padding-top:20px;
	width: 137px;
	height: 200px;
	float:left;
	position:relative;
	text-align: center;
	background:url('../images/buttons_separator.gif') no-repeat right top;
}
div#buttons ul li.last {
	background: none;
}
div#buttons ul li a {
	text-transform:uppercase;
	text-decoration: none;
	color: #000000;
}
div#buttons ul li a:hover {
	text-decoration: underline;
}
div#buttons ul li a {
	width: 100%;
	float: left;
	display: block;
	clear: left;
}
div#buttons ul li a.text {
	height: 60px;
}
div#buttons ul li a.image {
	margin-bottom: 15px;
}

div#content {
	background-color: #f5f5f5;
	padding: 10px;
}
div#left {
	float: left;
	width: 650px;
}
div#right{
	float: right;
	width: 260px;
	padding:10px;
	min-height: 200px;
	margin-left: 10px;
	background-color: #dddddd;
}
div#content h1 {
	font-size: 22px;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#content h2 {
	color: #5a86bc;
	font-size: 18px;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
div#content ul {
	list-style-type: disc;
	padding-bottom: 5px;
}
div#content li {
	padding-left: 5px;
	padding-bottom: 5px;
}

a {
	color: #5a86bc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
img.center, div.center  {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img {
	border: 0;
}
div#bio_picture {
	float: left;
	width: 128px;
	margin-right: 10px;
}
div#bio_information {
	float: left;
}
div#bio_information ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#bio_information ul li {
	display: block;
}
div#bio_information ul li.name {
	font-weight: bold;
	font-size: 16px;
}
div#book_picture {
	float: left;
	width: 128px;
	margin-right: 10px;
	margin-top: 15px;
}
div#book_information {
	float: left;
	width: 312px;
}
div#book_information h1 {
	font-weight: bold;
	font-size: 16px;
}

div#footer {
	clear:both;
	height: 78px;
	font-size: 10px;
	background:url('../images/footer_bg.jpg') no-repeat left top;
	background-color: #125aa4;
	color: #ffffff;
	padding-top: 23px;
}

div#footer p {
	clear:both;
	padding-top: 0px;
	margin-left: 25px;
}

div#footer p span {
	color: #686868;
}

div#footer p a {
	text-decoration: underline;
	color: #686868;
}

div#footer p a:hover {
	text-decoration: none;
}

div#footer ul {
	display: block;
	list-style:none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	height: 18px;
	overflow: hidden;
}

div#footer ul li {
	padding: 0;
	margin: 0;
	float:left;
	position:relative;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #686868;
}

div#footer ul li.last {
	border-right: none;
}

div#footer ul li a {
	text-transform:uppercase;
	text-decoration: none;
	color: #686868;
}

div#footer ul li a:hover {
	text-decoration: underline;
}
div#kw h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
	font-weight: none;
}
div#kw p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	font-weight: none;
}
div#kw a {
	text-decoration: underline;
	color: #D8E4F8;
}
div#kw a:hover {
	text-decoration: none;
	color: #D8E4F8;
}
