body{
	margin:0;
	color: #1b1b1b;
	font: 10px Arial, Helvetica, sans-serif;
	background: #99adb2 url(../images/bg-body.gif);
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#1b1b1b;
}
a:hover{text-decoration:underline;}
#page{
	height: 100%;
	overflow: hidden;
	background: #99adb2 url(../images/bg-body.gif);
}
.page-holder{
	background: url(../images/bg-page.gif) repeat-y;
	height: 1%;
	margin:0;
	width: 984px;
}
.holder{
	background: url(../images/bg-top.gif) no-repeat;
}
.holder .main{
	background: url(../images/bg-bottom.gif) no-repeat 0 100%;
	padding-left: 98px;
	position: relative;
	height: 1%;
}
#header{
	position: relative;
	height: 1%;
	padding-top: 5px;
}
#header h1{
	margin: 0 0 0 26px;
	font: bold 40px "Book Antiqua", Arial, Helvetica, sans-serif;
	color: #234c3e;
}
#header .logo{
	overflow: hidden;
	text-indent: -9999px;
	width: 214px;
	height: 104px;
	position: absolute;
	top: 0;
	right: 0;
}
#header .logo a{
	display: block;
	height: 104px;
	background: url(../images/logo.gif) no-repeat;
}
#content{
	overflow: hidden;
	height: 1%;
	padding: 6px 18px 5px 0;
}
#content .side-bar{
	width: 218px;
	float: left;
	padding-top: 29px;
}
.side-bar ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.side-bar ul li{
	padding: 2px 0 4px 33px;
	background: url(../images/marker.gif) no-repeat;
}
.side-bar ul a{
	color: #fff;
	font-size: 14px;
}
.side-bar ul ul{
	padding: 9px 0 2px 35px;
}
.side-bar ul ul li{
	background: none;
	padding: 0;
	margin-bottom: -1px;
}
.side-bar ul ul a{
	font-size: 10px;
}
#content .main-content{
	float: right;
	width: 645px;
	padding-bottom: 21px;
}
.main-content img{
	display: block;
}
.main-content .txt{
	padding: 20px 20px 0;
}
.main-content .txt h2{
	margin: 0 0 8px;
	font-size: 14px;
	color: #043614;
}
.main-content .txt p{
	margin: 0 0 20px;
	line-height: 12px;
}
#footer{
	padding: 6px 13px 2px;
}
#footer ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
#footer ul li{
	display: inline;
	background: url(../images/sep-footer-bottom.gif) no-repeat 0 2px;
	padding: 0 3px 0 5px;
}
#footer ul li:first-child{
	background: none;
}
#footer ul a{
	color: #3d3d3d;
}
#footer .contact{
	padding: 4px 8px 0 0;
	text-align: right;
	position: absolute;
	bottom: 29px;
	right: 18px;
	height: 17px;
	width: 637px;
	background: #513259 url(../images/bg-footer.gif) no-repeat 100% 0;
}
#footer .contact li{
	color: #b1b1b1;
	background: url(../images/sep-footer.gif) no-repeat 0 2px;
	padding: 0 2px 0 4px;
}
#footer .contact a{
	color: #b1b1b1;
}
