@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 10px;
	text-align: center;
	background-color:#999966;
}

/* begin header & navigation bar */
#header{
	position:relative;
	background-image:url(http://www.endomune.com/img/endomune_header-2.jpg);
    margin-left:auto;
	margin-right:auto;
    width:900px;
	border-top-width:2px;
	border-top-color: #000;
	border-top-style:solid;
	border-right-width:2px;
	border-right-color: #000;
	border-right-style:solid;
	border-left-width:2px;
	border-left-color: #000;
	border-left-style:solid;
	height: 270px;
}

/* begin container and image panels */
#container{
	margin-left:auto;
	margin-right:auto;
	border-bottom-width:2px;
	border-bottom-color: #000;
	border-bottom-style:solid;
	border-left-width:2px;
	border-left-color: #000;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color: #000;
	border-right-style:solid;
    width:900px;
	background-color:#FFF;
	overflow:hidden;
}
#leftpanel{
    float:left;
	width:200px;
	text-align:left;
	padding-top:0px;
}
.leftnav {
	font-family:Arial, Helvetica, sans-serif;;
	font-size:12px;
	padding-left:10px;
	color:#000;
	list-style: none;
}
.leftnav ul{ 
	list-style: none;
}
.leftnav li{ 
	border-bottom-style:dashed;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#FC9;
	border-left-width:1px;
	width:160px;
	line-height:38px;
	padding-left:10px;
}
.leftnav ul li a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}
.leftnav ul li a, a:hover {
	color:#43B553;
}
#rightpanel{
    width:137px;
	float:left;
	border-left-width:1px;
	border-left-color:#333;
	border-left-style:solid;
	text-align:center;
}
.rightnav {
    font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-right:5px;
	padding-left:10px;
	font-size:12px;
	color: #000;
}
.rightnav a {
	color: #43B553;
	font-size:12px;
	text-decoration: none;
}
.rightnav a:hover {
	color: #ccc;
	text-decoration:none;
}

/* begin interior page browsing panel right */
#textpanel{
	float:left;
    width:535px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	padding-left:10px;
	padding-right:0px;
}
.h1 {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#B1519B;
	font-weight:600;
}
.h2 {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#B1519B;
	font-weight:600;
}
.h3 {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3AB54B;
	font-weight:600;
}
.text {
	position: relative;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
}
.text a{
	color:#43B553;
	text-decoration:none;
}
.text a:hover{
	color:#B1519B;
	text-decoration:none;
}


/* begin footer */
#footer{
	position:relative;
	padding-top: 6px;
    margin-left:auto;
	margin-right:auto;
    width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.footnav a{
	color:#333;
	font-size:12px;
	text-decoration:none;
	line-height:25px;
}
.footnav a:hover{
	color: #fff;
}
