/* CSS Document * - 7/

/* page defaults ********************************************/
/*remove margins and padding from all elements*/
* {
	margin: 0;
	padding:0;
}
p {
margin-bottom: 1em;
font-size: 120%;

}
h1, h2, h3, h4, h5 {
font-family: "trebuchet MS" Arial, Helvetica, sans-serif;

}
h1 {
margin-bottom: 0px;
padding-bottom:0px;
}
.suffixstyle {
	font-size: x-small;
	font-style: italic;
}
body {
	font-size: 70%;    /*sets default font size to equiv. of 10px*/
	background-color:#CCCCFF;
	color: #660000;
}


#masthead {
background-color:#CCCCFF;
height: 50px;
width: 80%;
margin-left: 10%;
margin-right:10%;
margin-top:10px;

}

#logo {
 	height: 25px;
	float:left;
	width:79%;
	background-color: #FFFF66;
	color: #660000;
	padding-top: 8px;
	padding-left:10px;
	margin-left: 10%;
	margin-right:10%;
	margin-top:8px;
}


/*navigations************************************************************/
#pullnavigation {
	height:10px;
	float: right;
	width:35%;
	font-weight: bold;
	margin-top:-35px;
	background-color: #FFFF66;
	text-align: right;
	padding-right: 5px;
	padding-top:18px;
	
}

#pullnavigation ul {
	list-style-type: none;
	line-height: 8px;
	padding-top: 5px;
}

#pull navigation li {
display: inline;
margin-left: 10px;
}

#pullnavigation a {
text-decoration: none;
color: #660000;
font-weight: bold;
}

#pullnavigation a:hover {
text-decoration: underline;
}
#separator{
	  margin-top: 4px;
	margin-bottom: 1px;
	height: 1px;
	clear: both;
	border-bottom:thin;
	border-bottom-color:#660000;
	border-bottom-style:solid;
		margin-right: 10%;
	margin-left:10%;
	}
	
#separator1{
	margin-bottom: 2px;
	height: 1px;
	clear: both;
	border-bottom:thin;
	border-bottom-color:#E2EAEB;
	border-bottom-style:solid;
	background-color: #660000;
	}

/*content***********************************************************/	
#maincontent {
	background-color:#CCCCFF;
	float: right;
	width:80%;
	margin-top:5px;
	margin-right: 10%;
	margin-left:10%;
}

#portrait {
width:100px;
height:120px;
float: right;
margin-left: 30px;
margin-top: 15px;
}

#portraittext {
float: right;
width: 75%;
font-size:100%;
padding-right:10px;
}

#paypalbutton {
	margin-left: 42%;
}
#leftsidebar {
	margin-top:1px;
	float: left;
	width: 79%;
	margin-left: 10%;
	padding-left:11px;
	
}

#leftsidebar ul {
	list-style-type: none;
	line-height: 20px;
	
	display: list-item;
}

#leftsidebar li {
display: inline;

}

#leftsidebar a {
text-decoration: none;
color: #660000;
font-weight: bold;
margin-right:30px;

}

#leftsidebar a:hover {
text-decoration: underline;
}

#content {
	background-color:#FFFFFF;
	float: left;
	width:73%;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

	
}
#book{

width:105px;
height:200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}

#book1{
padding: 10px;
width:105px;
height:200px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#rightsidebar {
float: right;
width: 22%;
padding: 5px;
margin-top:10px;

}


#tipsheet {
	border-color:#336699;
	padding-left:10px;
	border-left-style: none;
	border-left-width: thin;
	padding-top:5px;
}
#footer {
	width:30%;
	float:right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 10%;

}

#footer ul {
list-style-type: none;
}

#footer li {
display: inline;
margin-left: 10px;
}

#footer a {
text-decoration: none;
color: #660000;
font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
}
#footer1 {
	width:40%;
	float:left;
	text-align: left;
	clear:both;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left:10%;

	}

#footer2 {
	width:30%;
	float:right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 10%;
}
