/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
    font: normal 12px Tahoma; 
    background: #C8DDE2 url(/img/mainbg.jpg) -350px 0 no-repeat;
}
.header {
	width: 800px; 
	height: 128px; 
	background-image: url(/img/header.gif);
}
.pager {
    text-align: center;
}

.nav1 {
    font-weight: bold;
    text-decoration: none;
    color: white;
}
         
.bookline {
    padding: 10px;
}

.bookbg {
    background-image: url(/img/middle1.jpg); 
}
.bookbg_line {
    background-image: url(/img/book_under_line.jpg); 
    background-position: bottom; 
    background-repeat: no-repeat;
}


.footer {
	background-image: url(/img/footer.gif); 
	background-repeat: no-repeat; 
/*	border: thin solid red;*/
}
.fotter_div {
	width: 800px; min-width: 800px;
}
.footer2 {
	background-image: url(/img/footer2.gif); 
	background-repeat: no-repeat; 
	background-position: center top;
}
.footerline {
	height: 40px; 
}
.table {
   width: 800px; 
   margin-left: auto; 
   margin-right: auto; 
   text-align: center;
}
.nav a {
    font: bold 16px monospace;
    color: #04f8fb;
    text-decoration: none;
}
.td {
  padding: 10px 13px 10px;
  background-image: url(/img/middle1.jpg); 
  background-repeat: repeat-y;
  text-align: center;
}
.td1 {
  padding-top: 10px;
  text-align: center; 
  background-image: url(/img/middle1.jpg); 
  background-repeat: repeat-y;
}
.td2 {
  vertical-align: top;
  padding: 10px 10px 10px;
  padding-right: 20px;
  width: 440px;
  text-align: left; 
  background-image: url(/img/middle1.jpg); 
  background-repeat: repeat-y;
/*  border: thin solid red;*/
}
.black {font: bold 12px Tahoma; color: black;}
.white {font: bold 12px Tahoma; color: white;}
.descr {text-align: justify;}
.template_img {
  text-align: center   
}

.copywrite {
	margin: 0px 0px 0px;
	font: normal 12px Tahoma, Verdana, Arial;
	color: gray;
	padding: 0 0 0px 0;
/}

.copywrite a {
    font: normal 12px Tahoma, Verdana, Arial;
    color: #f007ff;
/*    text-align: center; */
    text-decoration: none;
}
