/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top repeat-x;
}

body
{
	font-size: x-small;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #072544;
	padding-top: 12px;
	padding-bottom: 16px;
	font-weight: normal;
}

h1
{
	padding-top: 10px;
	font-size: 24px;	
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #0b4b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 820px;
	margin: 0 auto;
	background: url(../images/latest-news-bg.gif) right repeat-y;
}

#header-logo
{
	width: 520px;
	height: 89px;
	font-size:10px;
	background: #0b4b8b;
	color:#fff;
}

#header-logo a {
text-decoration:none;
color:#fff;
}
#navigation
{
	width: 500px;
	height: 24px;
	padding: 0 0 0 0px;
	float: left;
	margin-top: 1px;
}

#content-area
{
	width: 476px;
	float: left;
	background: transparent;
	margin-top: 2px;
	padding: 15px 22px;
	min-height: 240px;
  	height: auto !important;
  	height: 290px;
}

#latest-news
{
	width: 240px;
	float: right;
	color: #083765;
	padding: 150px 20px 20px 20px;
	background: #b9b9b9 url(../images/latest-news-ueber.jpg) top no-repeat;
	min-height: 240px;
  	height: auto !important;
  	height: 290px;
}

#footer
{	
	width: 800px;
	margin: 0 auto;
	padding:5px;
	text-align:right;
	a:link:text-decoration: none;

}
/*************************************************** Latest News Styles ***************************************************/

#latest-news p
{
	color: #083765;
}

#latest-news a
{
	color: #083765;
}

#latest-news img
{
	padding-bottom: 14px;
}


/*************************************************** Main Content Styles ***************************************************/

#content-area ul
{
	padding: 5px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #083765;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 34px;
	background: url(../images/list-arrow.gif) left no-repeat;
	list-style: none;
}

#content-area img.float-left
{
	float: left;
	padding: 8px 15px 15px 0;
}

#content-area span.tab-books img
{
	padding: 5px 20px 10px 0;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 24px;
	line-height: 24px;
	margin: 1;
	display: inline;
	float: left;
	width: 500px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: x-small;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 4px 0 10px;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li a:hover
{
	color: #98bfe7;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #98bfe7;
}
