/* standard elements */
* {
	margin:0;
	padding:0;
}
a:link {
	color:#1381BA;
	text-decoration: none;
}
a:visited {
	color:#1381BA;
	text-decoration: none;
}
a:hover {
	color:#1381BA;
	text-decoration: underline;
}
a:active {
	color:#1381BA;
	text-decoration: none;
}
body {
	background:#FFFFFF;
	color:#666666;
	font:normal 62.5% Tahoma, sans-serif;
}
p, ul {
	padding-bottom:1.2em;
}
li {
	list-style:none;
}
h1 {
	font:normal 1.8em Tahoma, sans-serif;
	margin-bottom:10px;
}
h1, h2, h3 {
	padding-top:5px;
}
/* misc */
.left {
	float:left;
}
.right {
	float:right;
}
/* structure */
.container {
	font-size:1.2em;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
	width:900px;
}
.containerTop {
	clear: both;
	height: 9px;
	background: url(img/box_1b.jpg) repeat-x;
}
.containerMiddle1 {
	clear: both;
	background: url(img/box_2a.jpg) repeat-y;
}
.containerMiddle2 {
	clear: both;
	background: url(img/box_2c.jpg) right repeat-y;
}
.containerBottom {
	clear: both;
	height: 10px;
	background: url(img/box_3b.jpg) repeat-x;
}
.containerContent {
	margin-left: 2px;
	margin-right: 4px;
	background: url(img/box_2b.jpg) bottom repeat-x;
	padding-right: 6px;
	padding-left: 6px;
}
/* header */
.header {
	font-size:1.2em;
	margin-left:60px;
	margin-right:60px;
	height:150px;
	width:780px;
}
.header .left, .header .right {
	height:150px;
}
.header .left /* #993333 */ {
	background:url(img/header_left-bg.jpg) no-repeat #FFFFFF;
	color:#FFFFFF;
	margin-right:5px;
	font:normal 2.8em "Trebuchet MS", sans-serif;
	line-height:150px;
	text-align:center;
	width:510px;
}
.header .right /* FFCC00 */ {
	background:url(img/header_right-bg.jpg) no-repeat #FFFFFF;
	color:#666666;
	margin-left:5px;
	width:260px;
}
.header .right p, .header .right h2 {
	padding:16px;
	padding-top:5px;
}
.header .right h2 {
	padding-top:20px;
	font:normal 1.6em "Trebuchet MS", sans-serif;
}
/* navigation */
.navigation {
	background:url(img/nav.jpg) right no-repeat #E5E5CC;
	border:1px solid #666666;
	margin:10px;
	margin-left:60px;
	margin-right:60px;
	height:42px;
	width:780px;
}
.navigation a {
	background:#E5E5CC;
	color:#666666;
	display:block;
	font:bold 1.1em sans-serif;
	text-decoration:none;
	float:left;
	line-height:42px;
	padding:0 20px;
}
.navigation a:hover {
	background:#FFCC00;
	color:#993333;
}
/* content */
.content {
	background:#FFFFFF;
	margin:10px;
	margin-left:60px;
	margin-right:60px;
	width:780px;
}
.content .main {
	background:url(img/chair_banner.jpg) no-repeat;
	background-position:right;
}
.content .contact {
	background:url(img/chair_banner.jpg) no-repeat;
	background-position:right;
}
.content .descr {
	color:#993333;
	font-size:0.9em;
}
.content li {
	list-style:url(img/li.gif);
	margin-left:40px;
}
.content p {
	font-family:"Lucida Sans Unicode", sans-serif;
}
/* counter */
.counter {
	background:#FFFFFF;
	color:#993333;
	margin:10px;
	margin-left:60px;
	margin-right:60px;
	height:15px;
	width:780px;
	font:1em sans-serif;
	text-align:center;
}
/* footer */
.footer {
	background:#993333;
	color:#FFFFFF;
	margin-left:60px;
	margin-right:60px;
	height:15px;
	width:780px;
	font:1em sans-serif;
	text-align:center;
}

