@charset "UTF-8";
body {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #223a67;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	background-color: #f7d9bd;
}
.twoColFixRtHdr #container { 
	width: 660px;
	margin: 0 auto;
	text-align: left;
	} 

.twoColFixRtHdr #nav {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 0.9em;
	} 
.twoColFixRtHdr #nav a {
	display: inline;
	padding: 0 2em;
	}

.twoColFixRtHdr #header {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	} 
.twoColFixRtHdr #sidebar-home {
	float: right;
	text-align: right;
	font-size: 0.8em;
	width: 410px;
	padding-left: 20px;
	margin: 0;
	display: inline;
	}
.twoColFixRtHdr #content-home {
	margin: 0 430px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	line-height: 1.5em;
	} 
.twoColFixRtHdr #content-home2 {
	margin: 0;
	padding: 0px;
	text-align: left;
	line-height: 1.5em;
	} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 350px;
	padding-left: 20px;
	margin: 0;
	display: inline;
	}
.twoColFixRtHdr #content-paintings {
	width: 620px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	} 
.twoColFixRtHdr #content-books {
	margin: 0;
	padding: 0;
	text-align: left;
	} 
h1 {
	font-size: 2.0em;
	line-height: 1.2em;
	} 
h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	}
h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;
	padding: 0 0 0 2em;
	margin: 0;
	font-weight: normal;
}
li {
	margin: 0.4em 0;
	}
a, a:visited {
	color: #223a67;
	text-decoration: none;
	}
a:hover, a:active {
	color: #3062c9;
	text-decoration: underline;
	}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

