@CHARSET "UTF-8";

html, body {
	height:100%;
}

body * {
	color: #4B4B4B;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

body {
	margin:0;
	padding:0;
	line-height: 18px;
	background:#835D1E url(../img/bgMed.jpg) repeat;
}

p {

}

table {
	float: left;
	clear: both;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

#frame {
	position:absolute;
	width: 829px;
	left: 50%;
	margin-left: -415px;
	text-align:left;
	display: block;
	background: transparent url(../img/contShade.png) repeat-y center;
	z-index: 10;
}
#containerspacer {
	float: left;
	width: 15px;
	height: 200px;
	overflow: hidden;
}
#container {
	float: left;
	width: 799px;
	display: block;
	height: 100%;
	overflow: hidden;
	background: transparent url(../img/bgCont.jpg) repeat-y;
	z-index: 20;
	overflow: hidden;
}
#headSpace {
	width: 799px;
	height: 30px;
	float: left;
	clear: both;
	overflow: hidden;
}
#headNavi {
	position: fixed;
	width: 100%;
	height: 30px;
	background:#000 url(../img/bgNavTop.jpg) repeat-x top;
	z-index: 1000;
}
#headNaviShade {
	position: fixed;
	width: 100%;
	height: 5px;
	background:transparent url(../img/bgNavTopShade.png) repeat-x top;
	z-index: 1001;
	top: 30px;
}
#head {
	float: left;
	clear: both;
	width: 799px;
	height: 278px;
	overflow: hidden;
	background:#000 url(../img/bgHead.jpg) repeat-x top;
}
#navi {
	width: 799px;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	z-index: 1020;
	
}
ul.navi {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.navi li {
	float: left;
	margin-right: 15px;
}
#cont {
	float: left;
	clear: both;
	width: 799px;
	overflow: hidden;
	background: transparent url(../img/bgCont.jpg) repeat-y;
}
#cont .shade {
	float: left;
	width: 799px;
	height: 5px;
	overflow: hidden;
	background:transparent url(../img/bgNavTopShade.png) repeat-x top;	
}
#cont .main {
	float: left;
	width: 720px;
	overflow: hidden;
	padding:25px 0 0 40px;
	clear: both;
}
.main .bLeft {
	width: 420px;
	float: left;
	overflow: hidden;
}
.main .bRight {
	width: 210px;
	float: left;
	overflow: hidden;
	margin-left: 65px;
}
.rLogo {
	padding-bottom: 20px;
}