body {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#9A9078;
	background:url(../img/black.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#362E23;
	font-size:1.1em;
}

h1 {
	color:#0A81CF;
	font-size:1.3em;
}

h2 {
	color:#0A81CF;
	font-size:1.2em;
}

div {
	overflow:auto;
}

a {
	color:#0A81CF;
}

a: hover {
	color:#9A9078;
}

div#head {
	background:url(../img/chris_head.png);
	background-repeat:no-repeat;
	width:982px;
	height:213px;
}

div#comfort_nav {
	padding-top:20px;
	width:940px;
	color:#9A9078;
	height:20px;
	overflow:hidden;
}

div.float_l {
	float:left;
}

div.float_r {
	float:right;
}

div#comfort_nav a {
	color:#9A9078;
	font-weight:bold;
	text-decoration:none;
}

div#comfort_nav a: hover {
	font-color:#ccc;
}

div#body {
	width:940px;
	font-size:0.8em;
}

div#body_l {
	text-align:left;
	float:left;
	width:275px;
	margin-left:20px;
}

ul {
	margin-bottom:10px;
	margin-top:0;
}

div#body_l li, div#body_l ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

div#body_l li {
	padding-bottom:10px;
}

div#body_r {
	text-align:left;
	float:right;
	width:605px;
}

div#footer_l, div#footer_r {
	font-size:0.7em;
}

.smtxt {
	font-size:0.8em;
}

div#footer {
	width:940px;
	margin-top:30px;
}

div#footer_l {
	float:left;
	width:255px;
	text-align:left;
	border-top:4px solid #0099FF;
	margin-left:20px;
	padding-top:10px;
}

div#footer_r {
	padding-top:10px;
	float:right;
	width:605px;
	text-align:left;
	border-top:4px solid #0099FF;
}


