html {
	height: 100%;
}
body {
	height: 100%; 
	background-color: #d7d7d7;
	text-align: center;
}
h1 {
	margin-top: 10px;
	padding-top: 0px;
}
#content {
	margin: auto;
	width: 970px;
	text-align: left;
	height: 100%;
	background-color: #fff;
}
#innerContent {
	width: 970px;
	background-color: #fff;
}
#header {
	width: auto;
	margin-bottom: 4px;	
}
#menu {
	width: 200px;
	float: left;
	border-width: 0px 1px 0px 1px;
	border-color: #fff;
	border-style: solid;			
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li a {
	padding: 7px;
	display: block;
	text-decoration: none;
}
#menu li li a {
	padding-left: 14px;
}
#main {
	margin-left: 202px;	
	width: auto;
}
#mainContent {
	width: auto;	
	padding: 0px 10px 10px 10px;
}
#footer {
	width: auto;
	font-size: 70%;
	border-top: 1px solid #e8ecef;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 15px;
	background-image: url('../images/footerBackground.png');
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: right;
	color: #666;
	clear:both;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 4px;
}
h1 {
	background-image: url('../images/h1Background.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: left bottom;
}
.rssFeed a {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	background-color: #DFE8EF;
}
.rssFeed a:hover {
	background-color: #c7d5e0;
}
.rssFeed a img {
	display: block;
	float: left;
	margin-right: 5px;
}
.rightColumnAdvert {
	display: block;
	margin-bottom: 1em;
}
.rightColumnAdvert .top {
	font-size: 70%;
	text-align: right;
	padding-right: 5px;
	color: #cccccc;
	width: auto;
}
.rightColumnAdvert .advert {
	background-color: #f1f3f5;
	width: auto;
	background-image: url('../images/rightPanelBackground.png');
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 70%;
	padding: 0.5em;
}
.menu {
	display: block;
	margin-bottom: 1em;
}
.menu .top {
	font-size: 70%;
	text-align: right;
	padding-right: 5px;
	color: #cccccc;
	width: auto;
}
.menu .menuContent {
	background-color: #f1f3f5;
	width: auto;
	background-image: url('../images/rightPanelBackground.png');
	background-repeat: repeat-y;
	background-position: right top;
}
.menu .menuContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu .menuContent ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
.menu .menuContent ul li a {
	padding: 7px;
	display: block;
	font-size: 85%;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}
.menu .menuContent ul li a:hover {
	background-image: url('../images/rightPanelBackgroundOver.png');
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #d6d9da;
}
.menu .menuContent ul li ul li a{
	padding-left: 1.3em;
	font-size: 75%;
}
.catalog {
	float: left;
	font-size: 150%;
	padding: 1em;
}
#infoline {
	font-size: 85%;
	margin-top: 0.7em;
	padding: 0.7em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.7em;
}
input.submit, a.button, a.button:hover {
	padding: 0.5em;
	cursor: pointer;
	background: url('../images/buttonBackground.png');
	border: 3px double #999999;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	color: #333333;
}
a.button {
	text-decoration: none;
	font-size: 92%;
}
div.message {
	background-color: #f3f4f5;
}
