html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #83846F;
	margin: 0px;
	padding: 0px;
	background-color: #cdcebe;
	background-image: url(../liv/body_bg.gif);
	background-repeat: repeat-x;
}
#MainWrapper {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	padding: 0px;
}
#HeaderOuter {
	float: left;
	height: 138px;
	width: 950px;
	position: relative;
	background-image: url(../liv/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.HeaderInner {
	float: left;
	height: 138px;
	width: 950px;
	position: relative;
}

#MenuNavOuter {
	float: left;
	height: 26px;
	width: 950px;
	position: relative;
	color: #FFFFFF;
}
.MenuNavInner {
	float: left;
	height: 21px;
	width: 950px;
	position: relative;
	background-color: #1f4432;
	text-align: center;
	padding-top: 5px;
}
#MainContentOuter {
	float: left;
	width: 950px;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 3px;
}
.MainContentInner {
	float: left;
	width: 950px;
	position: relative;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F4432;
	background-image: url(../liv/content_bg.gif);
	background-repeat: repeat-y;
}
#LeftBlockOuter {
	float: left;
	width: 200px;
	position: relative;
}

.ClearBoth {
	clear: both;
}
.LeftBlockInner {
	float: left;
	width: 200px;
	position: relative;
	height: auto;
	padding-top: 10px;
}
.LeftBlockImageBlock img {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #B0B1A3;
}

.LeftBlockImageBlock {
	float: left;
	width: 196px;
	position: relative;
	height: auto;
	text-align: center;
}

#RightBlockContent {
	float: right;
	width: 750px;
	position: relative;
}
.RightBlockContentInner {
	float: right;
	width: 720px;
	position: relative;
	height: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
#LeftBlockNav {
	float: left;
	width: 200px;
	position: relative;
	height: auto;
}
#FooterOuter {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: ##7C7D6A;
	border-bottom-color: ##7C7D6A;
	border-left-color: ##7C7D6A;
	background-color: #FFFFFF;
	background-image: url(../liv/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	padding-top: 20px;
}

/* new styles RM 20100308 */

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;	
}

p {
	font-size:12px;	
}

/* */