﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #ffffff;
	font-size: .8em;
}
#container {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 1px #072861 solid;
	border-bottom: 1px #072861 solid;
	border-left: 1px #072861 solid;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	width: 730px;
	overflow: hidden;
	padding: 0;
	height: 125px;
	background-color: #ff850a;
}

#masthead-about {
	text-align: center;
	background-image: url('images/anah_banner.gif');
	background-repeat: no-repeat;
	width: 730px;
	overflow: hidden;
	padding: 0;
	height: 125px;
	background-color: #ff850a;
}
#masthead-membership {
	text-align: center;
	background-image: url('images/banner-membership.gif');
	background-repeat: no-repeat;
	width: 730px;
	overflow: hidden;
	padding: 0;
	height: 125px;
	background-color: #ff850a;
}
#masthead-hospitals {
	text-align: center;
	background-image: url('images/hospital_banner.gif');
	background-repeat: no-repeat;
	width: 730px;
	overflow: hidden;
	padding: 0;
	height: 125px;
	background-color: #ff850a;
}
#masthead-pr {
	text-align: center;
	background-image: url('images/banner-pr.gif');
	background-repeat: no-repeat;
	width: 730px;
	overflow: hidden;
	padding: 0;
	height: 125px;
	background-color: #ff850a;
}
#masthead-circus {
	text-align: center;
	background-image: url('images/banner-circus.gif');
	background-repeat: no-repeat;
	width: 730px;
	overflow: hidden;
	padding: 0;
	height: 125px;
	background-color: #ff850a;
}

#navigation {
	border-bottom: 1px #ff850a solid;
	background-color: #ff850a;
}
#content {
	width: 630px;
	margin: 0;
	padding: 15px;
	border: 0;
	background-color: #fff;
}
#footer {
	width: 710px;
	clear: both;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
/* Columns */
#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 490px;
	padding: 10px 10px 0px 10px;
	background-color: #fff;
}
#column_r {
	position: relative;
	float: right;
	margin: 0;
	width: 200px;
	padding: 15px 10px;
	background-color: #c6e592;
	text-align: center;
}
#column-center {
padding:10px;
}

#column_about {
	position: relative;
	float: right;
	margin: 0;
	width: 200px;
	padding: 15px 10px;
	background-color: #FBEC82;
	text-align: center;
}
#column_membership {
	position: relative;
	float: right;
	margin: 0;
	width: 200px;
	padding: 15px 3px 15px 3px;
	background-color: #FFC46A;
	text-align: center;
	float: right;
}
#column_hospitals {
	position: relative;
	float: right;
	margin: 0;
	width: 200px;
	padding: 15px 3px 15px 3px;
	background-color: #BCD0DA;
	text-align: center;
	float: right;
}



/* Site typography */
h1 {
	font-size: 18px;
	color: #ff850a;
}
h2 {
	font-size: 14px;
	color: #072861;
}
h3 {
	font-size: 1.2em;
	color: #333333;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #072861;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.table {
	font-size: medium;
}
.pic-right {
	float:right;
	padding-left:20px;
}
#special {
	padding: 5px;
	background-color: #FFFFCC;
	border: 5px #072861 double;
}
#special h2 {
	font-size: 1.3em;
	text-align: center;
}