﻿body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg_slice.jpg);
	background-repeat: repeat-x;
	background-color: #111;
	font-family: Tahoma;
	overflow: scroll;
}

#base {
	width: 760px;
	margin: 0 auto;
}

#header {
	width: 760px;
	height: 240px;
	margin: 0px auto;
}

#nav {
	background-image: url(images/nav_bkg.gif);
	width: 760px;
	height: 49px;
	vertical-align: top;
	font-size: 13px;
	font-family: Arial; 
	font-weight: bold;
	margin: 0 auto;
}

#nav a {
	height: 28px;
	padding: 12px 8px 0px 8px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	display: inline-block;
}

#nav a.divide {
	border-right: 1px inset #FFF;
	border-left: 1px outset #FFF;
}

#nav a.divide_left {
	border-right: 1px inset #FFF;
}

#nav a.divide_right {
	border-left: 1px outset #FFF;
}

#nav a:hover {
	text-decoration: none;
	background-color: #DDD;
}

#content {
	background-color: #222;
	text-align: left;
	color: #FFF;
	text-align: center;
	overflow: auto;
}

#footer {
	border-top: 3px groove #FFF;
	padding-top: 14px;
	margin: 14px auto 14px auto;
	font-size: 11px;
	color: white;
	background-color: #111;
	width: 500px;
	text-align: center;
}

#footer a {
	color: white;
}

div.root {
	display: inline;
}

div.menu {
	position: absolute;
	visibility: hidden;
	background-color: #FFF;
	text-align: left;
	border: 2px solid outset;
	margin-top: -3px;
	border: 1px outset #FFF;
}

div.body_text {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: white;
	overflow: auto;
	background-color: #222;
}

#body_text {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#body_text td {
	margin: 24px;
	color: white;
	padding: 8px;
}

#body_text td.left {
	border-right: 2px solid #CCC;
}

.gallery {
	display: block;
	border: 4px solid #333;
	margin-top: 6px;
}

#edge {
	height: 24px;
	background-image: url('../images/edge.jpg');
}

#links {
	text-align: center;
}

#links a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 8px;
	border: 2px outset #FFF;
	background-color: #CCC;
}

#links a:hover {
	background-color: #DDD;
	border: 2px inset #FFF;
}

a.contact {
	color: white;
}

table.contact {
	margin: 0px auto;
}

table.contact td {
	color: white;
}

.right {
	text-align: right;
}

#contact_us {
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #444;
}

#contact_us a {
	color: white;
}

#contact_us a:hover {
	color: #CCC;
}

#contact_us td {
	padding: 8px;
}

#contact_us th {
	padding: 8px;
}

input.request {
	margin-top: 14px;
	border: 1px outset #FFF;
	padding: 4px;
	font-size: 14px;
	font-family: Verdana;
	background-color: #EFEFEF;
}

input.request:hover {
}

table.ITS {
	width: 100%;
}

table.ITS_other {
	margin: 0 auto;
}

table.ITS_other td {
	border: 2px outset #333;
	text-align: center;
	padding: 14px;
}

table.ITS td {
	border: 2px outset #333;
	text-align: center;
	padding: 8px;
}