/* CSS Document */

/* layout */

.top-left
	{
	background-image: url(../decoration/grey/tl-corner.gif);
	}

.top-right
	{
	background-image: url(../decoration/grey/tr-corner.gif);
	}

.bottom-left
	{
	background-image: url(../decoration/grey/bl-corner.gif);
	}

.bottom-right
	{
	background-image: url(../decoration/grey/br-corner.gif);
	}
	
.page-content
	{
	border-left-color: #9A9A9A;
	border-right-color: #9A9A9A;
	}

/* typography */

#top-nav p, #bottom-nav p
	{
	color: #9A9A9A;
	}
	
/* navigation */

a:hover 
	{
	color: #9A9A9A;
	}

