/*Generic Style : Start's */
span.clear {
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     position: static;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}
body
{ 
	background:url(../images/bodybg.jpg) top left repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper
{ 
	width:990px;
	margin:0 auto;	
}
/*Generic Style : End's */

/*Header Style : Start's */
#header
{
	padding:14px 0 0 0;
	border-bottom:4px solid #eabb63;	
}
/*Header Style : End's */

/*Content Style : Start's */
#contentContainer{
	background:url(../images/ContentBg.jpg) top left repeat-x #b0d7ed;
	border:1px solid #7b89a7;
	border-bottom:none;
	padding:19px 0 0 82px;
}
#contentContainer h1{
	color:#99030d;
	font-size:24px;
	font-family:"Trajan Pro";
	text-align:center;
	padding-bottom:22px;
}

.book ul li{ 
	float:left;
	margin-right:30px;
	position:relative;
}
.book li p{ 
	position:absolute;
	width:auto;
	top:250px;
	left:0px;
	width:200px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:130%;
}
.book li p span{
	font-size:18px;
}
.book li.topLi
{
	margin-right:45px;
}
li.topLi p{
	width:244px;
}
li.topLi p{
	left:-20px;
}
.button{
	margin:75px 0 0px 18px;
	padding-bottom:85px;
}
.button img{
	margin-right:50px;
}


/*Content Style : End's */

/*Footer Style : Start's */
#footer{
	margin-bottom:8px;	
}
.ftLeft , .ftMid , .ftRight
{
	float:left;
	height:14px
}
.ftLeft{
	background:url(../images/footerLeft.jpg) top left no-repeat; 
	width:7px;
}
.ftMid{ 
	background:#0a235b;
	width:98.587%;
	
}
.ftRight{
	background:url(../images/footerRight.jpg) top right no-repeat; 
	width:7px;
}


/*Footer Style : End's */