html, body {
   text-align: center;
   background:#293f86 url(images/top_bg_gradient.gif) repeat-x;
   height:100%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#333333;
   margin:0;
   padding:0;
	
}

	A:link {text-decoration: underline;}
	A:visited {text-decoration: underline; color: red;}
	A:active {text-decoration: none}
	A:hover {text-decoration: underline; color: red;}

#wrapper {
   text-align: left;
   margin: 0 auto;
   width: 676px;
   padding: 0; /* Zero to prevent IE box trouble. */
   height:100%;
}

#header {
	height:127px;
}

#lhs_nav {
	width:165px;
	background:url(images/nav_bg_1.gif) no-repeat;
	height:403px;
	float:left;
}

#main_content {
	background:url(images/main_bg.gif) repeat-y;
	float:left;
	width:511px;
}
#footer {
	background:#293f86 url(images/footer.gif) no-repeat;
	float:right;
	width:511px;
	height:60px;
	padding-top:20px;
}

#content_area {
	padding-left:20px;
	padding-right:20px;
	_padding-top:10px;
	padding-bottom:25px;
	float:left;
}

#content_area ul{
	font-style:italic;
	list-style:none;
	line-height:14px;
	padding-left:20px;
	margin:0;
	padding-top:0;
}

#content_area li{
	background:url(images/bullet.gif) no-repeat 0px 10px;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
}

#branch_box {
	width:150px;
	height:130px;
	background:#00CC66;
	float:left;
	margin-right:2px;
}

#hidden {
	display:none;
}

p{
	margin:0px;
	margin-top:12px;
	padding:0px;
	line-height:16px;
}

/* TITLES */
h1 {
	width:300px;
	height:18px;
	padding:0;
	margin:0;
	margin-top:20px;
}

h2 {
	font-weight:bold;
	color:#293f86;
	font-size:11px;
	padding-bottom:0;
	padding-top:8px;
	margin-bottom:8px;
}

#company_profile {
	background:url(images/title_comp_profile.gif) no-repeat;
}

#prosthetics {
	background:url(images/title_prosthetics.gif) no-repeat;
}

#orthotics {
	background:url(images/title_orthotics.gif) no-repeat;
}

#juzo {
	background:url(images/title_juzo.gif) no-repeat;
}

#daw {
	background:url(images/title_daw.gif) no-repeat;
}

#contact_us {
	background:url(images/title_contact.gif) no-repeat;
}

#testimonials {
	background:url(images/title_testimonials.gif) no-repeat;
}

#recent_history {
	background:url(images/title_recent_history.gif) no-repeat;
}

#branches {
	background:url(images/title_branches.gif) no-repeat;
}