@CHARSET "UTF-8";

/* Base Style sheet for Quarter Sawn Designs */

body {
	font-family: Arial;
	font-size: 10pt;
	color: #012a43;
	background-image: url('../images/background.jpg');
	background-position: 0px 145px;
	background-repeat: no-repeat;
}

a img { border: 0; margin: 0; }

/* For the top */
#logo {
position: absolute;
top: 0px;
left: 0px;
}


#top-right {
position: absolute;
top: 0px;
left: 342px;
}

/* For the Left nav */
#home_btn {
position: absolute;
top: 177px;
left: 6px;
}

#photo_gallery_btn {
position: absolute;
top: 240px;
left: 6px;
}

#tip_techniques_btn {
position: absolute;
top: 303px;
left: 6px;
}

#about_us_btn {
position: absolute;
top: 366px;
left: 6px;
}

#contact_us_btn {
position: absolute;
top: 429px;
left: 6px;
}

/* For the bottom right page separator */
#horizontal_rule {
	position: absolute;
	top: 557px;
	left: 188px;
	width: 622px;
	height: 4px;
}

#vertical_rule {
position: absolute;
	top: 162px;
	left: 783px;
	width: 3px;
	height: 438px;
}

#rule_intersect {
	position: absolute;
	top: 557px;
	left: 783px;
	width: 3px;
	height: 4px;
}