/* PHIL ENGLISH -- WOOD TURNER */

/*
COLORS -- 
orange: #E38D1A
middle yellow: #FEBF57
green: #7CA367
light yellow: #FFD797
blue: #92aed5


NEW COLORS --
orange: #E87B00
middle yellow: #FEBA35
green: #729B44
light yellow: #FFD67F
blue: #92A4C7
*/	

body {
font: 9px Arial, Helvetica, sans-serif;
background: #fff;
color: #000;
}



a {
text-decoration: none;
color: #3a54a5;
}

a:hover {
color: #3a54a5;
}

.postagestamp #container {
position: absolute;
top: 50%;
left: 50%;
width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
height: 600px;
background: #000;
margin: -300px 0 0 -400px ; /* the auto margins (in conjunction with a width) center the page */
/*border: 1px solid #000000;*/
text-align: left; /* this overrides the text-align: center on the body element. */
}



.section #rightbox {
position: relative;
font-size: 1.1em;
margin: 0 24px;
border: 0px solid #fff;
width: 270px;
height:288px;
overflow:hidden;
}


.section #rightbox p {
margin: 0 0 .5em 0;
}


.section #scrollbar {
margin-top: 42px;
width: 13px;
height: 246px;
background-color:#333;
visibility:hidden; /*keeps the scrollbar hidden until it can read text length */
}

.section .arrows {
height: 9px;
width: 9px;
cursor: pointer;
margin-bottom: 15px;
}

.section #arrowup {
background: url(/img/arrow_u.png) no-repeat;	
	}

.section #arrowdown {
background: url(/img/arrow_d.png) no-repeat;
}

.section #arrow {
}



.gallery #scrollbar {
position:absolute;
bottom: 99px;
left: 0;
height: 26px;
width: 800px;
z-index:2;
}


