html, body{
	padding:0;
	text-align:center;
	background-color: #a6a6a6;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 0px;
} 

h2 {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
}

.pharmacy {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
}
 
#pagewidth{
	width:791px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
} 
#header{
 position:relative; 
 height:338px; 
 width:100%;
} 
#contact {
	width: 190px;
	float: right;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	color: #FFFFFF;
	top: 240px;
	position: relative;
	font-weight: bold;
}#logo {
	width: 212px;
	position:relative;
	float: left;
	height: 72px;
}
#navigation {
	width: 578px;
	position:relative;
	float:right;
	height: 72px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #454545;
} 
#col1 {
	width: 150px;
	position:relative;
	float: right;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#col2 {
	width: 170px;
	position:relative;
	float: right;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#headerimage{
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
	width: 791px;
	position:relative;
	float: left;
	height: 296px;

 }
 #rightcol{
	width:189px;
	float:right;
	position:relative;
	background-color:#dbdbdb;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 11px;
	padding-bottom: 40px;
	height: 400px;
 }
#maincol{
	display:inline;
	position: relative;
	width:500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	left: 30px;
 }
.titletext {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #dc8b1b;
}

h1 {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #dc8b1b;
}

#copyright {
	width: 212px;
	position:relative;
	float: left;
	height: 67px;
	background-color: #454545;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 62px;
	text-align: center;
}
 #address {
	width: 579px;
	position:relative;
	float: left;
	height: 47px;
	background-color: #336699;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
#footer{
 height:65px; 
background-color:#2CB32C; 
 clear:both;
 } 
 
 a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #6C8CA4;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.white a:link {
	color: #ffffff;
	text-decoration: none;
}
.white a:visited {
	color: #ffffff;
	text-decoration: none;
}
.white a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.white a:active {
	color: #ffffff;
	text-decoration: none;
}
.top a:link {
	color: #ffffff;
	text-decoration: none;
}
.top a:visited {
	color: #ffffff;
	text-decoration: none;
}
.top a:hover {
	color: #dc8b1b;
	text-decoration: underline;
}
.top a:active {
	color: #ffffff;
	text-decoration: none;
} /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{
	margin-top: 0px;
	height: 100%;
	display:inline;
	width: 209px;
	background-color: #dbdbdb;
	float: right;
}

#twocols, #maincol{width:100%; float:none;}
