body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:0.15em;
	color:#1d4252;
	margin:0;
	background:#e5e5e5;
}

* {
	margin:0;
	padding:0;
}

.err {
	color:red;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}

#lang {
	display:block;
	position:absolute;
	top:0;
	right:250px;
	height:40px;
}
#langswitcher {
	position:relative;
	display:inline-block;
	width:26px;
	height:39px;
	margin-left:4px;
}

#prewrapper {
	margin:0;
	padding:0;
	background:url(images/bg_top1.jpg) #e5e5e5 repeat-x;
}
#wrapper {
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper {
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}
#cwtop{
	color:#fff;
	height:88px;
}
#cwtop *{
	vertical-align:bottom;
}
#cwmain {
	position:relative;
	display:block;
	margin:0;
	background:url(images/mc_r1y.png) top right #fff repeat-y;
	padding:0;
}
.ar01 {
	background:url(images/mc_r1n.png) right 4px no-repeat;
}
.ar02 {
	background:url(images/mc_l1y.png) left 4px repeat-y;
}
.ar03 {
	background:url(images/mc_l1n.png) left 4px no-repeat;
}
.tx {
	background:url(images/mc_tx.jpg) left top repeat-x;
}
.tly {
	background:url(images/mc_tly.jpg) left top repeat-y;
}
.rcy {
	background:url(images/mc_rcy.jpg) right top repeat-y;
}
.tl {
	background:url(images/mc_tl.jpg) left top no-repeat;
}
.tr {
	background:url(images/mc_tr.jpg) right top no-repeat;
}

.clear {
	clear:both;
}


#cwhead {
	position:relative;
	display:block;
	margin:0;
	padding:0;
}

.hbar {
	background:url(images/bg_hbar.png) right bottom #fff no-repeat;
}

.hbx {
	background:url(images/bg_hbx.png) left bottom repeat-x;
}

.hr {
	background:url(images/bg_hr.png) right top no-repeat;
}

.hl {
	background:url(images/bg_hl.png) left top no-repeat;
	height:171px;
}

#login {
	position:relative;
	display:block;
	float:right;
	padding:3px 14px 0 0;
	word-spacing:0;
	z-index:100;
}
#login span {
	position:relative;
	display:inline-block;
}
#login label {
	vertical-align:top;
	padding-left:7px;
}
.edit_border {
	border:1px solid #ccc;
	vertical-align:baseline;
	margin-top:5px;
	padding:1px 0;
}
#login ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#login ul li {
	position:relative;
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0;
}
#login ul a, #login ul input {
	position:relative;
	display:block;
	color:#4c4c4c;
	border:none;
	border-top:solid 4px #999999;
	text-decoration:none;
	background:#fff;
	padding:0 15px;
	font-family:"Tahoma", sans-serif;
	letter-spacing:0.066em;
}
#login ul a.active, #login ul input.active {
	background:#e6d7cc;
	border-top:solid 4px #8e3e03;
	font-weight:bold;
}
#login ul a.logout, #login ul input.logout {
	background:#e5e5e5;
	color:#4c4c4c;
	border-top:solid 4px #4c4c4c;
}
#login ul input.red_button {
	font-weight:bold;
}
#login ul a:Hover, #login ul input:Hover {
	background:#f7f7f7;
	color:#624131;
	border-top:solid 4px #cc6633;
	cursor: pointer;
}


h1 {
	margin:0;
	padding:0 0 0 11px;
}
h1 a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	border:none;
	width:416px;
	height:166px;
	background:url(images/logo.png) left top no-repeat;
}
h1 a span {
	display:none;
}

.sidebar {
	float:left;
	position:relative;
	width:258px;
	padding:20px;
	padding-right:25px;
	color:#638390;
}

.sidebarr {
	float:right;
	position:relative;
	width:252px;
	padding:20px;
	padding-right:15px;
	color:#638390;
}

#content {
	position:relative;
	display:block;
	height:1%;
	margin:0 292px 0 285px;
	padding:0 0 20px 0;
}

#cwbtm {
	background:url(images/bg_bg.png) left top repeat-x;
	position:relative;
	display:block;
	min-height:150px;
	margin:0;
	padding:0;
	color:#abc;
}
.btm_sep_r {
	position:relative;
	display:block;
	min-height:150px;
	background:url(images/bg_ft1.png) right top no-repeat;
	margin:0;
	padding:0;
}
.btm_sep_l {
	position:relative;
	display:block;
	min-height:150px;
	background:url(images/bg_ft2.png) left top no-repeat;
	margin:0;
	padding:0;
}
#ft_wrapper {
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #ft_wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#ft_sidebar {
	float:left;
	position:relative;
	width:244px;
	padding:7px 20px;
	margin-left:7px;
}

#ft_sidebarr {
	float:right;
	position:relative;
	width:231px;
	padding:15px 30px 20px 10px;
	margin-right:10px;
}

#ft_content {
	position:relative;
	display:block;
	height:1%;
	margin:0 292px 0 292px;
	padding:10px 20px;
	text-align:center;
}

p {
	margin:15px 0 0 0;
	line-height:175%;
	text-indent:15px;
}
#content p, #content ul {
	margin:7px 0 0 0;
	padding:0 20px 3px 30px;
	line-height:120%;
}
#content p {
	line-height:175%;
}
#cwbtm p {
	margin:0;
	line-height:110%;
	padding:0 20px 5px 0;
	text-indent:-10px;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}
a:visited {
	color:#777;
}
h2, h3, h4, h5 {
	font-family: "Georgia", "Lazurski", sans-serif;
	font-style:italic;
}
h2 {
	font-size:2.3em;
	color:#7d4323;
}
#content h2 {
	font-size:2.3em;
	color:#7d4323;
	padding:30px 20px 10px 30px;
}
h3 {
	font-size:1.7em;
	color:#7d4323;
	text-align:center;
}
h4 {
	font-size:1.5em;
	color:#7d4323;
}
h5 {
	font-size:1.0em;
}
#content h4, #content h5 {
	margin:5px 0 0 0;
	padding:0 20px 0 20px;
	color:#7d4323;
}
#content h4 {
	color:#1d4252;
}
#cwtop a {
	position:relative;
	display:block;
	color:#fff;
	font-size:2.0em;
	text-decoration:none;
	padding-top:60px;
	padding-left:20px;
	letter-spacing:0.4em;
	word-spacing:0.15em;
}
#ord {
	background:url(images/bg_l1.png) left top repeat-x;
}
#req {
	background:url(images/bg_l2.png) left top repeat-x;
}
#copy {
	position:relative;
	right:0;
	left:0;
	text-align:right;
	padding:7px 0;
}
ul.map {
	list-style-type:none;
	margin:0;
	padding:0;
}
.map li {
	position:relative;
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:0;
}
.map a {
	position:relative;
	display:block;
	color:#abc;
	text-decoration:none;
	background:#274057;
	padding:0 5px;
}
.map a:Hover {
	background:#375067;
	color:#fff;
}
.adblock {
	background:url(images/bg_ad.png) right bottom no-repeat;
	padding:10px;
}
.adblock p {
	margin:3px 0;
	line-height:115%;
	padding:0 25px 3px 0;
}
.adblock h4 {
	font-size:1.2em;
	color:#7d4323;
	padding:0;
	margin:0;
}
.adblock a {
	position:relative;
	display:block;
	color:#7d4323;
	text-align:right;
}
#content p.intro {
	font-family: "Georgia", "Lazurski", sans-serif;
	font-style:italic;
	font-weight:bold;
	line-height:120%;
}
.table_border{
	width:90%;
	border-top:1px solid #700;
	border-left:1px solid #700;
	margin:10px;
}
.td_border,
.th_border{
	border-bottom:1px solid #700;
	border-right:1px solid #700;
	margin:0;
}
#content form p {
	text-align:right;
}
#content input, #content select {
	width:50%;
	text-indent:0;
}
#content pre {
	font-size:1.2em;
	border:1px dashed #7d4323;
	background:#ffd;
	margin:7px 3px 0 10px;
	padding:0 17px 3px 30px;
	line-height:120%;
}
.one {
	background:#eee;
}
.inner {
	border:none;
	margin:0;
	padding:1px 2px;
	width:100%;
}
.inner input {
	width:100%;
}
.lil {
	width:33%;
}
.accent {
	font-size:110%;
	border-left:solid 3px #fda;
	line-height:170%;
	font-weight:bold;
}
.accent h4 {
	font-size:130%;
	font-weight:bold;
}
ul, li {
	margin: 0;
	padding:0;
}
li {
	margin-left:1em;
}
.adfunds {
	text-align:center;
	font-weight:bold;
}
.adfunds a {
	color:#e65d06;
}
.adfunds a:Hover {
	color:#e62106;
}