/* @override http://crikeycreek.co.nz/stylesheets/main.css */

* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}


td, a:link, a:visited, p, ul, li, ol, #contentBlock {
	color: #434343;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
}

body{
	background: #58585a;
}

#page{
	width:1000px;
	height:100%;
	width:100%;	
}

#container{
width: 890px;
	background: url(/images/background.jpg) repeat-y center;
	margin-right: auto;
	margin-left: auto;	
}

#header {
	width: 880px;
}

#logo{
	float: left;
	width: 445px;
	height: 340px;	
}

#header_img{
	background: url(/images/header.jpg) no-repeat right;
	width: 435px;
	height: 340px;
	float: right;
}

#header_img img{
	padding-top: 31px;
	padding-left: 14px;
}

#left_block{
	width: 400px;
	float: left;
padding-left: 100px;
margin-right: auto;
}

#nav1 {
	height: 15px;
	width: 450px;
	clear: both;
	padding-bottom: 40px;
}

#nav1 ul li {
	float: left;
	list-style-type: none;
}

#nav1 a, #nav1 a.visited {
	color: #4e4e4e;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-size: 13px;
	display: block; 
	border-left: 1px solid #999;
	padding: 0px 12px;
}

#nav1 li.first.selected a.selected, #nav1 li.first a, #nav1 li.first a.visited {
	border-left-style: none;
	padding-left: 0;
}

#nav1 a:hover {
	color: #b0b0b0;
}

#nav1 ul li.selected a.selected {
	color: #0d0d0d;
	font-size: 14px;
}


#content h1, #content h2, #content h3{
	color: #59311b;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
margins: 0px;
}

#content h1 {
margin-bottom: 10px;
font-size: 28px;
}

#content h2 {
	font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;

}

#content h3 {
	font-size: 18px;
	margin-bottom: 10px;
margin-top: 10px;
}

#content h4 {
	font-size: 16px;
	font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;

}

#content strong{
	font-weight: bold;
	padding-right: 2px;
}

#content p{
	margin-bottom: 10px;
}

#right_block{
	float: right;
}

#fixed_image{
	background: white url(/images/backimg1.jpg) no-repeat right;
width: 321px;
height: 187px;
margin-right: 9px;

}

#fixed_image img{
	margin-top: 5px;
	margin-left: 32px;
}


.back_image {
background: white url(/images/backimg2.jpg) no-repeat right;
width: 321px;
height: 216px;
margin-right: 9px;
}

.front_image1 {
	width: 250px;
	height: 165px;
	overflow: hidden;
}

.front_image {
	width: 220px;
	height: 160px;
	overflow: hidden;
	padding-top: 32px;
	padding-left: 30px;
}


#nav2 {
	text-align: right;
	margin-right: 100px;
}


#nav2 ul {
	list-style: none;
}

#nav2 ul li a, #nav2 ul li a.visited {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;

}

#nav2 ul li.selected a.selected {
	color: #434343;
	font-size: 12px;
	font-weight: bold;
}

#nav2 li a:hover {
	color: #b0b0b0;
}


#footer {
	text-align: center;
	padding-top: 10px;
}

#footer img{
	margin: 0 auto;
}


#footer p{

	color: #6f482f;
	font-size: 13px;
	text-decoration: none;
	padding-top: 15px;
}


#footer p strong {
	font-weight: bold;
}

#footer p.byline, #footer p.byline a, #footer p.byline a:visited {
	color: #999995;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 10px;
}

