html, body, h1, h2, h3, h4, ul, li 
{
	margin: 0;
	padding: 0;
}
body {
    
  background: #E7E7E7;
  padding: 18px;
}

#header
{
background: url(img/header.jpg) no-repeat; 
width: 80%;
margin: 0 auto;
text-align: center;
border: 6px solid white;
}

#mainbody {
background: #7F90A0;
width: 80%;
margin: 0 auto;
height: 1800px;	
border: 6px solid white;
}

#book
{
background:#949694;
width: 16.5%;

height: 1800px;
float: left;
text-align: center;

}

#book li {
  float: left;
  background: black;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  line-height: 1.1;

}

#rightbox
{
width: 83.5%;
background: red;
height: 1800px;
float: right;
}

#content
{
width: 83%;
background: #EBEFF2 ;
height: 1800px;
float: left;

}

#content .top
{
height: 19px;
background: url(img/body_top.html) no-repeat; 
background-position :center;
}

#content .leftp 
{
padding-left: 5px;

	float: left;
	width: 49.1%;
	background:#AABAB9 ; 
}
#content .rightp 
{
padding-left: 5px;

	float: right;
	width: 49.1%;
	background:#AABAB9 ; 
}


#link 
{
  width: 17%;
  background:#949694;
height: 1800px;

float: right;
}

#linkblock1
{
padding-left: 8px; 
padding-right: 8px;
padding-top: 8px;
padding-bottom :8px;
background:#FBFBBD ;


}



#linkblock2
{
padding-left: 8px; 
padding-right: 8px;
padding-top: 8px;
padding-bottom :8px;
background:#69FF7E  ;

}

#linkblock3
{
padding-left: 8px; 
padding-right: 8px;
padding-top: 8px;
padding-bottom :8px;
background:#FBAF5D  ;

}

#footer 
{
text-align: center;

margin: 0.5em;
font-size :12px

}

h1 {
  padding: 5px 0 5px 0px;
  font-size: 24px ;
  
}

h2
{
text-align: center;
font-size :14px

}

h3
{
text-align: center;
font-size :12px

}

p
{
font-size :12px

}

a 
{
	color: #0690FF;
}















h1 img {
	display: block;
}
img {
	border: 0;
}

a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}



/** layout **/
#wrapper {
	width: 778px;
	margin: 0 auto;
	
	
}



h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}



/* nav */

#nav {
  float: right;
  background: black;
  width: 500px;
}
#nav li {
  float: left;
  background: url(images/nav_left.html) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  /*background: url(images/topcon.jpg) no-repeat;*/
  width: 427px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/


#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}


.box {
  float: left;
  width: 195px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.html) repeat-x; }
.box-r { background: right url(images/box_r.html) repeat-y; }
.box-b { background: bottom url(images/box_b.html) repeat-x; }
.box-l { background: left url(images/box_l.html) repeat-y; }
.box-tr { background: top right url(images/box_tr.html) no-repeat; }
.box-br { background: bottom right url(images/box_br.html) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.html) no-repeat; }
.box-tl { background: top left url(images/box_tl.html) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 240px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/

#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

