/* GLOBAL VARIABLES */
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: #000000;
	text-align:center;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
}
#outer_wrapper {
	width: 100%;
	background: #000000 url(http://www.kahtoola.com/images/bg_gradient_black.jpg) repeat-y right;
}
#inner_wrapper {
	width: 1050px;
	margin: 0px auto;
}
#nojs_wrapper {
	width: 1050px;
	margin: 0px auto;
	color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
p {
	font-size: .75em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.125em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .875em;
}
h6 {
	font-size: .75em;
}
address, caption, cite, code, dfn, th, var	{ 
	font-style: normal;
	font-weight: normal;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.clear_floats {
	clear: both;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.float_none {
	float: none;
}
.img_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.img_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.body_error {
	color: #990000;
}
.content_line {
	border-top: #000000 solid 2px;
}
.under_line {
	border-bottom: #000000 solid 2px;
}
/*kellie styles*/

.subheads {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
.photoLeft {
	margin-right:18px;
	margin-top:10px;
}
