/* colours
Brown 100%: 53301A
	65%: 81624D
	10%: E2DAD5
	5%: EEE9E5
Blue 100%: 3A6E8F
	60%: 7C9CB7
Green 100%: 949B51
50%: C4C99C		
	


*/
@import "reset.css";
@import "Curigtypography.css";
@import "lightbox.css";


body {
    margin: auto;
    background-image: url(images/HeaderGround.jpg);
    background-repeat: repeat-x;
    background-color: #53301A;
    }

/* Div styles */

#pageWrapper {
	width: 960px;
	height: auto;
    margin: auto;
    }

#bannerLayer {
    width: 100%;
    height: 163px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
    }
	
#toolbar {
    width: 400px;
    height: 25px;
    text-align: left;
    margin-left: 90px;
    padding-top: 6px;
    }

#navPrimary {
	clear: both;
    width: 220px;
    min-height: 400px;
	background-color: #81624D;
	background-image: url(images/H1ground.jpg);
	background-repeat: no-repeat;
	background-position: 6px 28px;
	padding-top: 28px;
	float: left;
	}
	
#contentWrapper{
	width: 720px;
	background-color: white;
	float: left;
	min-height: 440px;
}

#contentIndex{
	width: 300px;
	padding: 20px;
	float: left;
	
}

#contentMain{
	float: left;
	width: 430px;
	padding: 20px;
	float: left;
	
}

#contentimage{
	width: 420px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#indeximage{
	float:left;
	width: 350px;
	margin-top: 25px;
}

#indeximage img {
            border-bottom: 5px solid #FFFFFF;
}

#infoimage{
	float:left;
	width: 350px;
	margin-right: 20px;
	margin-left: 40px;
}

#mainimage{
	float:right;
	width: 350px;
	margin-right: 30px;
}


#contentPedigree{
	width: 680px;
	margin-left: 20px;
	
}

#contentSidebarWrapper{
	width: 204px;
	min-height: 100px;
	margin-left: 20px;
	margin-top: 30px;
	float: left;
}

#contentSidebar{
	min-height: 100px;
	background-image: url(images/H1ground.jpg);
	background-repeat: no-repeat;
	border: 1px solid #E2DAD5;

}

#contentGallery{
min-height: 100px;
	background-image: url(images/H1ground.jpg);
	background-repeat: no-repeat;

}

table {
	margin-top: 1.5em;
	width: 100%;
	font-size: 90%;
	}
	
td { 
	vertical-align: middle;
	padding: 4px;
	background-color: #eee;
	border: 1px solid white;
} 

#footer{
    width: 100%;
    height: 29px;
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
}



