html {
	margin-left: -1px;
	overflow-Y: scroll;
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgcolour.png);
	top: 0;
		height: 100%;
}

.main {
	position: absolute;
	height: auto; 
	min-height: 100%;
	width:1000px; 
	left: 50%;
	margin-left: -500px;
	margin-top: 0px;
	z-index: 2;
	background: url(images/bg_main.png) repeat-y;

}

.header {
	z-index: 2;
	top: 0;
	left: 50px;
	width: 900px;
	height: 200px;
	background: url(images/bg_body_header.jpg) no-repeat 0 0;
	position: relative;
	margin-top: 0;
	margin-left: 0;
}

.header_grn_bar {
	background: url(images/bg_body_headerbar.png) no-repeat 0 0;
	z-index: 0;
	left: 50px;
	height: 5px;
	width: 900px;
	position: relative;
}

.header_k9kinship {
	z-index: 2;
	visibility: visible;
	top: 115px;
	left: 15px;
	position: relative;
}

.left_column {
	width: 210px;
	margin-right: 40px;
	display: -moz-inline-box; -moz-binding: none ! important;
	display: inline-block;
	position: relative;
	z-index: 5;
	top: 5px;
}

.right_column {	
	width: 675px;
	display: -moz-inline-box; -moz-binding: none ! important;
	display: inline-block;
	margin-top: 5px;
	margin-left: 60px;
	z-index: 10;
	visibility: visible;
	float: left;
}

.body_bg {	
	background: url(images/bg_body_text_bg.png) repeat-y 0 0;	
	width: 675px;
}

.body_header {
	width: 675px;
	height: 58px;
}

.body_menu {
	color: #696969;
	text-align: center;
	background-image: none;
	width: 564px;
	padding-left: 50px;
	font: 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	padding-top: 5px;
}

.body_menu a{
	color: #61745a;
}

.body_menu a:hover{
	color: #b1c1aa;
}

.body_menu a:visited{
	color: #9e9570;
}

.body_text {
	color: #696969;
	text-align: justify;
	background-image: none;
	width: 564px;
	padding-left: 50px;
	font: italic 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	padding-top: 5px;
}

.body_text a{
	color: #61745a;
}

.body_text a:hover{
	color: #b1c1aa;
}

.body_text a:visited{
	color: #9e9570;
}

.body_text h1{
	color: #61745a;
	line-height: 1;
	text-align: left;
}

.clear_footer {
	height: 20px;
	
}

.body_footer {
	width: 675px;
	background-image: url(images/bg_body_textfooter2009.png);
	height: 63px;
	bottom: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	width: 1000px;
	height: 2em;
	position: relative;
}



.left_column_contact_heading {
	width: 210px;
	top: 10px;
	position: relative;
	background-image: none;
	color: #61745a;
	font: small-caps bold 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-align: center;
}

.left_column_contact_text {
	width: 210px;
	top: 10px;
	position: relative;
	background-image: none;
	color: #696969;
	font: 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-align: center;
}

.left_column_contact_text a {
	color: #61745a;
	text-decoration: none;
}

.left_column_contact_text a:hover{
	color: #b1c1aa;
	text-decoration: none;
}

.left_column_contact_text a:visited{
	color: #9e9570;
	text-decoration: none;
}

.left_column_item {
	width: 210px;
	top: 10px;
	position: relative;
	background-image: none;
	color: #696969;
	font: small-caps 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	text-align: center;
}

.left_column_item a {
	color: #61745a;
	text-decoration: none;
}

.left_column_item a:hover{
	color: #b1c1aa;
	text-decoration: none;
}

.left_column_item a:visited{
	color: #9e9570;
	text-decoration: none;
}

.left_column_weather {
	width: 210px;
	top: 10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: none;
}

.form {
	font: bold 10pt/12pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #696969;
}

.form_input{
	font: 9pt/9pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #7c9473;
	
}

.submit{
	font: bold 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #61745a;
	background-color: #eee;
	width: 150px;
	height: 30px;
	border: 1px dotted #61745a;
}

.form_menu{
	font: bold 10pt/10pt "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #61745a;
	background-color: #eee;
	width: 200px;
	height: 30px;
	border: 1px dotted #61745a;

}
.shadow{
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}



