body {
		background-image: url('/images/bodybgr.jpg');
		background-repeat: repeat-y;
		background-position: top center;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 70%;
    color: Black;
}

#brdr {
	background-color: White;
	border-bottom: 10px solid White;
  margin: 0px auto;
  text-align: left;
  width: 900px;
  clear: both;
  color: Black;
  overflow: auto;
}

* html #brdr {
	border-left: 1px solid Silver;
}

#header {
	margin: 0px auto;
	width: 900px;
	height: 181px;
	clear: both;
}

#headleft {
	background-image: url('/images/headleft.jpg');
	background-repeat: no-repeat;
	width: 193px;
	height: 190px;
	float: left;
}

#headmid {
	background-image: url('/images/headmid.jpg');
	background-repeat: no-repeat;
	width: 515px;
	height: 190px;
	float: left;
}

#headright {
	background-image: url('/images/headright.jpg');
	background-repeat: no-repeat;
	padding: 35px 20px 0px 20px;
	color: white;
	width: 152px;
	height: 155px;
	float: left;
}

#left {
	border: 1px solid silver;
	margin-left: 13px;
	margin-right: 10px;
	padding: 5px;
	background-color: #DFEEFF;
	width: 158px;
/*	overflow: auto; */
	float: left;	
}

* html #left {
	margin-top: 0px;
	margin-left: 6px;
	width: 159px;
}

#mainbrdr {
	width: 515px;
	float: left;
}

#main {
	background-image: url('/images/mainbgr.jpg');
	background-repeat: repeat-y;
	margin-left: 0px;
	/*padding: 10px;*/
	width: 515px;
	min-height: 405px;
	overflow: auto;
}

* html #main {
	height: 395px;
	overflow: visible;
}

#mainfoot {
	background-image: url('/images/mainfoot.jpg');
	background-repeat: no-repeat;
	width: 515px;
	height: 10px;
	clear: both;
}

#main #stribro, #main #ocel, #main #swar {
	background-image: url('/images/catbgr.jpg');
	background-repeat: no-repeat;
	margin: 0px 20px 20px 20px;
	overflow: auto;
	clear: both;
}

* html #main #stribro, * html #main #ocel, * html #main #swar {
	height: 174px;
}

#main #stribro img, #main #ocel img, #main #swar img {
	border: none;
	margin: 12px 20px 12px 10px;
	float: left;
}

#main #stribro h2, #main #ocel h2, #main #swar h2 {
	margin: 20px 10px 10px 10px;
	font-size: 200%;
}

#main #stribro p, #main #ocel p, #main #swar p {

}

#right {
	width: 180px;
	float: left;	
}

#footer {
	border-top: 10px solid White;
	padding-right: 10px;
	background-color: #0A5CB2;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: White;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: White;
}

#footer a:hover {
	text-decoration: underline;
}

#subfooter {
	text-align: center;
	color: #aaaaaa;
}

#subfooter a {
	color: #aaaaaa;
}

#subfooter a:hover {
	color: #0A5CB2;
}