@charset "utf-8";


body {
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	background: #53122f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




#content_body {
	padding:0px 0px 1px 0px;
}




/* Layout of the boxes */
#mainwrapper {  
	margin: 0 auto; 
	margin-top: 20px;  
	padding:0; 
	border: 0px; 
	width: 950px;
	
}
#menubox {  
	margin: 0; 
	padding:0;
	height: 56px; 
	border: 0px; 
	width: 900px;
	margin-left: 50px;
	background-image: url(/images/color_header_rpt.gif);
	background-repeat: repeat-x;
	
		
}

#menubar_left {
	margin: 0; 
	padding:0;
	height: 23px;
	width: 850px;
	position: relative;
	top: 10px;
	left: 50px;
	z-index:1000;
}

#centerbox {
	float: right; 
	width: 900px; 
	margin: 0; 
	padding: 0; 
	border: 0px; 
	background: #FFFFFF;
	min-height:420px; 
	height:auto;
	
}

/* for Internet Explorer */
/*\*/
* html #centerbox {
height: 420px;
}
/**/



#leftbox {
	float: left; 
	width: 25px; 
	height: 420px;	 
	margin: 0; 
	padding: 0;  
	background: #53122f;
	
}

#rightbox {
	float: left; 
	width: 25px; 
	height: 420px;
	margin: 0;  
	padding: 0;  
	background: #53122f;
	
}


#header {
	padding: 0px;   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 900px;	
	height: 115px;
    	margin-left: 50px;
    	margin-right: auto;
  	left: 0;                 
  	right: 0;
	background: #FFFFFF;
		
}


#leftheader {
	float: left; 
	width: 450px; 
	height: 115px;  
	margin: 0; 
	padding: 0; 
	border: 0px; 
	background: #FFFFFF;
	background-image:url(/images/bakerlogo.gif);
	background-repeat: no-repeat;
}

#midheader {
	float: left; 
	width: 1px; 
	height: 115px;  
	margin: 0; 
	padding: 0; 
	border: 0px; 
	background: #FFFFFF;
	background-position: left center; 
}

#rightheader {
	float: right; 
	width: 449px; 
	height: 115px;  
	margin: 0px;  
	padding: 0; 
	border: 0px;
	background: #FFFFFF;
	background-image:url(/images/allanimation.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* This rule overrides the default on cow pages to use cow animation  */
body.cow #rightheader { 
	background-image:url(/images/cowanimation.gif);
	
} 

/* This rule overrides the default on monster pages to use monster animation  */
body.monster #rightheader { 
	background-image:url(/images/monsteranimation.gif);
	
} 


#footer {
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 100px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 950px;
	text-align: center;
	font-size: 10px;
	color:#fff;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.logolink {
	display:block;
	height:70px;
	text-decoration:none;
	width:360px;
	outline:none;
}

.bookalign
{
float:right;
}

.bookalignleft
{
float:left;
}


/* Styles from bravemonster.com */
.maintext {
	color: #000066; 
	font-size: 10pt; 
	font-weight: normal; 
	background: #ffffff; 
	text-align: left; 
}

p.maintext {
	margin: 5px 15px 15px 15px; 
}


.maintext a:link, .maintext a:visited, .maintext a:active, .maintext a:hover {
	color: #000066;  
	font-size: 10pt; 
	text-decoration: underline; 
	font-family: 'Trebuchet MS', Arial, 'Times New Roman';
	
}
.maintext a:hover {	 
	font-weight: bold; 
}

.maintextsmall {
	color: #000066; 
	font-size: 8pt; 
	font-weight: normal; 
	background: #ffffff; 
	text-align: left; 
}

p.maintextsmall {
	margin: 5px 15px 15px 15px; 
}


.maintextitalics a:link, .maintextitalics a:visited, .maintextitalics a:active, .maintextitalics a:hover {
	font-style:italic;	
	color: #000066;  
	font-size: 10pt; 
	text-decoration: underline; 
	font-family: 'Trebuchet MS', Arial, 'Times New Roman';
}

}
.maintextitalics a:hover {	 
	font-weight: bold; 
}


.maintextsmall a:link, .maintext a:visited, .maintext a:active, .maintext a:hover {
	color: #000066;  
	font-size: 8pt; 
	text-decoration: underline; 
	font-family: 'Trebuchet MS', Arial, 'Times New Roman';
	
}
.maintextsmall a:hover {	 
	font-weight: bold; 
}



.secondtext {
	color: #921d51; 
	font-size: 10pt; 
	font-weight: normal; 
	background: #ffffff; 
	
	
}
p.secondtext {
	margin: 0px 15px 0px 10px; 
	text-align: left; 
}

.thirdtext {
	color: #008080; 
	font-size: 10pt; 
	font-weight: normal; 
	background: #ffffff; 
	text-align: left; 
}
p.thirdtext {
	margin: 0px 15px 10px 0px; 
}

a.secondtext:link, a.secondtext:visited, a.secondtext:active, a.secondtext:hover {
	color: #921d51;
	margin: 0px 15px 0px 10px; 
}

#reviews {
	margin: 2px 2px 2px 2px; 
	border: 1px ridge #53122f;
}
 

#reviews { 
	border: 1px; 
	width: 898px; 
	padding: 4px 4px 4px 0;
}
.reviewcolumn {
	width: 180px;
	margin: 2px 2px 2px 2px; 
	border: 1px outset #53122f;
	vertical-align:text-top;

}


/* imagehide allows the image to pop up when the mouse rolls over the link */


.imagehide{
position: relative;
z-index: 0;
}

.imagehide:hover{
background-color: transparent;
z-index: 50;
}

.imagehide span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 5px;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;

}

.imagehide span img{ /*CSS for enlarged image*/
	height: 90px;
	width:	60px;
	border-width: 0;
	padding: 2px;
}

.imagehide:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 100px; /*position where enlarged image should offset horizontally */

}



.numbertext li {
	text-align: left; 
	list-style-type: decimal; 
	margin-left: 5px; 
	color: #000066; 
	font-size: 10pt; font-weight: normal;
}


h1, h2, h3, h4, h5, h6 {
	font-family:  'Trebuchet MS', Arial, "Times New Roman"; 
}
h1 {
	margin: 6px 0px 0px 3px;  
	text-align: center; 
	color: #000066; 
	font-size: 18pt; 
	font-weight: bold; 
}
h2 {
	margin: 6px 0px 0px 6px;  
	text-align: left; 
	color: #921d51; 
	font-size: 12pt; 
	font-weight: bold;  
}


a.h2:link, a.h2:visited, a.h2:active, a.h2:hover {
	color: #000066;
	
}

h3 { 
	margin: 2px 0px 0px 10px;	
	text-align: left;  
	color: #921d51; 
	font-size: 10pt; 
}
h4 { 
	margin: 0px 0px 0px 10px;  
	text-align: center; 
	color: #921d51; 
	font-size: 10pt; 
	font-weight: bold;  
}
h5 { 
	margin: 0px 0px 0px 10px; 	
	font-weight: bold; 
	text-align: left;  
	color: #008080; 
	font-size: 10pt;
}


a.email:link, a.email:visited, a.email:active, a.email:hover {	 
	text-decoration: underline; 
	font-size: 10pt;  
	font-family: 'Trebuchet MS', Arial, 'Times New Roman';
}

a.email:link, a.email:visited, a.email:active {	
	color: #00004A;
}

a.email:hover {	
	color: #cc0000;
}

.copyright { 
	text-align: center; 
	color: #FFFFFF; 
	font-family: 'Trebuchet MS', Arial, "Times New Roman"; 
	font-size: 9pt; 
}


.footermenu a:link, .footermenu a:visited, .footermenu a:active, .footermenu a:hover { 
	text-align: center; 
	color: #FFFFFF; 
	font-family: 'Trebuchet MS', Arial, "Times New Roman"; 
	font-size: 9pt;
	padding: 5px;
}

.footermenu a:hover, .contacttext a:hover {	 
	font-weight: bold; 
}




.logoimage		{ margin: 15px 0 0 15px;}
.bookimage {
	position: relative; 
	right: -675px; 
	top: -25px; margin: 0;
}




