@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../furnture/background.jpg) repeat-x center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixRt #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #003366 url(../furnture/blueback.jpg) repeat-y center center;
	margin: 30px auto 0;
	text-align: left;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px;
	padding: 15px 2px;
}
.twoColFixRt #mainContent {
	margin: 0 160px 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;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.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;
	border: 2px outset #FFFFFF;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	border: 2px outset #FFFFFF;
	margin: 5px 5px 30px;
}
.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;
}
#mainContent ul {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
#mainContent li {
	float: left;
	display: block;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 76%;
	font-weight: bold;
	padding-right: 20px;
}
#flash {
	border-top: 1px solid #33FFFF;
	border-bottom: 1px solid #33FFFF;
	border-right: 0px none #33FFFF;
	border-left: 0px none #33FFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 100%;
	color: #FFFFCC;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p {
	margin-right: 15px;
	margin-left: 10px;
	font-size: 78%;
	margin-bottom: 20px;
	text-align: left;
}
h2 {
	font-size: 90%;
	color: #FFFFCC;
	margin-left: 10px;
}
h3 {
	font-size: 80%;
	color: #FFCC00;
	font-weight: bold;
	margin-left: 10px;
}
#sidebar1 li {
	list-style-type: none;
	font-size: 70%;
	margin-bottom: 9px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#logo {
	margin-top: 10px;
	margin-bottom: 20px;
}
#sidebar1 a {
	color: #FFFFCC;
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
#mainContent a {
	color: #FFFFCC;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#main li {
	float: none;
}
#main {
	margin: 0px;
	padding: 0px;
}
#main ul {
	margin: 0px;
	padding: 0px;
}
#ftright {
	float: right;
	width: 300px;
	padding-left: 30px;
}
#sidebar1 p {
	font-size: 70%;
}
.fltlft p {
	text-align: center;
}
.fltlft:hover {
	background-color: #CC0000;
}
#mainContent #home {
	border-top: 1px solid #0099CC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
#mainContent #shift {
	margin-left: 250px;
}
#mainContent #blog {
	width: 240px;
	float: left;
}
