/*
CSS for Paul Gooderham site
*/

* {
	margin: 0;
	padding: 0; }

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #cccccc;
	padding: 0;
	margin: 0; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: white url(images/stripe.jpg) repeat-y left ; }

img {
	border: solid #FF9900 2px; }

h1, h2, {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold; }

h1 {
	font-size: 30pt;
	line-height: 180pt;
	background-color: black;
	border: 2px solid #FF9900;
	color: #ff9900;
	padding-left: 50px;
	height: 150px;
	margin:0;
	background: black url(images/banner.jpg) repeat-y left; }

h2 {
	font-size: 15pt;
	line-height: 15pt;
	color: #ff9900;
	padding: 10px 50px; }

li {
	padding-bottom: 5px;
	color: #666666;
	font-size: 10pt;
	list-style-type: circle; }

p {
	font-size: 14px;
	color: #666666;
	text-indent: 1.5em;
	line-height: 150%;
	padding: 10px 0px; }

a {
	font-weight:normal; }

a:link {
	color: #ff9900; }

a:visited {
	color: gray; }

a:hover {
	text-decoration: none;
	color: #ff9900; }

a:active {
	color: #ff9900; }

#navigation {
	float: left;
	display: inline;
	width: 900px;
	margin: 20px 50px 0px; }

#navigation ul {
	list-style: none; }

#navigation li {
	display: inline;
	padding: 2px 11px;
	border-right: 1px solid #ff9900; }

#navigation #miscPageLink {
	border-right: none; }

#bodycontent {
	float: left;
	clear: both;
	width: 320px;
	margin: 20px 50px 0px; }

.image {
	float: left;
	display: inline;
	width: 180px;
	margin: 20px; }

.image p {
	padding: 5px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	width: 180px; }

.blurb {
	float: left;
	display: inline;
	width: 825px;
	margin: 30px 50px; }

.blurb ul {
	text-align: center; }

.list {
	width: 250px;
	float: left;
	padding-left: 50px;
	padding-bottom: 10px; }

#gallerymain {
	display: inline;
	float: left;
	padding: 50px 50px;
	width: 500px; }

#gallerymain p {
	font-size: small;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	width: 500px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 50px; }

#gallerymain img {
	border: none; }

.gallery {
	float: right;
	padding-top: 50px;
	width: 250px; }

.gallery img {
	margin: 0px 0px 5px 4px; }

.footright {
	float: right;
	display: inline;
	background: white;
	text-align: right;
	padding: 20px 40px;
	width: 810px; }

.footright p {
	font-size: 9pt; }
	