body {
	text-align:center;
	margin:0;
	background:url(../images/body_bkgd.png) bottom left repeat-x fixed #eee;
	font-family:'Tahoma', helvetica, arial, sans-serif;
	font-size:13px;
	color:#222;
}

p, li, h1, h2, h3, h4, h5 {
	line-height:135%;
}

.clear { clear:both; }

#frame {
	text-align:left;
	width:916px;
	margin:0 auto;
}

#header {
	position:relative;
	height:224px;
	background-image:url(../images/header.jpg);
}

#nac-nhs #header, 
#services #header, 
#contact #header {
	background-image:url(../images/header-asian-doctor.jpg);
}

#clients #header, 
#coming-soon #header,
#news #header {
	background-image:url(../images/header-asian-nurse.jpg);
}

#content {
	background:url(../images/content_bkgd.png) top left repeat-y transparent;
	min-height:250px;
}

#footer {
	background:url(../images/footer_bkgd.png) top left no-repeat transparent;
	height:120px;
	position:relative;
	margin-bottom:30px;
}

#nac_logo {
	width:230px;
	height:71px;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
}

#nac_logo a {
	text-indent:-2000px;
	display:block;
	width:230px;
	height:71px;
	background:url(../images/nac_logo2.png) top left no-repeat transparent;
}

#logo {
	width:294px;
	height:139px;
	position:absolute;
	top:20px;
	left:50px;
	margin:0;
}

#logo a {
	text-indent:-2000px;
	display:block;
	width:294px;
	height:139px;
	background:url(../images/logo.png) top left no-repeat transparent;
}

#inner {
	padding:1em 50px;
}

#left {
	width:470px;
	float:left;
	margin-right:30px;
}

#right {
	width:290px;
	margin-left:26px;
	float:left;
}

blockquote {
	margin:0;
	padding:0;
	font-family:'Palatino', georgia;
	color:#000;
	font-size:17px;
	text-shadow: #ccc 2px 2px 2px;
}

blockquote p.credit {
	font-family:'Tahoma', helvetica, arial, sans-serif;
	color:#444;
	font-size:11px;
	text-align:right;
	text-shadow:none;
}

#right blockquote {
	margin-bottom:2em;
}

#content li {
	margin-bottom:0.5em;
}

#headlines {
	margin-bottom:1em;
}

#headlines .item {
	border-bottom:1px solid #ccc;
	overflow:auto;
	padding:0.4em 0;
}

/*
#headlines .item:hover {
	background-color:#eee;
}
*/

#headlines .item {
	margin:0;
}

#headlines .item .date {
	width:90px;
	float:left;
	margin-right:15px;
}

#headlines .item .headline {
	width:700px;
	float:left;
}

#headlines .item h3 {
	font-size:14px;
}

	
	