html {
	margin: 0;
	background: #5c7c8d url(images/bckhtml.gif);
}
body {
	margin: 0;
	line-height: 1.90em;
	background: repeat-x url(images/bckbody.gif);
	font-family: Tahoma; font-size: 11px;
	color: #000;
}
#page {
	margin: 0 auto; padding: 0 1px;
	width: 775px;
	background: repeat-y url(images/bckpage.gif);
}
#header {
	margin: 0 -1px; padding: 42px 0 0 0;
	height: 85px;
	background: repeat-x url(images/bckbody.gif);
}
#header .title {
	float: left;
	margin: 0 0 0 15px;
	width: 260px; height: 50px;
	background: no-repeat url(images/bckheadertitle.jpg);
	font-size: 0; text-indent: -99999em;
}
#header .contact {
	float: right;
	margin: 0 30px 0 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #f9edbc;
}
#header .contact span {
	color: #fff;
}
#menu {
	margin: 0 -1px; padding: 7px 0 9px 0;
	list-style-type: none;
	height: 34px;
	overflow: hidden;
	background: left -127px repeat-x url(images/bckbody.gif);
}
#menu li {
	float: left;
	font-family: "Kozuka Gothic Pro M"; font-size: 12px;
	text-transform: uppercase;
}
#menu li a {
	float: left;
	margin: 0 20px;
	width: 85px; text-align: center; height: 34px; line-height: 34px;
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	background: no-repeat url(images/bckmenuliahover.gif);
}
#desc {
	position: relative;
	padding: 112px 15px 0 355px;
	height: 65px;
	overflow: hidden;
	background: #011217 right top no-repeat url(images/bckdesc.jpg);
	border-bottom: #224253 4px solid;
	color: #88926f;
}
#desc img {
	position: absolute;
	left: 0; top: 0;
}
#container {
	padding: 15px 0 25px 0;
	width: 100%;
	background: #f4f4f4 487px top repeat-y url(images/bckcontainer.gif);
	border-bottom: #fff 1px solid;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.full {
	padding-top: 1px !important;
	background-image: none !important;
}
#panel {
	position: relative;
	margin: 1px 1px 0 1px; 
	padding: 0 10px;
	height: 25px; line-height: 25px;
	background-color: #e6e6e6;
	border: #ccc 1px solid;
	font-weight: bold;
	color: #043e52;
}
#panel ul {
	display: inline;
	margin: 0; padding: 0;
	list-style-type: none;
}
#panel li {
	display: inline;
	margin: 0 0 0 15px; padding: 0 0 0 20px;
	background: left center no-repeat url(images/bckpaneli.gif);
}
#panel li a {
	color: #000;
	text-decoration: none;
}
#panel li a:hover {
	color: #ba0005;
	text-decoration: underline;
}
#panel .quote {
	position: absolute;
	right: 0; top: 0;
	padding: 0 15px;
	line-height: 21px;
	background-color: #ba0005;
	border: #fff 2px solid;
	color: #fff;
	text-decoration: none;
}
#container h3 {
	font-family: "Kozuka Gothic Pro M"; font-size: 22px; font-weight: normal; font-style: italic;
	color: #054257;
}
#container a {
	color: #c63711;
}
#content {
	float: left;
	margin: 0 2px 0 0; padding: 0 21px 0 16px;
	width: 450px;
	overflow: hidden;
}
.full #content {
	margin: 0; padding: 0 20px 0 15px;
	width: 740px;
}
.full #content hr {
	clear: both;
	margin: 10px -20px 10px -15px;
	width: 775px;
	border: 0;
	border-top: #fff 1px solid; border-bottom: #c8c8c8 1px solid;
}
#contact label {
	float: left;
	clear: left;
	width: 100px;
}
#sidebar {
	float: left;
	padding: 0 10px 0 16px;
	width: 260px;
	overflow: hidden;
}
#adsense {
	padding: 30px 0;
	border-top: #c7c8c8 1px solid; border-bottom: #c7c8c8 1px solid;
	text-align: center;
}
#footer {
	padding: 15px;
	line-height: 1.25em;
	background-color: #192b3f;
	border: #fff 1px solid;
	text-align: right;
	color: #fff;
}
#footer a {
	color: #b6b6b6;
	text-decoration: underline;
}
#footer ul {
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	line-height: 2.5em;
	font-weight: bold;
}
#footer li a {
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
input, textarea, select {
	vertical-align: middle;
	font-family: Tahoma; font-size: 11px;
}
input.text, textarea, select {
	background-color: #fcfcfc !important;
	border: #333 1px solid;
}
input.text, select {
	width: 175px;
}
a img {
	border: 0;
}
td {
	vertical-align: top;
}
input, textarea {
	vertical-align: middle;
	font-family: Arial; font-size: 12px;
}
.strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}