@charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	background-color: #FFF;
	font-family: Verdana;
	font-size: 100%;
}
.turpin #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	border-right-width: thick;
	background-color: #FFF;
	background-image: url(bg.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
} 
.turpin #header {
	background: #DDDDDD;  
	height: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
} 
.turpin #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.turpin #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	width: 125px;
	overflow: hidden;
}
.turpin #sidebar1 img  {
	border: medium outset #C90;
}
.turpin #sidebar1 h3  {
	font-family: "Old English Text MT", Edwardian Script ITC, Arial;
	color: #FFF;
}
.turpin #sidebar2 {
	float: right; 
	width: 225px;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.turpin #sidebar2 h3  {
	font-family: "Old English Text MT", Edwardian Script ITC, Arial;
	color: #FFF;
}
.turpin #sidebar2 img  {
	border: medium outset #C90;
}
.turpin #mainContent {
	border-right-color: #C90;
	border-bottom-color: #000;
	border-left-width: medium;
	border-left-style: groove;
	border-left-color: #C90;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 225px;
	margin-left: 155px;
	text-align: left;
	padding: 10px;
	border-right-width: medium;
	border-right-style: groove;
	height: 100%;
        font-size: 80%;
} 
.turpin #mainContent h1 {
	font-family: "Old English Text MT", Edwardian Script ITC, Arial;
	color: #600;
}
.turpin #mainContent object  {
	border: thick outset #FC0;
	margin: 30px;
}


.turpin #mainContent hr {
        border: medium outset #C90;
}



.turpin #footer {
	padding: 0 10px 0 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	background-color: #000;
} 
.turpin #footer a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.turpin #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlftb {
        float: left;
        margin: 8px;
        border: medium outset #C90;
}

.fltrtb {
        float: right;
        margin-top: 8px;
        margin-left: 8px;
        border: medium outset #C90;
}
.book {
	color: #FFF;
	background-color: #600;
	border: medium outset #FC0;
	padding: 5px;
	text-decoration: none;
	font-family: "old English Text MT", "edwardian Script ITC", Arial;
	font-size: 18px;
}

       
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

