/* Hover compatibility */
body { behavior: url("csshover3.htc"); } 


/* Header */
div#header {
	margin: 0 10%;
	width:80%;
	min-width:450px;
	padding: 1px 0;
	text-align: center;
	background: #FFFED8;
	
}

/* Page Width */
div#header, div#main {
	margin: 0 10%;
	width:80%;
	min-width:450px;
}

/* div#main { margin-bottom: 1em; } */



/* Main Content */
div.content {
	background: #FFFFED;
/*    border: #000000 solid 4px; */
    clear: left;
    padding: 1em;
    border-top: 4px solid #A2240E;
}

/* Pics */
div#picsLowB img {
	border: 2px solid #aaa;
}
div#picsLowB img:hover {
	border: 2px solid #333;
}

/* About */



/* Tabs */
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    background:#FFFED8;
}

ol#toc li {
    float: left;
    margin: 0 2px 0 0;
}

ol#toc a {
    background: #896C58 url(tabred.png);
    color: #000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    outline: none;
}

ol#toc a:hover {
    background-color: #FFA326;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #A2240E;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabred.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

