body {
	background-color: #c0c0c0;
}

.body {
	margin-left: auto;
	margin-right: auto;
	width: 846px;
	background-image: url('images/shadeback.gif');
	background-position: 0px 0px;
}

.outer {
	margin-left: auto;
	margin-right: auto;
	width: 846px;
	background-image: url('images/shadebacktop.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.header {
	background: url('images/header1.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	width: 821px;
	height: 92px;
}

.header2 {
	background: url('images/header2.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	width: 821px;
	height: 92px;
}

.header_options {
	color: #ffffff;
	font-family: arial, helvitica, verdana, sans-serif;
	font-weight: bold;
	position: relative;
	height: 25px;
	font-size: 10px;
	top: 17px;
	padding-right: 10px;
	text-align: right;
}

.header_options a {
	color: #ffffff;
	text-decoration: none;
}

.header_options a:active {
	color: #00ffff;
	background: none;
}

.header_options a:visited {
	color: #ffffff;
}

.header_options a:hover {
	color: #00ffff;
	background: none;
}

.search_box {
	background: url('images/search_input.jpg') no-repeat fixed;
	font-family: courier, sans-serif;
	font-size: 10px;
	color: #00ffff;
	width: 121px;
	height: 20px;
	border: 0px;
	position: relative;
	left: 622px;
	top: 25px;
	padding-left: 23px;
	border: 0px;
}

.form>input.search_box, .header2>input.search_box {
	background: url('images/search_input.jpg') no-repeat;
	border: 0px;
	left: 622px;
	top: 38px;
}

.search_button {
	position: relative;
	left: 622px;
	top: 25px;
	border: 0px;
	width: 48px;
	height: 22px;
	background: url('images/search.jpg');
	background-repeat: no-repeat;
}

.form>input.search_button, .header2>input.search_button {
	left: 622px;
	top: 42px;
}

.main {
	width: 819px;
	position: relative;
	border-left: solid 1px #008888;
	border-right: solid 1px #008888;
	border-bottom: solid 1px #008888;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.main2 {
	width: 819px;
	position: relative;
	border-left: solid 1px #008888;
	border-right: solid 1px #008888;
	border-bottom: solid 1px #008888;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/crystal.gif');
	background-repeat: no-repeat;
}

.nav {
	color: #008888;
	font-family: arial, helvitica, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 815px;
	height: 20px;
	position: relative;
	left: 0px;
	padding-left: 5px;
	border-bottom: solid 1px #008888;
	background-image: url('images/topnavback.gif');
	background-repeat: no-repeat;
}

.nav a {
	color: #008888;
	text-decoration: none;
}

.nav a:active {
	color: #000000;
	background-color: transparent;
}

.nav a:visited {
	color: #008888;
}

.nav a:hover {
	color: #000000;
	background-color: transparent;
}

.sidenav {
	margin-left: 5px;
	margin-right: 5px;
	border-left: solid 1px #008888;
	border-right: solid 1px #008888;
	border-bottom: solid 1px #008888;
	background-color: #ffffff;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 192px;
	height: 400px;
}

.sidenav a {
	color: #000000;
	text-decoration: none;
}

.sidenav a:active {
	color: #000000;
	background-color: #ffffff;
}

.sidenav a:visited {
	color: #000000;
}

.sidenav a:hover {
	color: #008888;
	background-color: #ffffff;
}

.sidenavheader {
	width: 192px;
	height: 33px;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url('images/navtop.gif');
	background-repeat: no-repeat;
}

.content {
	margin-left: 5px;
	margin-right: 5px;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 10pt;
	float: left;
	width: 422px;
}

.content2 {
	margin-left: 5px;
	margin-right: 5px;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 10pt;
	float: left;
	width: 622px;
}

.footer {
	color: #0000c0;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 9px;
	width: 100%;
	position: relative;
	background-color: #008888;
	text-align: center;
	background-image: url('images/footerback.gif');
	background-repeat: no-repeat;
}

font.blue {
	color: #0000ff;
}

a {
	color: #0000ff;
}

a:active {
	color: #00ffff;
}

a:visited {
	color: #ff00ff;
}

a:hover {
	color: #ffffff;
	background-color: #0000ff;
}

.footer a {
	color: #003333;
}

.footer a:active {
	color: #0000ff;
	background-color: #003333;
}

.footer a:visited {
	color: #0000dd;
	background-color: #003333;
}

.footer a:hover {
	color: #ffffff;
	background-color: #003333;
}

input, .input {
	border: #008888 1px solid;
	color: #0000ff;
	font-size: 10px;
	font-family: arial, helvitica, verdana, sans-serif;
}

input.text {
	width: 100px;
}

.button {
	background: url('images/button.gif')
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
}

.smallbutton {
	background: url('images/small_button.gif');
	background-repeat: no-repeat;
	color: #000000;
	width: 60px;
	height: 35px;
	text-size: 10px;
	border: 0px;
}

li {
	padding-left: 15px;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

ul {
	list-style: none;
}

h1 {
	padding-left: 22px;
	padding-top: 5px;
	background-image: url('images/indexpoint.gif');
	background-repeat: no-repeat;
	background-position: 0 0em;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 15px;
	color: #0000ff;
}

h2 {
	padding-left: 15px;
	padding-bottom: 12px;
	background-image: url('images/hrline.gif');
	background-repeat: no-repeat;
	background-position: 0px 17px;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 14px;
	color: #0000ff;
}

h3 {
	padding-left: 15px;
	padding-bottom: 12px;
	background-image: url('images/bluediv.gif');
	background-repeat: no-repeat;
	background-position: 0px 17px;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 14px;
	color: #0000ff;
}

h4{
	padding-left: 15px;
	padding-top: 5px;
	background-image: url('images/tri.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 12px;
	color: #0000ff;
	line-height: 12px;
}

.boxes {
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 10px;
	color: #00ffff;
	float: right;
	width: 154px;
	margin-left: 8px;
	margin-right: 8px;
}

.boxtitle {
	background: url('images/box_title.gif');
	background-repeat: no-repeat;
	height: 24px;
	text-align: center;
}

.boxcontent {
	background: url('images/box_body.gif') no-repeat fixed;
	height: 91px;
	color: #ffffff;
	margin-bottom: 12px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	line-height: 1em;
}

.boxes>div.boxcontent {
	background: url('images/box_body.gif') no-repeat;
	border: 0px;
	left: 622px;
	top: 38px;
}

.boxcontent h4 {
	padding-left: 0px;
	padding-top: 0px;
	background: none;
	font-family: arial, helvitica, verdana, sans-serif;
	font-size: 11px;
	color: #c0c0c0;
	line-height: 5px;
}

div.spacer {
	clear: both;
}

.cal {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

.cal a:link, .cal a:visited {
	text-decoration: none;
	color: #0000ff;
}

.cal a:link, .cal a:visited {
	text-decoration: none;
	color: #0000ff;
}

.caltoday {
	border: 1px solid #0000ff;
	color: #ffffff;
	text-align: center;
}

.calday {
	background-color: #c0c0c0;
}

.calday a:link, .calday a:visited {
	text-decoration: underline;
	color: #ffffff;
	background-color: #0000ff;
}

.calday a:active, .calday a:hover {
	text-decoration: underline;
	background-color: #ffffff;
	color: #000000;
}

.breadcrumb, .breadcrumb a:link, .breadcrumb a:visited {
	font-size: 10px;
	text-decoration: none;
	background-color: transparent;
	color: #008888;	
}

.breadcrumb a:active, .breadcrumb a:hover {
	text-decoration: underline;
}

hr.hr {
	color: #0000ff;
}

.art_display {

}

.art_image {
  border: 1px #000000 solid;
}

.art_media {
	
}

.art_comments {

}

.art_date {

}

.selected_thumb {
  border: 2px #ff3300 solid;
}

.thumb {
  border: 1px #ffffff solid;
}

.iglu_next, .iglu_prev {
	color: #0000ff;
	font-size: 16px;
}
