* 
{
    margin: 0px;
	padding: 0px;
}
body {
	background: #000000 repeat;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
}
a img 
{
    border: none;
}
#container {
	position: absolute;
	left: 50%;
	top: 40px;
	margin: 0px 0px 40px -572px;
	padding: 0px;
	width: 1143px;
	height: 832px;
	background-color: #762723;
}
#content 
{
    width: 880px;
    height: 736px;
    margin-left: 130px;
    background: url('../images/lp-bg.gif') bottom center no-repeat;
}

#header 
{
    position: relative;
    top: 19px;
    left: 300px;
    height: auto;
    width: 276px;
}
.logo 
{
    margin-left: 38px;
}
#LVI-options 
{
    position: relative;
    top: 65px;
    clear: both;    
    height: 460px;
}
#LVI-options ul 
{
    list-style: none;
    font-size: 14px;
    padding: 15px;
}
#LVI-options li 
{
    line-height: 24px;
}
#patient 
{
    float: left;
    width: 365px;
    height: 175px;
    margin-left: 55px;
}
#doctor 
{
    float: right;
    width: 345px;
    height: 175px;
    margin: 0px 35px 0px 0px;
}
#patient-sprite 
{
    display: block;
    width: 317px;
    height: 71px;
    background-image: url('../images/lp-patients.gif');
    margin-top: 0px;
}
#patient-sprite:link, #patient-sprite:visited 
{
    background-position: top left;
}
#patient-sprite:active, #patient-sprite:hover 
{
    background-position: bottom left;
}
#doctor-sprite 
{
    display: block;
    width: 317px;
    height: 71px;
    background-image: url('../images/lp-doctor.gif');
    margin-top: 0px;
}
#doctor-sprite:link, #doctor-sprite:visited 
{
    background-position: top left;
}
#doctor-sprite:active, #doctor-sprite:hover 
{
    background-position: bottom left;
}
#LVI-info 
{
    padding: 0px 55px;
}

h1 
{
    font-size: 16px;
    line-height: 16px;
    margin: 5px 0px;
}
p 
{
    line-height: 16px;
}
/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	color: #000000;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
