﻿html, body, form
{
	height: 100%;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
}
#page
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 970px;
	margin: 10px auto -50px;
	background-image:url(/img/web_book_bg.gif);
}
#header
{
	height:40px;
	margin:0px;
	background-color:#ffffff;
	
}
#header_inner
{
	height:40px;
	margin: 0px auto;
	width:970px;
	background-image:url(/img/web_book_top.gif);
	background-repeat:no-repeat;
}
#outer
{
	width:970px;
	margin: 0px auto;
	background-repeat:repeat;
	min-height:100%;
	height:100%;
	overflow:visible;
}
#main
{
	width:970px;
	margin: 0px auto;
}
#left
{
	float:left;
	width:705px;
}
#content
{
	margin: 0px 0px 265px 0px;
}
#right
{
	float:left;
	width:265px;
	margin-right: -265px;
}
#footer, #push
{
	clear:left;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:11px;
	text-align: right;
}
#footer
{
	background-color: #ffffff;
	color: #666666;
}
#footer_inner
{
	height:50px;
	margin: 0px auto;
	width:970px;
	background-image:url(/img/web_book_bot.gif);
	background-repeat:no-repeat;
}
*{margin: 0;}
