/*
      Created by Keith Donegan of Code-Sucks.com
      E-Mail: Keithdonegan@gmail.com
	  
	  Layout.css modified from April 2009 by GW
*/
* {
	padding: 0;
	margin: 0;
}

img {
	cursor: pointer;
	border:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#wrapper {
	margin: 0 auto;
	width: 958px;
}

#logolink {
	float: left;
	height: 100px;
	width: 200px;
	background-image: url(../images/top_logo_mini-s.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#header {
	width: 958px;
	border-bottom-width: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation {
	width: 958px;
	height: 26px;
	background: #80be42;

	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content {
	width: 958px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 459px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content p {
	margin-left: 40px:
	color: #F96
	color: #F90
	color: #B48042;
}

#content_main p {
	padding-bottom: 10px;
}

#quote {
	float: right;
	margin-right: 80px;
	text-align : right;
	text-align: right;
	display: inline;
	font-style:italic;
	font-size: 16px;
	font-weight: bold;
	color: #B17D3E;
}

#quote p {
	padding-bottom: 5px;
}

#shoplink {
	position:absolute;
	left:97px;
	top:466px;
	padding:5px;
	display: inline;
	visibility: visible;
}

.boldtext {
	font-style:NORMAL;
	font-weight: bold;
	color: #000;
	font-size: 12px;
}

.imageleft {
	float:right;
	border:solid 0px silver;
	padding:5px;
	margin-right:10px;
  } 
  
.imageright {
	float:right;
	border:solid 0px silver;
	padding:0px;
	margin-left:10px;
} 
  
.small2 {
	float: left;
	width: 300px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.small {
	float: left;
	width: 100px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftindent {
	margin-left: 75px;
}
