html,body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	font-size: 12px;
	background-image:url(http://www.ianmoodie.com/images/bg.gif);
	background-repeat:repeat-y;
}
h1 {
	font-size: 17px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	color: #003D59;
}
h2 {
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
	margin-top: 12px;
	color: #003D59;
}
hr {
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
	border-top-color: #003D59;
	border-left-width: 0px;
	margin-top: 5px;
	margin-bottom: -7px;
}
ul {
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right:0px;
	padding:0px;
}
li {
	background-image: url(http://www.ianmoodie.com/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
p {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
p.footer {
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
table.main {
	height: 100%;
	width: 100%;
	background-image:url(http://www.ianmoodie.com/images/main-bg.gif);
	background-repeat:repeat-x;
}
table.bottom {
	width: 100%;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #827B17;
}
a:visited {
	text-decoration: none;
	color: #827B17;
}
a:active {
	text-decoration: none;
	color: #827B17;
}
a:hover {
	text-decoration: underline;
	color: #827B17;
}
a.footer:link {
	text-decoration: none;
	color: #999999;
}
a.footer:visited {
	text-decoration: none;
	color: #999999;
}
a.footer:active {
	text-decoration: none;
	color: #999999;
}
a.footer:hover {
	text-decoration: underline;
	color: #999999;
}
a.nav:link {
	text-decoration: none;
	color: #003D59;
}
a.nav:visited {
	text-decoration: none;
	color: #003D59;
}
a.nav:active {
	text-decoration: none;
	color: #003D59;
}
a.nav:hover {
	text-decoration: none;
	color: #003D59;
}
#sideheading {
	line-height: 18px;
	background-color: #953735;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #521E1D;
	vertical-align: middle;
	margin: 0px;
	font-size: 12px;
}
#insidetable {
	background-color: #E5E6EE;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #9297BD;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 12px;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
tr.left-nav {
	cursor: pointer;
	background-color: #F4F4F2;
}
tr.left-nav-over {
	background-image: url(http://www.ianmoodie.com/images/left-nav-bg-over.gif);
	cursor: pointer;
}
td.left-nav {
	height: 56px;
	background-position: right;
	padding-right: 7px;
}
td.top-nav {
	background-image: url(http://www.ianmoodie.com/images/top-nav-bg.gif);
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
}
td.top-nav-over {
	background-image: url(images/top-nav-bg-over.gif);
	background-position: center;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
}
table.main {
	background-image:url(http://www.ianmoodie.com/images/table-bg2.gif);
	background-repeat:repeat-x;
}
#footer table {
	width: 100%;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#more {
	cursor: pointer;
	height: 20px;
	margin-top: 12px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 12px;
	background-image: url(http://www.ianmoodie.com/images/read-more.gif);
	font-size: 11px;
	color: #003D59;
}
#more a:link {
	text-decoration: none;
	color: #003D59;
}
#more a:visited {
	text-decoration: none;
	color: #003D59;
}
#more a:active {
	text-decoration: none;
	color: #003D59;
}
#more a:hover {
	text-decoration: none;
	color: #003D59;
}
#more-over {
	cursor: pointer;
	height: 20px;
	margin-top: 12px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 12px;
	background-image: url(http://www.ianmoodie.com/images/read-more-over.gif);
	font-size: 11px;
	color: #FFFFFF;
}
#more-over a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#more-over a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#more-over a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#more-over a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
input.button {
	background-color: #296490;
	border: 1px solid #002F58;
	height: 25px;
	width: 150px;
	color: #FFFFFF;
}
input {
	border: 1px solid #002F58;
	width: 150px;
}
select {
	border: 1px solid #002F58;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #112173;
	width: 325px;
}
#footer2 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 11px;
	color: #332D1D;
	text-align: center;
}