body {
	font-family: verdana;
	font-size: 12px;
	background-color: #213449;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}



#container {
	
	margin: 0px auto;
	margin-top: 30px;
	width: 740px;
	text-align: left;
	background-color: #fff;
	
}


#header {
	height: 150px;
	background: #4771A0 url('../images/header_blue.gif') repeat-x;
	clear: both;
	width: 740px;
	text-align: center;
	position: relative;
	font-size: 38px;
	font-family: Arial;
	color: #fff;
}

#name {
  position: relative;
  top: 35px;

}

#nav {
  float:left;
  width:100%;
  margin-top: 72px;
  font-size: 12px;
  line-height:normal;
  background:url("../images/black_border_bottom.gif") repeat-x bottom;
  }
  
#nav ul {
  margin:0;
  padding:10px 20px 0;
  list-style:none;
  }
  
#nav li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  margin-right: 10px;
  padding:0 0 0 9px;
  }
  
#nav a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav a:hover {
  color:#333;
  }
  
body.home #nav #home,
body.compounding #nav #compounding,
body.alternative_medicine #nav #alternative_medicine,
body.ask_the_pharmacist #nav #ask_the_pharmacist,
body.store #nav #store,
body.contact #nav #contact
{
  background-image:url("../images/left_on.gif");
  }
  
body.home #nav #home a,
body.compounding #nav #compounding a,
body.alternative_medicine #nav #alternative_medicine a,
body.ask_the_pharmacist #nav #ask_the_pharmacist a,
body.store #nav #store a,
body.contact #nav #contact a 
{
  background-image:url("../images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

div#content {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
        font-family: Verdana;
	
}


div#col1{
  float: left;
  background-color: #fff;
  width: 520px;

}


div#col1 h1 {
	font-size: 24px;
	font-family: Arial;
	color: #669bd5;
	margin: 0px;
	padding: 0px;
}

div#col1 h2 {
	font-size: 18px;
	font-family: Arial;
	color: #C01818;
	
}


div#col1 h3 {

	font-size: 15px;
	font-family: Arial;
	color: #C01818;
	padding: 0px;
	margin: 0px;
	display: inline;

}

div#col2{
	float: right;
	background-color: #fff;
	width: 165px;
	

}

.with_shadow{
	background: url('../images/shadow.gif') no-repeat bottom right;
    	clear: both;
   	float: left;
   	background-color: #fff;
   	position: relative;
  	margin-bottom: 1em;
  	margin-top: 1em;
  	
  	
}

.a_box {
	width: 160px;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
  	position: relative;
  	font-size: 12px;
}

.a_box .header{
	text-align: center;
	width: 160px;
	clear: both;
	font-size: 16px;
	background-color: #4771A0;
	background: #4771A0 url('../images/header_blue.gif') repeat-x;
	color: #fff;
  	position: relative;
  	font-family: Arial;
  	 font-weight:bold;

}

div#spacer {
	clear: both;
	height: 15px;
}

div#footer {
	margin-top: 10px;
	width: 740px;
	text-align: center;
	background-color: #C01818;
	height: 20px;
	color: #fff;
	font-size: 10px;
	clear: both;
}

#contact_info {
	position: relative;
	top: 4px;
}

ul,li{
padding: 0px;
margin: 0px 0px 1px 8px;
}



