body {
	font-family: verdana;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
a, a:visited, a:hover
{
    color: #000;
    text-decoration: underline;
}


.clear {
	position: relative;
	width: 100%;
	height: 1px;
	float: none;
	clear: both;
	}

div#all {
	text-align: center;
	padding-top: 20px;
}

a img, img {
	border: none;
	}
 
div#main-footer {
	margin: auto;
	width: 923px;
	height: 15px;
	background: url(../images/bg-footer.jpg);
	}

div#main {
	position: relative;
	margin: auto;
	width: 923px;
	background: url(../images/bg.jpg) repeat-y;
}

div#main-header {
	margin: auto;
	width: 923px;
	height: 27px;
	background: url(../images/bg-header.jpg);
	}

div#main *{
	text-align: left;
}

#header {
	height: 200px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 25px;
	left: 80px;
}

#header #books {
	position: absolute;
	right: 10px;
	top: -20px;
}

#header #menu {
	position: absolute;
	left: 5px;
	top: 167px;
	background: url(../images/bg-menu.jpg) center center repeat-x;
	height: 45px;
	width: 909px;
}

#header #menu ul {
	padding-left:85px;
	}

#header #menu ul li {
	color: white;
	margin-right: 20px;
	display: inline;
	
	 }

#header #menu ul li a {
	font-size: 10pt;
	font-weight:bold;
	color: white;
	text-decoration: none;
	border-spacing:4px;
	display: block;
	/** IE FIX **/
	width: 55px;
	float: left;
	_padding-top: 15px;
	}
	
#header #menu ul li a:hover {
	text-decoration: underline;	
	}
	
#header #menu ul li a#active {
	font-weight: bold;
	text-decoration: underline;
	}
	
#content {
	padding: 10px;
	padding-top: 25px;
	
}
h1.basic {
	padding-top: 4px;
	_padding-top: 0px;
	padding-left: 0px;
	}

h1.basic, h2.basic {
	font-size: 16pt;
	font-weight:normal;
	border-bottom: 6px solid #d9261c;
	width:60%;
	}
	
#left-column {
	width: 180px;
	float: left;
}

h2 {
	font-size: 14px;
}

#right-column {
	width: 720px;
	float: right;
}

#text-content {
	float: left;
	width: 500px;
	min-height: 300px;
	_height: 300px;
	font-size:12px;
	color:#666666;
}

#ad-position {
	
	width: 130px;
	height: 365px;
	
	margin-right: 30px;
	float: right;
}

#content-footer {
	height: 50px;
	margin-right:5px;
	margin-top: 20px;
	border-top: 6px solid #d9261c;
}

#ft {
	z-index: -15;
	height: 17px;
	background: url(../images/ft/center.gif) bottom left repeat-x;	
	position: relative;
}
		
#ftleft-side {
	z-index: -15;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 218px;
	width: 200px;
	background: url(../images/ft/ftleft.gif) no-repeat;
}

#ftright-side {
	z-index: -15;
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	height: 218px;
	width: 420px;
	background: url(../images/ft/ftright.gif) no-repeat;
}

#small-logo {
	float: left;
	margin-top: 8px;
	height: 50px;
	width: 45px;
	background: url(../images/small-logo.jpg);
}

#footer-text {
	float: right;
	width: 600px;
	padding-top: 9px;
	padding-right: 8px;
	font-size: 7pt;
	color: gray;
]