@charset "UTF-8";
* {
    margin: 0;
}
html, body {
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 1.5em;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 90%;
}
.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	background-image: url(bg_sidebar.gif);
	background-repeat: repeat-y;
}
#container  {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	float:none;
}
#header {
	height: 109px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(andrewnorman_logo.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
.twoColFixLt .wrapper #container #header a {
	text-decoration: none;
	border-bottom: none;
}
.twoColFixLt .wrapper #container #header a:hover {
	text-decoration: none;
	background-color: transparent;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 9px 10px 0px;
	position: relative;
}
#mainContent  {
	margin: 0 0 0 110px;
	padding: 50px 0px 20px 50px;
} 
#sidebar2 {
	position: relative;
	right: 0px;
	width: 199px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	float: right;
	border-left-style: dotted;
	border-left-color: #000000;
	border-left-width: 1px;
	height: 100%;
	margin-right: 0px;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	width: 910px;
	height: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 125%;
	line-height: 2em;
	font-weight: lighter;
	text-transform: uppercase;
}
h2 {
	font-style:italic;
	font-size: 100%;
	}
h3 {
	font-style:italic;
	font-size: 120%;
	font-weight: normal;
	line-height: 2em;
	padding-top: 50px;
	margin-right: 17px;
	}
h4 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-right: 275px;
}
a:hover {
	background-color: #EDE1BB;
}
a {
	color: #962E00;
	border-bottom: dotted #962e00 1px;
	text-decoration: none;
}
.twoColFixLt .wrapper #container #mainContent p {
	padding-right: 260px;
	padding-top: 10px;
	line-height: 13pt;
}
.twoColFixLt .wrapper #container #sidebar1 a {
	color: #000000;
	text-decoration: none;
	border: none;
}
.twoColFixLt .wrapper #container #mainContent #sidebar2 p {
	margin-right: -230px;
}
.twoColFixLt .wrapper #container #mainContent #nav {
	float: none;
	position: fixed;
	clear: none;
	width: 200px;
	height: 25px;
}
blockquote {
	font-weight: lighter;
	line-height: 85%;
	margin-left: 20px;
	font-size: 85%;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
