body
	{
	border-color: #714F2A;
	background-color: #EAEAEA;
	border-color: #DCDFE2;
	}
	
/*
a:visited 
	{
	color: #7B5100;
	}
*/


a	
	{
	color: #945200;
	}
	
#ticker a
	{
	color: #714F2A;
	}

input[type=text]
	{
	border-color: gray;
	}
	
hr
	{
	background-color: #66411B;
	}

#header
	{
	background-color: #C1B7AE;
/* 	border-color: #DCDFE2; */
	}

#content
	{
	background-color: #FFFFFF;
	}
	
#content h2
	{
	color: #714f2a;	
	}
	
#content h3 
	{
	color: #714f2a;	
	}
	
#content h4
	{
	border-color: #CCC;
	}
	
#content h4 
	{
	color: #714f2a;
	}
	
#bgWrap
	{
	background-color: #DDD9D8;
	}

#footer
	{
	background-color: #C1B7AE;
	}

#footer p
	{
	color: #666666;
	}

#menu ul
	{
	background-color: #DDD9D8;
	}

#menu li a, #menu li a:visited, #menu li a:hover
	{
	color: #714F2A;
	}

#contentLinks li a
	{
	color: #B85D26;
	}

/*
#ticker table td#tic-item a, 
#ticker table td#tic-item a:hover, 
#ticker table td#tic-item a:visited 
	{
	color: #714f2a;
	}
*/
	
#sets 
	{
	border-color: #666;
	background-color: #EFECE9;
	}

	
.topicTitle 
	{
	color: #714f2a;
	background-color: #eae8e6;
	}

.vLatest 
	{
	background-color: #ffe0e0;
	color: #999;
	}


.note 
	{
	border-color:#666;
	background-color: #EFECE9;
	}
	
.txtBlue 
	{
	color: #000066;
	}
	
.txtSmaller 
	{
	color: #714f2a;
	}
	
.txtRed, .txtRedUnbold, .txtRedLite 
	{
	color: #990000;
	}
	
.txtPurple 
	{
	color: #993399;
	}
	
.txtGreyBG
	{
	background-color: #eeeedd;
	}
	
.txtBrown 
	{
	color: #714f2a;
	}

.stylelep 
	{
	color: #27163D;
	}
	
.pTitle 
	{
	color: #714f2a;
	}
	
.button 
	{
	color: #714f2a;
	}
	
.vItem 
	{ 
	border-color: #633; 
	}
	
.vTitle 
	{ 
	color: #633; 
	}
	
.vLength, .vSize 
	{ 
	color: #666; 
	}
	
.menuCommand 
	{
	color: #993366;
	}
	
#contactTable 
	{
	background-color: #fff;
	}
	
.cshade
	{
	background-color: #78542F;
	}
	
#buy .cshade h3
	{
	color: #FFF;
	}
	
#buy th
	{
	background-color: #979088;
	}
	
#buy .lshade 
	{
	background-color: #E9DED2;
	}
	
.dshade 
	{
	background-color: #CFC5BB;
	}
	
/*
.buy .cshade 
	{
	background-color: #78542F;
	}

.buy .th
	{
	background-color: #979088;
	}
	
.buy .cshade h3
	{
	color: #FFF;
	}
*/
	

#contactTable .leftcolumn, #contactTable .rightcolumn 
	{ 
	background-color: #F2F2F2;
	}
	
#contactTable .centercolumn 
	{
	background-color: #CFC5BB; 
	}

#weAre
	{
	color: #B84E0D;
	background-color: #EAEAEA;
	}

/* when there is enough room... */
@media all and (min-width: 750px)
	{
	
	#weAre
		{
		background-color: transparent;
		}
	
	#menu ul
		{
		background-color: transparent;
		}

	#content
		{
		border-color: #DCDFE2;
		}

	#sidebar
		{
		background-color: #DDD9D8; /* url("/img/rnavbg.png") no-repeat top right; */
		}
		
	#contentLinks
		{
		color: #B84E0D;
		}

	}
	
@media all and (min-width: 1002px)
	{
	body
		{
		border-color: #DCDFE2;
		}
	}
