html {
	overflow: auto;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: #97b3c4;
	background: url(/_layouts/1033/STYLES/BlueBridgeBranding/backgr.gif); 
	background-repeat: repeat-x;
}

a {	
	color: #fff;
}

IMG {
	border-right: medium none; 
	border-top: medium none; 
	border-left: medium none; 
	border-bottom: medium none
}

#container {
   min-height: 100%;
   position: relative;
}

#header {
}

#body {
   position: relative;
   padding-bottom: 90px;   /* Height of the footer */
   min-height: 640px;
   overflow: hidden;
}

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 90px;   /* Height of the footer */
}

#footer p 
{
	width: 45%;
	font-size: 10px;
	white-space: nowrap;
	line-height: 1.5em;
}

#logo {
	position: absolute; 
	top: 0px; 
	left: 9%;
	z-index: 999;
	width: 132px;
	height: 61px;
}

#logo img{
	margin-top: 75px;
}

#innerbody {
    position: absolute; 
    top: 10%;
    width: 100%;
    height: 100%;
}

#book {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 60%;
	height: 80%;
	z-index: 2;
}

.fl_left 
{
	float: left;
}

.fl_right 
{
	float: right;
}

.variations
{
	float: right;
	position: relative;
	top: 81px;
	padding-right: 34px
}

.variations A {
	background-image: url(/_layouts/1033/STYLES/BlueBridgeBranding/lang_dot.gif); 
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 12px;
}

.contacts {
	margin-left: 4%;
	margin-top: 0px;
}

.copyright {
	text-align: right;
	margin-right: 4%;
	position:absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0px;
}

.noOutline 
{
	outline: none;
}
