body {
	background: #478bd6;
	background-image: url(../_images/layout/background.jpg);
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS' , Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
h1 {
	font-size: 1.2em;
	margin: 0;
}
h2 {
	font-size: 1em;
	margin: 0;
	padding: 5px;
}
p {
	margin: 0;
	padding: 5px;
}

hr {
border: 1px solid #478bd6;
}

#outer {
	width: 865px;
	margin: auto;

}
#image_1 {
	width: 240px;
	float: left;
}
#image_2 {
	width: 625px;
	float: right;
}
#container {
	clear: both;
}
#col_container {
	background: #FFFFFF;
	width: 840px;
	float: right;
	padding: 5px 0;
}
#col_contain_1 {
	width: 180px;
	float: left;
}
#col_1 {
	width: 180px;
	float: left;
	margin: 0 0 0 15px
}
#col_1 a, #col_1 a:visited {
	display: block;
	padding: 2px 2px 2px 30px;
	background-color: #ffffff;
 	background-image:  url("/_images/layout/star_b.jpg");
 	background-repeat: no-repeat;
	background-position: 0 50%;
 	text-decoration: none;
	color: #000000;
}
#col_1 a:hover {
	background-image: url(../_images/layout/star_r.jpg);
 	background-repeat: no-repeat;
	background-position: 0 50%;
}
#col_container #col_1 .bw_link {
	background-image: url(../_images/layout/star_r.jpg);
 	background-repeat: no-repeat;
	background-position: 0 50%;
}
#col_2 {
	width: 600px;
	float: right;
	margin: 0 5px 0 0;
}
#col_3 {
	margin: 10px 0;
}
#cubitts {
	float: left;
	clear: left;
	width: 155px;
	margin: 10px 0 0 10px;
}
#box_top {
	background-image: url(../_images/layout/box_top.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#box_middle {
	background: #fbf59d;
}
#box_bottom {
	background-image: url(../_images/layout/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
.clear{
	clear: both;
	height: 1px;
}
#footer {
	font-size: 0.8em;
	height: 20px;
	width: 755px;
	margin: auto;
	padding: 0 0 0 25px;
	color: #ffffff;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.italic{
	font-style:italic;
	}
	
	#cycle { margin: 0; padding: 0; width: 500px; height: 333px; padding: 3px; background: #eee; -moz-box-shadow: 0 0 2px #000; -webkit-box-shadow: 0 0 2px #000;}
#cycle li { position: relative; list-style: none; margin: 0; padding: 3px; width: 500px; height: 333px; overflow: hidden; }
#cycle li div { position: absolute; bottom: 3px; left: 3px; padding: 3px; width: 494px; background: black; color: white; font-size: 12px; opacity: .8; }
