/* Default Stylesheet */
											/** BODY ELEMENTS **/
body {
	color: #333;
	/*background-color: #f5deb3;*/
	background-color: #ffffe6;
	behavior:url("style/csshover3.htc");
	}
															/** MAIN CONTAINERS **/
div#container1 {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #ffffe6;
		border: 1px solid #e5e5e5;
		border-width: 0 0 0 0;
		height: 118px;
		width: 1000px;
		background-image: url("header.jpg");
		layer-background-image: url("header.jpg");
		background-repeat: no-repeat;
		}
		div#header-in {
			/*padding: 2px;*/			}
	div#content-wrap {
		padding: 1px 0px 10px 0;
		width: 1000px;
		}
		div.content {
			color: inherit;
			background-color: #ffffe6;
			background-image: url(fabric.jpg);
			layer-background-image: url(fabric.jpg);
			border: 1px solid #e5e5e5;
			border-width: 0 0 0 0;
			width:570px;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			border: 1px solid #e5e5e5;
			border-width: 0 0 0 0;
			}
			div.column-in {
				padding: 20px;
				}
		div.calcontent {
			color: inherit;
			background-color: #000;
			border: 1px solid #e5e5e5;
			border-width: 0 0 0 0;
			width: 770px;
			float:right;
			}
		div.innercolumn { 
				color: inherit;
				padding: 5px;
				}
		div.letter { 
				color: inherit;
				padding: 5px;
				background-image: url(paper_mid.jpg);
				layer-background-image: url(paper_mid.jpg);
				font-weight:bolder;
				}
				
	div#footer {
		width: 1000px;
		height: 60px;
		background-image: url("wheat.jpg");
		layer-background-image: url("wheat.jpg");
		background-repeat: no-repeat;
		background-color: #ffffe6;
		border: 1px solid #ffffe6;
		border-width: 10px 0 0 0;
		}
		div#footer-in {
			color: white;
			padding: 20px;
			font-size: 10px;
			font-weight: bolder;
			}
															/** SECTIONS **/
span.section {
	cursor:pointer;
 }
															/** LISTS **/
option {padding-left:10px; }
															/** FORMS **/
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
margin-left: 4.5em;
}

input
{
color: #000;
background: #fee3ad;
border: 1px solid #FFE7BA;
height: 23px;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #8B4513;
}

fieldset
{
border: 1px solid #8B4513;
width: 20em;
}

legend
{
color: #000;
background: #ffe7ba;
border: 1px solid #8B4513;
padding: 2px 6px 0px 10px;
} 

.yui-carousel-element li {
    height: 400px;
}

#container4 {
	text-align:center;
	border: 1px solid #8B4513;
	width:570px;
	margin:0px auto;
}

#container4 a {
    text-decoration: underline;
}

#container4 .intro {
    display: inline;
    float: left;
    margin: 0px;
    width: 560px;
	border:0;
}

#container4 .item {
    display: inline;
    float: left;
    margin: 0px;
    overflow: hidden;
    padding-right: 0px;
    width: 560px;
	border:0;
}

#container4 .item cite {
    color: #888;
    display: block;
    font-size: 77%;
    line-height: normal;
    margin-bottom: 30px;
}

#container4 .item p.all {
    bottom: 25px;
    position: absolute;
    z-index: 2;
}

#container4 .item p.all a {
    font-weight: bold;
    font-size: 85%;
}




															/** END **/