* 
{
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:869px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(images/template-images/cont-back.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#logo
{
	height:132px;
	width:829px;
	float:left;
	background-color:#fff;
	padding-left:40px;
	padding-top: 15px;
}

#header
{
	background-image:url(images/template-images/medical-supplies.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:133px;
	width:869px;
	float:left;
}

#nav
{
	position:absolute;
	height:24px;
	width:500px;
	top:132px;
	left:255px
}

#content
{
	min-height:250px;
	padding-bottom:90px;
}

#left-bar
{
	float:left;
	width:211px;
	padding-left:10px;
	margin-top:20px;
	
}

#main-content
{
	float:right;
	width:553px;
	padding:0 50px 0 35px;
	margin-top:20px;
}

#bullets
{
	float:left;
	width:320px;
}

#footer
{
	position:absolute;
	background-image:url(images/template-images/footer.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:30px;
	left:0;
	padding-top:20px;
	padding-bottom:40px;
	width:100%;
	text-align:center;
	bottom:0; /* stick to bottom */
	font-size: 11px;
}
