@charset "UTF-8";
/* CSS Document */

/* Set all margins and padding to zero by default unless otherwise specified */
*{
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#7d7d7d;
	line-height:16px;
}
.row2{
	background-color:#B1D7E2;	
}

strong{
	font-weight:bold;	
}

a{
	color:#76ACB6;
	text-decoration:underline;
}

img.padding{
	margin:5px;	
	margin-right:10px;
}

/* Body container to hold color/gradient */
body{
 	background-color:#a8dce3;
	text-align:center;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/* Main Container to hold everything */
#container{
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-432px;
	width:864px;
	text-align:center;
	
}

/* Interior Box, inside Container */
#top_box{
	width:864px;
	height:19px;
	background-image:url(../images/bkgd_top.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#mid_box{
	width:864px;
	margin-left:-1px;
	background-image:url(../images/bkgd_mid.png);
	background-repeat:repeat-y;
	background-position:center center;
}

#bottom_box{
	width:864px;
	height:19px;
	background-image:url(../images/bkgd_bottom.png);
	background-position:center center;
	background-repeat:no-repeat;
}

/* Copyright */
#copyright{
	width:864px;
	height:19px;
	margin-top:10px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	line-height:15px;
	
}

/* Box interior Elements */

#header_image{
	width:864px;
	height:150px;
	background-image:url(../images/header.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#connect_footer{
	position:absolute;
	left:50%;
	top:12px;
	margin-left:-420px;
	width:840px;
	height:20px;
	text-align:right;
}

/* Menu Styles */ 
#menu_bar{
	width:845px;
	height:16px;
	padding-left:10px;
	vertical-align:middle;
}

.menu_item{
	float:left;
	margin-left:45px;;
	margin-right:10px;
}

/* -------Buy The Book Styles */

#buy_book{
	width:421px;
	height:48px;
	padding-top:40px;
	padding-left:15px;
	background-image:url(../images/buy_today.jpg);
	background-position:top;
	background-repeat:no-repeat;
}



/* -----------------------Specific Page Styles -----*/

/* ------- Homepage */

.table_homepage{
	width:820px;
	margin-top:20px;
	margin-left:40px;
}

.home_col_left{
	vertical-align:top;
	text-align:left;
	width:360px;
	padding:5px;
}	

.home_col_right{
	vertical-align:top;
	text-align:left;
	width:460px;
	padding:5px;
}


/* ------- End Homepage */

/* ------- Book Page */

#book_container{
	width:784px;
	height:400px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

#book_left{
	float:left;
	width:528px;
	height:350px;
	text-align:left;
	padding-right:20px;
}

#book_right{
	float:left;
	width:234px;
	height:308px;
	text-align:left;
}

#book_container .heading{
	margin-bottom:10px;	
}


/* ------- End Book Page */

/* ------- Reviews Page */

#reviews_container{
	width:784px;
	height:435px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

#reviews_left{
	float:left;
	width:528px;
	height:400px;
	text-align:left;
	padding-right:20px;
}

#reviews_right{
	float:left;
	width:234px;
	height:358px;
	text-align:left;
	padding-top:42px;
}

#reviews_left .heading{
	margin-bottom:10px;	
}


/* ------- End Reviews Page */

/* ------- Contact Page */

#contact_container{
	width:784px;
	height:400px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

#contact_left{
	float:left;
	width:528px;
	height:370px;
	text-align:left;
	padding-right:20px;
}

#contact_right{
	float:left;
	width:234px;
	height:288px;
	text-align:left;
	padding-top:42px;
}

#contact_left .heading{
	margin-bottom:10px;	
}


/* ------- End Contact Page */

/* ------- About Page */

#about_container{
	width:784px;
	height:300px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

#about_left{
	float:left;
	width:528px;
	height:300px;
	text-align:left;
	padding-right:20px;
}

#about_right{
	float:left;
	width:234px;
	height:258px;
	text-align:left;
	padding-top:42px;
}

#about_left .heading{
	margin-bottom:10px;	
}


/* ------- End About Page */

/* ------- Calendar of Events Page */
#calendar_container{
	width:784px;
	height:380px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

#calendar_container .heading{
	margin-bottom:10px;	
}
/* ------- End Calendar of Events Page */

/* ------- Blog Page */
#blog_container{
	width:784px;
	height:380px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

#blog_container .heading{
	margin-bottom:10px;	
}
/* ------- End Blog Page */
