body {
	font-family: Tahoma, Verdana, sans-serif;
	color: #666666;
	font-size: 95%;
	background-color: #f7f4ee;
}

#shadow {
	background-image: url(sitepix/background4.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #f7f4ee; /** Website BG colour  **/
	margin-top: 0px;
}



#header {
	background-image: url(sitepix/header-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 39px;
}

#footer {
	background-image: url(sitepix/footer-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}


h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 22px;
	color: #CCCCCC;
}
h2 {
	font-size: 16px;
	color: #000099;
}
h3 {
	color: #cccccc;
	font-size: 18px;
}


.twoColFixLt #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(sitepix/small-pink.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#navcontainer {
	margin-top: 30px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 1px;
	margin-top: 1px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#tagbox {
	margin-top: 10px;
}

#navbox {
	margin-top: 10px;
}

.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;
}


.quote {
	background-color: #F7F4EE;
	background-position: center;
	width: 450px;
	border: 1px solid #999999;
	white-space: normal;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 90%;
}
.sidequote {
	font-size: 12px;
}
.inset {
	margin-left: 30px;
}

