 /* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
p.test {
    word-wrap: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global */

html 	{	}
body	{ background-color:#bbbbc0; text-align:center}


/* Text Styles */

h1 	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:46px;
	padding-top: 20px;
	margin:10px 0;
	color: #000FBB;
	font-weight:bold
}
h2	{
	color:#000756;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:10px 0;
	font-weight:bold;
	padding: 6px 6px
}
h3	{
	color:#000756;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:10px 0
}
h4	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:10px;
	padding-top: 10px;
}
h5	{
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	
}
p	{text-indent:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:130%; padding: 0 10px 10px 10px}


a           	{   }
a:link			{ color: #0000ee; }
a:visited		{ color: #551a8b;  }
a:active		{ color: #ee0000;  }
a:focus			{ color: #0013EF;  }
a:hover     	        { color: #2234FF;  }

.bold		{font-size:18px; font-weight:bold; text-indent:0px}
.toc		{font-size:16px; text-indent:0px}

/*Containers */

#wrapper	{width:100%; margin:auto; background-image:url(Image4.jpg); background-attachment:fixed; background-position:top; text-align:left}

#title  	{ }

#topnav		{ width:99%; clear:both; margin:10px 0px 10px 30px}
#topnav ul li	{display:inline;}
#topnav ul li a		{
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
}

#contentbox {width:92%; margin:15px auto; border:#7B0000 2px solid;}
#contentbox ul li a { text-align:center; font-family:"Courier New", Courier, monospace; font-size:22px; margin:10px 0}

#quote	{float:none; margin-bottom:15px}

#google	{margin-left:29%}


#othersharpeners	{
	float:left;
	width:23%;
	clear:both;
	border: 2px #7B0000 solid;
	margin: 10px 5px 10px 15px;
	height:auto;
}
#othersharpeners ul {font-family:Arial, Helvetica, sans-serif; font-size:18px}
#othersharpeners ul li	{margin: 5px 0; padding: 0 10px 10px 10px}

#goodcooks		{
	float:left;
	width:50%;
	border:#7B0000 solid 2px;
	margin:10px 5px;
	height:auto;
}

#services	{
	float: left;
	width:21%;
	margin: 10px 0 10px 5px;
	border:#7B0000 solid 2px;
	height:auto;
}
#services ul li	{margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-size:14px; padding:0 10px 10px 10px}

#tableofcontents	{
	border:#7B0000 solid 1px;
	margin:15px;
	clear:both;
	width:97%;
        height:auto;
}
#tableofcontents ul li	{margin-bottom:5px; padding: 0 8px 0 8px}


#moreinfo	{ float:left; width: 98%; height:auto; border:2px #7B0000 dashed; margin:0 10px 10px 10px}
#moreinfo ul li	{margin:5px 0; font-size:19px; padding-left:10px}

#quotes	{
	float:left;
	width: 45%;
        clear:both;
	height:auto;
	border:2px #7B0000 dashed;
	margin: 0 15px 10px 15px;
}

#yahoo	{
	float:right;
	width: 45%;
	height:auto;
	border:2px #7B0000 dashed;
	margin:0px 15px
}
#yahoo ul li {padding-left:10px}

#bottomnav	{
	clear:both;
	border-top:2px #000 solid;
	border-bottom:2px #000 solid;
	margin:15px auto 15px auto;
	width:85%;
	padding: 5px 0;
}
#bottomnav	ul li	{display:inline}
#bottomnav ul li a	{
	margin-left:40px;
}

#extras		{margin-left:50px}

/* OTHER */

.photo	{margin:10px 10px}

  

