/* CSS Document */

html
{
	height:100%;
}

body
{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#006666;
	line-height:110%;
	letter-spacing:0.1ex;
}
a
{
	font-weight:bold;
	color:#009966;
}
a:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#00CC99;
}

h1
{
	position:relative;
	top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#666;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color:#CC9933;
	line-height:90%;
}

#quote
{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	color:#009966;
	margin-left:10px;
	margin-right:10px;
}

#quote2
{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#009966;
	margin-left:10px;
	margin-right:10px;
}

p {
	margin-left:10px;
	margin-right:10px;
}

#reference
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	color:#669999;
	text-align:right;
	font-variant:small-caps;
}


#background
{
	background-image:url(images/swoosh.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	/*margin-bottom:2000;*/
	padding:100;
	height:100%;
	width:100%;
	position:absolute;

}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -270px;
	text-align: center;
	min-width: 975px; 
}
#wrapper {
	background-color:#FFFFFF;
	position: relative;
	text-align: left;
	width: 975px;
	height: 540px;
	margin: 0px auto;
	background-image:url(images/swoosh_975x540.jpg);
}
#header {
	position:fixed;
	height: 100px;
	text-align:center;
}
#general_header {
	background-image:url(images/logo-98x100.png);
	background-repeat:no-repeat;
	position:fixed;
	height:100px;
	width:98px;
}
#home_header {
	background-image:url(images/big_logo_top.png);
	background-repeat:no-repeat;
	position:fixed;
	height:100px;
	width:250px;
}

#title {
	position:absolute;
	background-image:url(images/book-savers-heading-transpa.png);
	background-repeat:no-repeat;
	background-position:center;
	left:250px;
	height:58px;
	top:0px;
	width:475px;
	
}

#navigation {
	height:40px;
	width:850px;
	top:60px;
	max-height:40px;
	left:75px;
	position:absolute;
	text-align:center;
	color:#009999;
}
#navigation-table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:100%;
	letter-spacing:normal;
	text-align:center;
	margin:0 auto;
}

#navigation-link {
	font-size:11px;
	color:#009999;
	text-decoration:none;
}

#navigation-link:hover {
	background-color:#FFFFFF;
	text-decoration:underline;
	color:#006666;
}


#navigation-collection-link {
	font-size:11px;
	color:#C00;
	text-decoration:none;
}

#navigation-collection-link:hover {
	background-color:#FFFFFF;
	text-decoration:underline;
	color:#C000;
}

#body {
	position:absolute;
	height:400px;
	top:100px;
	width:975px;
	background-image:url(images/swoosh_small_blur.jpg);
	border:1px solid #099;

}
#body_padding{
	margin-left:30px;
	margin-right:30px;
	height:100%;

}


#footer {
	position:absolute;
	top:500px;
	height:40px;
	width:975px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:normal;
	font-weight:bold;
	color:#000;
}

#footerContact {
	position:absolute;
	top:530px;
	height:40px;
	width:975px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:normal;
	font-weight:bold;
	color:#000;
	font-size:16px;
}

#coming_body {
	position:absolute;
	height:400px;
	top:100px;
	width:975px;
}

