body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #EFEFEF;
}
.twoColFixLtHdr #container {
	width: 775px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EFEFEF;
	padding: 0px;
}
.twoColFixLtHdr #topmenucontainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 2px;
	font-size: smaller;
	text-align: right;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin: 0px;
	background-image: url(images/content_box2_04.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar1 p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#lstext {
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	margin: 0px;
	color: #1C5767;
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top {
	height: 28px;
	background-image: url(images/topbackground.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
#container #container2 {
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/content_box2_04.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: smaller;
	background-color: #FFFFFF;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent {
	background-image: url(images/content_box2_06.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.padding10right {
	padding-right: 7px;
	display: inline;
	float: left;
}
.tags h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1C5767;
	display: inline;
	font-size: 100%;
}
.tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #E1E1E1;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	padding-bottom: 4px;
	margin-top: 10px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#searchheading p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #footer {
	background-color: #EFEFEF;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: small;
	text-align: center;
}
.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;
}
.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:0px;
	line-height: 0px;
	margin: 0px;
	background-image: url(images/content_box2_06.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.clear {

}
#bottom {
	background-image: url(images/bottombackground.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	color: #1C5767;
	font-size: 130%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C5767;
}
#topmenu {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #EFEFEF;
}
#topmenu a {
	font-weight: bold;
	color: #1C5767;
	text-decoration: none;
	background-color: #EFEFEF;
}
#topmenu a:hover {
	font-weight: bold;
	color: #1C5767;
	text-decoration: underline;
	background-color: #EFEFEF;
}
#sharequotes {
	float: left;
	padding-left: 20px;
	text-align: left;
	margin-top:auto;
	margin-bottom:auto;
	padding-bottom: 0px;
	font-size: 70%;
	background-color: #EFEFEF;
}
#sharequotes a {
	font-weight: bold;
	color: #1C5767;
	text-decoration: none;
}
#sharequotes a:hover {
	font-weight: bold;
	color: #1C5767;
	text-decoration:underline;
}

#topmenu ul {
	display: block;
	list-style-type: none;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 70%;
	text-align: right;
	margin-bottom: 0px;
}
#topmenu li {
	display: inline;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tags img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
.authorlink {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 90%;
}
.tagform {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	height: 10px;
	vertical-align: bottom;
}
.tagfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.tagicon {
	cursor: pointer;
	height: 16px;
	width: 16px;
}
.tagform input {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	font-weight: bold;
}
#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	margin-left: -5px;
	text-decoration: none;
	color: #000000;
}
#sidebar1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: dashed;
	border-left-color: #1C5767;
	padding-left: 5px;
	margin-left: -5px;
	text-decoration: none;
	color: #000000;
}
#searchheading {
	font-family: Arial, Helvetica, sans-serif;
	width:95%;

}
#searchletters {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}
.searchletter {
	padding-right: 6px;
}
.twoColFixLtHdr #container #container2 #mainContent #searchcontent #quotesearchbox #quotesearchform #txt1 {
	font-size: smaller;
}
#searchcontent {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#noresults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
	padding-top: 10px;
	color: #FF0000;
}
#searchterms {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#quotesearchbox {
	padding-left: 90px;

}
#quotesearchhelp {

}
#quotesearchresults {

}
#sortbyform {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-right: 0px;
	display: block;
	clear: right;
}
#sortby {
	margin: 0px;
	padding: 0px;
}
#searchlimit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bolder;
	color: #3366CC;
}
#leftsearch {
	margin: 0px;
	padding: 0px;
}
#leftsearchform {
	margin: 0px;
	padding: 0px;
}
#tagsitemap {
	float: left;
}
#authorsitemap {
	float: left;
}
#rssfeed {
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#rssfeed img {
	border:none;
	vertical-align:top;
}
.googlelink {
	float: left;
	width: 33%;
	text-align: center;
}
.errortext {
	font-weight: bolder;
	color: #FF0000;
	padding:0px;
	margin:0px;
}
#quotefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}
#quotefooter a {
	font-weight: bold;
	color: #1C5767;
	text-decoration: none;
	background-color: #EFEFEF;
}#sharethis {
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#googlesidebar {
	font-weight: normal;
	text-decoration:none;
	font-size:smaller;
}
#googlesidebar a {
	font-weight: normal;
	text-decoration:underline;
	font-size:smaller;
	color: #0000FF;	
}
#googlesidebar a:hover {
	font-weight: normal;
	text-decoration:underline;
	font-size:smaller;
	color: #0000FF;	
}
.topimgad {
	height:250px;
	overflow:hidden;
}
.hidden {
display:none;
}
#twitterbadge {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sidebar1 #twitterbadge a:hover {
	border:none;
	padding-left: 10px;
	margin-left: -5px;
}
#sidebar1 #twitterbadge img {
	border:none;
}.clr {
	clear: left;
}
