@charset "utf-8";

/* CSS Document */
/* Set default to zero for all browsers */
html, body 
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(../images/body_bg.gif) repeat-x;
	text-align: center;	
}

h1 
{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#345791;
}

.heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#406AB2;
}

.clear
{
	clear: both;
}

#page_container 
{
	width: 1087px;
	margin: auto;	/* This will center the div on the page */
	overflow:auto;
	text-align: left;
}

#erismed_container 
{
	width:775px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/content_bg_blog.jpg);
}

#main_header
{
	height: 58px;
	background-image: url(../images/sb_2_01.jpg); 
}

#erismed_header 
{
	height: 48px;
	width: autopx;
}

#sidebar_a 
{
	float: left;
	width: 154px;
	height: 663px;
	background: url(../images/SidebarA.jpg);
}

#sidebar_b
{
	float: right;
	width: 157px;
	height: 663px;
	background: url(../images/SidebarB.jpg);
}

#top_content_edge
{
	height: 14px;
	background-image:url(../images/TopOfContent.jpg);
}

#bottom_content_edge
{
	height: 14px;
	background-image:url(../images/BottomOfContent_blog.jpg);
	clear: both;
}

#erismed_footer 
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10px;
	color: #989898;
	padding: 13px 25px;
	line-height: 18px;
}

#erismed_footer a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #989898;
	text-decoration: none;
	line-height: 16px;
}

#erismed_footer a:link 
{
	color: #989898;
	text-decoration: none;
}

#erismed_footer a:visited 
{
	color: #989898;
	text-decoration: none;
}

#erismed_footer a:active 
{
	color: #989898;
	text-decoration: none;
}

#erismed_footer a:hover 
{
	color: #989898;
	text-decoration: underline;
}
