html, body {
	margin:0px;
	padding:0px;
	font-family: 	Tahoma, 'trebuchet MS';
	font-size:0.9em;
	color:#000000;
	height:100%;
	background-color: #000000;
}

.container{
	width: 1100px;
	margin: 0 auto 0 auto;
}

.containerFloat{
	width: 100%;
	float: left;
	position: relative;
}

#header{
	background: #000000 url(../images/gif/header-background.gif) no-repeat top left;
	float: left;
	width: 100%;
	z-index: 1;
	position: absolute;
}

#header #col_left{
	width: 684px;
	padding: 24px 0 0 71px;
	float: left;
}

#header #col_right{
	width: 275px;
	padding: 17px 70px 0 0;
	float: right;
}

#header #logo-container{
	float: left;
	width: 676px;
	padding: 0 0 25px 0;
	margin: 0;
}

#logo-container a{
	float: left;
}

#logo-container img{
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

#menu-book{
	width: 100%;
	float: left;
	position: relative;
}

#book-container{
	width: 269px;
	float: right;
	padding: 48px 0 0 0;
	position: absolute;
	right: 0;
}

#book-container img{
	float: right;
}

#menu-container{
	width: 378px;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
}

#menu-container #menu{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li{
	float: left;
	width: 369px;
	text-align: right;
	line-height: 33px;
	margin-bottom: 2px;
}

#menu li a:hover{
	background: url(../images/gif/op-active.gif) no-repeat top left;
}

#menu li a{
	text-decoration: none;
	float: right;
	color: #ffffff;
	width: 357px;
	padding: 0 12px 0 0;
	font-size: 16px;
}

#col_right #author{
	float: right;
}

#col_right #name-container{
	width: 100%;
	float: left;
	margin-top: -55px;
}

#col_right #name{
	padding: 0 0 15px 100px;
	float: left;
	width: 175px;
	margin: 0;
	font-size: 16px;
	color: #ffffff;
}

#col_right #signature{
	margin-right: 31px;
	float: right;
}

#no-header{
	width: 100%;
	float: left;
	position: absolute;
	top:470px;
	background: #ffffff url(../images/gif/header-gradient.gif) repeat-x top left;
	padding: 17px 0 0 0;
}

#content{
	width: 1029px;
	padding: 50px 0 0 71px;
	float: left;
	background-color: #ffffff;
}

#footer-container{
	width: 100%;
	float: left;
	margin: 0;
	padding: 19px 0 0 0;
	background: #000000 url(../images/gif/footer-gradient.gif) repeat-x top left;
}

#footer-container #footer{
	width: 100%;
	float: left;
	background: #000000 url(../images/gif/footer-background.gif) no-repeat top left;
	height: 154px;
	position: relative;
}

#footer #menu-footer{
	width: 1030px;
	float: left;
	margin: 0;
	padding: 66px 0 20px 85px;
	list-style: none;
}

#footer .footerParag{
	width: 100%;
	float: left;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.footerParag a{
	color: #ffffff;
}

#webDesign a{
	text-decoration: none;
}

#menu-footer li {
	display: inline;
	float: left;
}

#menu-footer li a{
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 8px 10px 8px 10px;
	background-color: #000000;
	cursor: pointer;
}

#stumpy-top{
position: absolute;
top: 30px;
right: 18px;
}

#index_col_left{
	float: left;
	width: 412px;
	padding: 0 10px 10px 0;
}

#index_col_right{
	width: 597px;
	padding: 15px 0 0 0;
	float: right;
}

#index_col_right p{
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
	color: #333333;
	font-size: 14px;
}

#index_col_right p a img{
	float: left;
	border: none;
}

#index_col_right h1{
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#index_col_right h2{
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#gabay{
	position: absolute;
	right: 0;
	float: right;
	bottom: 0;
}

#buttonsContainer{
	width: 450px;
	float: left;
	color: #9b9b9b;
	top: 170px;
	right: 100px;
	position: absolute;
}

#buttonsContainer a{
	float: left;
	margin-right: 40px;
}

#buttonsContainer img{
	float: left;
	border: none;
}

#headerTextContainer{
	width: 450px;
	float: left;
	color: #9b9b9b;
	top: 240px;
	right: 100px;
	position: absolute;
}

#headerTextContainer #headerText{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 20px;
}

#headerTextContainer #author{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 16px;
}

