﻿body
{
	text-align: center;
	background-color: #333333;
}
#wrapper
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
		}

#banner
{
	margin: 0px;
	background-image: url('images/johnsons_01.jpg');
	width: 1000px;
	height: 200px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
}
/* content is the div around the table that has the three columns - navigation, content, and photos */

#content
{
	width: 1000px;
	background: #fff;
	text-align: left;
	font-family: Tahoma,Geneva,sans-serif;
}
/* navigation is the left table cell that has the navigation buttons */

#navigation
{
	width: 190px;
	background-image: url('images/sidebk_16.jpg');
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-style: groove;
	border-right-width: 2px;
	border-right-color: #808080;
	vertical-align: top;
	padding-top: 10px;
}
/* description is the center table cell that has the content */
#description
{
	padding: 15px 25px 15px 25px;
	width: 573px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	vertical-align: top;
}
/* photos is the right table cell that has the photos */
#photos
{
	width: 237px;
	vertical-align: top;
	background-image: url('images/sidebk_16.jpg');
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-left-style: ridge;
	border-left-width: 2px;
	border-left-color: #808080;
}
#footer
{
	width: 1000px;
	background-image: url('images/johnsons_21.png');
	background-repeat: no-repeat;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	padding-top: 5px;
}
#copyright
{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
  /* links is the class of menu buttons */

.links a
{
	width: 190px;
	height: 37px;
	color: #ffffff;
	margin: 0px 18px 0px 18px;
	text-align: center;
	background: url('images/menu.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 10.5pt;
	font-family: Tahoma,Geneva,sans-serif;
	display: block;
	vertical-align: middle;
	padding-top: 15px;
}
.links a:hover
{
	background: url('images/menuh.jpg');
	background-repeat: no-repeat;
	display: block;
	color: #000000;
}
 /* menu is the class of menu buttons for the page you are visiting. the only difference between menu and links
 is the font color in a */
.menu a
{
	width: 190px;
	height: 37px;
	color: #000000;
	margin: 0px 18px 0px 18px;
	text-align: center;
	background: url('images/menu.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 10.5pt;
	font-family: Tahoma,Geneva,sans-serif;
	display: block;
	vertical-align: middle;
	padding-top: 15px;
}
.menu a:hover
{
	background: url('images/menuh.jpg');
	background-repeat: no-repeat;
	display: block;
	color: #000000;
}


#copyright a
{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover
{
	color: #000000;
	}

.p
{
	font-size:10pt;
}
#left{
	margin:0 20px 0 20px;
	font-size:10pt;
}
ul.list
{
	font-size:10pt;
}
h1
{
	font-size: 18pt;
}
h4
{
	font-size: 12pt;
	color: #034E69;
}
h5
{
	font size: 10pt;
	font-size: 11pt;
}
