/* == Stop Editing Here! == */
/* Anything beneath the above line will be deleted if you publish CSS under Appearance / Custom CSS. If you want to manually insert additional CSS, place it further up. */

#main a {
	color: #266A73;
}

#main a:hover {
	color: #338D99;
}

.sidebar a {
	color: #266A73;
}

.sidebar a:hover {
	color: #338D99;
}

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #B5BFBF;
  background-image: url('/images/Page-BgTexture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
}