@import "nav.css";

html body {
	background: #fff url("../images/bg/main.gif") 0 0 repeat-x;
	color: #000;
	font: normal 0.71em Verdana, Arial, Tahoma, Helvetica, sans-serif;
	/*margin: 10px;*/
	margin:0;
	padding: 0;
	text-align: center;	
}

a	{
	color:#000;
	text-decoration:none;
}

a:hover	{
	color:#666666;
}

h1, h2, h3, h4, p, form, dl, dt, dd	{
	padding:0;
	margin:0;
}

.searchli {
	margin-bottom:5px;
}

/* ------------------------- MAIN CONTAINERS --------------------------- */

#container	{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:811px;
	background: transparent url("../images/bg/content2.jpg") 0 0 no-repeat;	
	clear:both;
	min-height:714px;
	_height:714px;
}

#containerissue	{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:811px;
	background: transparent url("../images/bg/content3.jpg") 0 0 no-repeat;	
	clear:both;
	min-height:714px;
	_height:714px;
}

.content	{
	margin:0 auto;
	text-align:left;
	width:779px;
}

.copy	{
	margin:60px 20px 0 20px;
	width:370px;
	float:left;
	font-size:10px;
}

h1	{
	padding-bottom:7px;
	font-size:25px;
	font-weight:normal;
}


h2	{
	padding-bottom:7px;
	font-size:14px;
	font-weight:normal;
}

p	{
	margin-top:7px;
}

.right	{
	width:218px;
	float:right;
}

#books	{
	margin:121px 0 20px 0;
	height:344px;
	width:107px;
	overflow:auto;
}

.list-books	{
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	display:block;
	width:53px;
	height:75px;
}

.list-books li a	{
	margin:5px 0 10px 0;
	display:block;
	width:53px;
	height:75px;
}

.container-logo	{
	position:absolute;
	top:50px;
	left:733px;
	display:block;
	width:28px;
	height:49px;
}

.container-logo a	{
	display:block;
	width:28px;
	height:49px;
	background: transparent url("../images/buttons/logo.gif") 0 0 no-repeat;
}

.form-login	{
	width:133px;
}

.form-login	input	{
	display:block;
	padding:2px;
	margin: 2px 0 0 0 !important;
	margin:0;
	width:127px;
	border:1px solid #000;
	font-size:9px;
	color:#B3B1B1;
}

.form-search	{
	width:133px;
}

.form-search input	{
	padding:2px;
	margin: 2px 0 0 0 !important;
	margin:0;
	border:1px solid #000;
	font-size:9px;
	color:#B3B1B1;
}
/* LOGGED OUT */

.loggedintab	{
	padding:10px 0 0 10px;
	left:573px;
	position:absolute;
	width:142px;
	height:29px;
	background: transparent url("../images/bg/tab.gif") 0 0 no-repeat;
	color:#fff;
}

.container-member	{
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #fff;
	display:block;
	width:133px;
	height:74px;
	background: transparent url("../images/bg/column-cap.gif") 0 0 no-repeat;
}

/* ----------------------------------------- TITLES ---------------------------------------*/

.title-memberlogin {
	clear:both;
	background: transparent url("../images/titles/memberlogin.gif") 0 0 no-repeat;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	width: 133px;
	height: 24px;
}

h1 span, h2 span, h3 span , h4 span {
	display: none;
}

/* -------------------------------------------  BUTTONS  ---------------------------------*/

.container-ad	{
	margin:127px 0 0 7px;
	_margin-left:4px;
	padding:0;
	float:left;
	background: transparent url("../images/buttons/ad.jpg") 0 0 no-repeat;
}

a.button-ad {
	padding:0;
	margin:0;
	display:block;
	width:74px;
	height:332px;
	background: transparent url("../images/buttons/ad.jpg") 0 0 no-repeat;
}

a.button-ad:hover {

}

.container-logingo	{
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #fff;
	background: transparent url("../images/buttons/go.gif") 0 0 no-repeat;
}

a.button-logingo {
	padding:0;
	margin:0;
	display:block;
	width:133px;
	height:24px;
	background: transparent url("../images/buttons/go.gif") 0 0 no-repeat;
}

a.button-logingo:hover {

}

a.button-searchgo {
	padding:0;
	margin:0;
	display:block;
	width:17px;
	height:19px;
	background: transparent url("../images/buttons/search.gif") 0 0 no-repeat;
}

a.button-searchgo:hover {

}

.container-notmember	{
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #fff;
	background: transparent url("../images/buttons/joinnow.jpg") 0 0 no-repeat;
}

a.button-notmember {
	padding:0;
	margin:0;
	display:block;
	width:133px;
	height:74px;
	background: transparent url("../images/buttons/joinnow.jpg") 0 0 no-repeat;
}

a.button-notmember:hover {

}

a span {
	display: none;	
}

/* -------------------------------------------  FOOTER  -----------------------------------*/

#footer {
	margin:0 auto;
	padding-top:50px;
	text-align:left;
	width:765px;
	clear:both;
	background: transparent url("../images/bg/footer2.gif") 0 0 no-repeat;
}

#footer p	{
	width:200px;
	float:left;
	font-size:10px;
}

/* ------------------------------------------------ MISC ----------------------------------------*/

/* hacks and workarounds */
/* fix so Mozilla browsers allows content to fill container div */
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
