body {
	margin: 0px;
	background: #FFF;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding-top: 0px;
	height: auto;
}
#page {
	width: 1024px;
	float: left;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-y;
}
#page_bg {
	width: 1024px;
	float: left;
	background-image: url(/images/page_bg2.png);
	background-repeat: repeat;
}
#shadow_header {
	width: 1024px;
	height: 188px;
	background: url(/images/outside_header2.png);
}

#header {
	width: 960px;
	height: 145px;
	padding-left: 31px;
	padding-top: 40px;
}


#sidebar {
	width: 214px;
	float: left;
	padding-top: 0px;
	margin-left: 40px;
	margin-top: 45px;
	height: 480px;	
}

#menu {
  width: 214px;
  float: left;
}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#menu a {
  display: block;
  width: 214px;
  height: 22px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  background: url(../images/button2.png) no-repeat;
  text-indent: 15px;
  margin-top: 0px;
  line-height: 22px;
  margin-bottom: 3px;
  text-decoration: none;

}

#menu a:hover {
  background: url(../images/button_roll2.png) no-repeat;
}
#nurture_logo{
	width: 214px;
	padding-top: 65px;
	height: 83px;
	float: left;
}
#our_companies{
	width: 214px;
	padding-top: 105px;
	height: 43px;
	float: left;
}
#content {
	width: 615px;
	float: left;
	margin-top: 45px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;	
}

#footer {
	width: 1024px;
	height: 61px;
	float: left;
	background: url(../images/footer2.png);
}

#footer_text {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 45px;
	padding-top: 20px;
}
#footer_text a {
    color: #999999;
    text-decoration:none;
}

#footer_text a:hover {
    color: #333333;
    text-decoration:none;
}
#clear {
	clear: both;
}

.style_purple {
	color: #531288;
}

.style_orange {
	color: #f38023;
}

h1 {
	color: #f38023;
	text-decoration:none;
}

#links {
	width: 615px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 295px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;	
}
#links a {
    color: #666666;
    text-decoration:none;
}

#links a:hover {
    color: #333333;
    text-decoration:none;
}