﻿html
{
	background: #000;
	color: #fff;
	font-family: "Times New Roman", serif;
	margin: 0;
	padding: 0;
}

body
{
	margin: 7px;
	padding: 0;
}

a, a:visited { color: #ff854f; }
a:active, a:hover { color: #fff; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 1em 0;
	padding: 0;
}

img { border: 0; }

p
{
	margin: 0 0 1em 0;
	text-align: justify;
}

.phone { font-weight: bold; }

#container
{
	background: #500 url("images/side1.png") repeat-y left top;
	border: 1px solid #fff;
	margin: 0 auto;
	position: relative;
	width: 740px;
}

#header
{
	background: #500;
	margin-bottom: 0.5em;
	padding-top: 20px;
}

#header h1
{
	background: transparent url("images/header3.png") no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 158px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#header div { display: none; }

#content
{
	margin: 0 12px 0 178px;
	min-height: 320px;
}

/* Start Win/IE <= 6 only /*/
* html #content { height: 320px; }
/* End Win/IE <= 6 only */

#content h2, #content h3, #content h4, #content h5, #content h6 { text-align: center; }

#content img.smaller
{
	background: transparent url("images/imageframe-smaller1.png") no-repeat;
	padding: 5px;
}

#content a:active img.smaller, #content a:hover img.smaller { background-position: 100%; }

#content img.small
{
	background: transparent url("images/imageframe-small1.png") no-repeat;
	padding: 5px;
}

#content a:active img.small, #content a:hover img.small { background-position: 100%; }

#navigation
{
	left: 0;
	top: 200px;
	position: absolute;
	width: 167px;
}

#navigation ul, #navigation li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li { margin-bottom: 3px; }

#navigation ul li a
{
	background: transparent url("images/button1.png") no-repeat;
	color: #000;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 2px 0 0 6px;
	text-decoration: none;
	width: 167px;
	height: 20px;
}

#navigation ul li a:active, #navigation ul li a:hover
{
	color: #500;
	font-weight: bold;
}

#navigation .contact-info
{
	font-size: 85%;
	margin: 20px 13px 0 0;
	text-align: center;
}

#navigation .translator div
{
	color: #000;
	margin-top: 1.5em;
	margin-left: 12px;
	text-align: center;
}

#navigation .translator div div { margin: 5px 0; }

#footer
{
	clear: both;
	font-size: 70%;
	margin: 0 12px 0 178px;
	padding: 10px 0;
	text-align: center;
}

#footer .design-host { font-size: 85%; }