/************************/
body {
	font-family: "Century Gothic", AvantGarde, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFEEDA;
	background-repeat: repeat-y;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/wimsey-bkg.jpg);
}
#container {
	width: 550px;
}
#header {
	background-image: url(../images/wimsey-logo.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}
#header h1 {
	display: none;
}

#sidebar {
	position: absolute;
	left: 580px;
	top: 0px;
	width: 180px;
	padding-top: 220px;
}


#sidebar blockquote {
	color: #6E655A;
	font-size: 15px;
	line-height: 2.5;
	margin:0 0 1em;
	padding:0;
}
#sidebar blockquote strong {
	font-weight: bold;
	color: #2C251F;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
}


#column img.homepg {
	border: 2px solid #6E655A;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0;
}
/************************/
#content {
	margin-left: 50px;
	width: 450px;
	color: #6E655A;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: visible;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	color: #C66300;
	margin: 0px;
	width: auto;
	padding: 0;
}
#content li {
	margin-bottom: .5em;
}
#contentAnchors {
	float: left;
	width: 200px;
	text-align: left;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #EBE1D8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#content em {
	color: #008F9F;
	font-size: 11px;
	margin-left: 10px;
}
#content ol strong {
	color: #008B98;
	font-weight: normal;
}
#content a {
	color: #A62100;
	text-decoration: none;
}
#content a:visited {
	color: #8D461C;
}
#content a:hover {
	text-decoration: underline;
}
#content #column {
	float: right;
	width: 175px;
	margin-left: 20px;
}
#content img.align_left {
	border: 2px solid #6E655A;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -25px;
}
#content img.align_right {
	border: 2px solid #6E655A;
	float: right;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: -25px;
}
#content h2 {
	font-size: 24px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE1D8;
	color: #2C251F;
}
#content h3 {
	font-size: 18px;
	text-align: left;
	color: #2C251F;
}
#content h4 {
	font-size: 16px;
	color: #2C251F;
	text-align: left;
}







/************************/
.nav {
	text-align: center;
	font-size: 11px;
	line-height:1;
	height:4em;
	position:relative;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	position:relative;
}
.nav a {
	color: #534D45;
	text-decoration: none;
		border-right: 1px solid #EBE1D8;
	display:block;
	padding:.5em .7em;
}
.nav > ul > li:last-child > a{
	border:none;
}
.nav a:hover {
	color: #FBF1E7;
	background-color: #534D45;
}
.nav ul ul {
	position:absolute;
	top:100%;
	left:-1px;
	width:100%;
		width:15em;
border-bottom: 1px solid #EBE1D8;
display:none;
}
.nav ul ul li {
	display:block;

	text-align:left;
}
.nav ul ul li a {
border-left: 1px solid #EBE1D8;

		background:#fbf1e7;
}
.nav li:hover > ul {
	display:block;

}



img {
	max-width: 100%;
}


.footer {
	clear:both;
}