@charset "utf-8";
/* this tyle sheet for the pages that will use right bar in content section with addreses. NOTE: make sure to place it after global.css */
#right-column
	{
		width:244px;
		background-color:#eff8fb;

	}
	
#right-column-img
	{
		background-image:url(../images/right-top-image.jpg);
		background-repeat:no-repeat;
		width:244px;
		height:167px;
	}
#right-column-content
	{
		background-image:url(../images/contact-panel.jpg);
		background-repeat:no-repeat;
		background-position:top;
		min-height:394px;
		font-size:12px;
		background-color:#eff8fb;
	}
#right-column-content a:link
	{
		font-size:16px;
		color:#03F;
		text-decoration:underline;
	}
#right-column-content a:visited
	{
		font-size:16px;
		color:#03F;
		text-decoration:underline;
	}
#right-column-content a:hover
	{
		font-size:16px;
		color:#03F;
		text-decoration:none;
	}
#right-column-content a:active
	{
		font-size:16px;
		color:#03F;
		text-decoration:underline;
	}
#content
	{
		background-color:#eff8fb;
	}