@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F2EDC9;
}

p {
	margin: 0px;
	padding: 0px;
}


a:link {
	color: #6F4737;
}
a:visited {
	color: #6F4737;
}
a:hover {
	color: #ABBDD4;
}
a:active {
	color: #6F4737;
}

#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	position: relative;
}
#header  {
	height: 224px;
	width: 780px;
	background-image: url(graphics/header.jpg);
}

#content_header  {
	height: 15px;
	width: 780px;
	background-image: url(graphics/content_header.jpg);
}

#content {
	width:720px;
	padding-left:30px;
	padding-right:30px;
	background-image: url(graphics/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}

#content_footer  {
	text-align: center;
	padding: 0;
	background-image: url(graphics/conetn_footer.jpg);
	height: 32px;
	width: 780px;
}



/*   Keeps the footer in place */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* footer */

#footerbr { 
	clear: both; 
} 
img.neostrata {
	padding-left: 5px;
}
img.vasculight {
	padding-right: 5px;
}
