/* CSS Document */

/* Main Layout Elements */ 

html, body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #F5F2EF;
	background-color: #F5F2EF;
	background-image: url(http://www.woodenyou.co.uk/images/tree_rings_home.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: top center;
} 

a:link {
	text-decoration: none;
	color: #F5F2EF;
}
a:visited {
	text-decoration: none;
	color: #F5F2EF;
}
a:hover {
	text-decoration: none;
	color: #C1A334;
}
a:active {
	text-decoration: none;
	color: #F5F2EF;
}
 
#pagewidth{ 
	width: 900px;
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
} 
 
 
/* Header */ 
 
#header{
	position: relative;
	float: right;
	padding-top: 25px;
	padding-left: 95px; 
	width: 445px;
	height: 60px; 
}

#thumbnails_container {
	position: relative;
	float: left;
	width: 335px;
	padding-top: 39px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
}

#thumbnails {
	position: relative;
	float: left;
	padding-top: 152px;
	padding-left: 190px;
}

.thumbnail_border {
	border-width: 1px;
	border-style: solid;
	border-color: #F5F2EF;
}


/* Navigation */ 

#nav_container {
	position: relative;
	float: right;
	padding-left: 105px;
	padding-bottom: 24px; 
	width: 435px;
}

#navigate {
	float: left;
	width: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #F5F2EF;
	text-decoration: none;
}
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigate a {
	color: #F5F2EF;
	text-decoration: none;
}
#navigate a:link, #navigate a:visited, #navigate a:active {
	color: #F5F2EF;
	text-decoration: none;
} 
#navigate a:link.active, #navigate a:visited.active {
	color: #F5F2EF;
	text-decoration: none;
}
#navigate a:hover {
	color: #C1A334;
	text-decoration: none;
}
#navigate #currentpage a {
	color: #F5F2EF;
	text-decoration: none;
	font-style: italic;
}

#subnavigate {
	float: right;
	width: 268px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #F5F2EF;
	text-decoration: none;
}
#subnavigate a {
	color: #F5F2EF;
	text-decoration: none;
}
#subnavigate a:link, #subnavigate a:visited, #subnavigate a:active {
	color: #F5F2EF;
	text-decoration: none;
} 
#subnavigate a:link.active, #subnavigate a:visited.active {
	color: #F5F2EF;
	text-decoration: none;
}
#subnavigate a:hover {
	color: #C1A334;
	text-decoration: none;
}
#subnavigate #currentpage a {
	color: #F5F2EF;
	text-decoration: none;
	font-style: italic;
}

#subnav_carpentry {
	height: 10px;
	width: 50px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848689;
}
#subnav_carving {
	height: 30px;
	width: 50px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848689;
}
#subnav_artworks {
	height: 52px;
	width: 50px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848689;
}


/* Content */ 

#content {
	position: relative;
	float: right;
	padding-top: 12px;
	margin-right: 45px;
	margin-left: 105px;
	padding-bottom: 40px;
	width: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #848689;
}

#subcontent {
	position: relative;
	float: right;
	padding-top: 12px;
	margin-right: 45px;
	margin-left: 105px;
	padding-bottom: 40px;
	width: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #61615F;
}

.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	color: #C1A334;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #F5F2EF;
}

.bodytext a:link {
	color: #B6BABE;
	text-decoration: none;
}

.bodytext a:visited {
	color: #B6BABE;
	text-decoration: none;
}

.bodytext a:hover {
	color: #C1A334;
	text-decoration: none;
}

.bodytext a:active {
	color: #B6BABE;
	text-decoration: none;
}


/* Footer */ 

#footer {
	position: relative;
	float: right;
	padding-top: 9px;
	margin-right: 165px;
	margin-left: 105px;
	padding-bottom: 50px;
	width: 270px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #848689;
}

.quicklinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}

.quicklinks a:link {
	color: #999999;
	text-decoration: none;
}

.quicklinks a:visited {
	color: #999999;
	text-decoration: none;
}

.quicklinks a:hover {
	color: #F5F2EF;
	text-decoration: none;
}

.quicklinks a:active {
	color: #999999;
	text-decoration: none;
}


/* Links Page */ 

#links_content {
	position: relative;
	float: right;
	padding-top: 12px;
	margin-right: 45px;
	margin-left: 105px;
	padding-bottom: 30px;
	width: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #848689;
}

#links_subcontent {
	position: relative;
	float: right;
	padding-top: 12px;
	margin-right: 45px;
	margin-left: 105px;
	padding-bottom: 30px;
	width: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #61615F;
}


/* Section Pages */ 

#sub_nav {
	position: relative;
	float: right;
	padding-top: 12px;
	margin-right: 45px;
	margin-left: 105px;
	padding-bottom: 15px;
	width: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #848689;
}

.subnav_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color: #F5F2EF;
}

.subnav_text a:link {
	color: #F5F2EF;
	text-decoration: none;
}

.subnav_text a:visited {
	color: #F5F2EF;
	text-decoration: none;
}

.subnav_text a:hover {
	color: #C1A334;
	text-decoration: none;
}

.subnav_text a:active {
	color: #F5F2EF;
	text-decoration: none;
}

