body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 60px;
	margin-right: 60px;
	background-color: #482300;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #482300;
}
/*COLORS*/
/*liver #482300*/
/*orange #F93*/
/*red  #900*/
/*light tan #CC9*/
/*tan #996*/
/*lime #CF3*/

.liver {
	color: #482300;
}
.orange {
	color: #F93;
}
.red {
	color: #900;
}
.lighttan {
	color: #CC9;
}
.tan {
	color: #996;
}
.lime {
	color: #CF3;
}
.white {
	color: #FFF;
}

a:link, a:visited {
	text-decoration: underline;
	color: #482300; /*liver*/
}
a:hover, a:active {
	text-decoration: underline;
	color: #CC9;
}

/*START RIGHTLIST*/
			#RightList {
				padding: 4px;
				width: 160px;
				background-color: #482300; /*liver*/
				color: #CCCC99; /*tan*/
				font-size: 12px;
				line-height: 9px;
			}
			#RightList ul {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
			#RightList a {
				padding: 2px;
				display: block;
				font-weight: bold;
				text-transform: capitalize;
				text-decoration: none;
				background-color: #CCCC99; /*tan*/
				text-align: center;
				font-size: 12px;
				line-height: 14px;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #482300; /*liver*/
				border-right-width: 6px;
				border-bottom-width: 3px;
				border-left-width: 6px;
				border-right-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-right-color: #482300; /*liver*/
				border-bottom-color: #482300; /*liver*/
				border-left-color: #482300; /*liver*/
			}
			#RightList a:link, #RightList a:visited {
				color: #482300; /*liver*/
			}
			#RightList a:hover, #RightList a:active {
				color: #482300; /*liver*/
				background-color: #FFFFFF; 
			}
/*END RIGHTLIST*/


.bigger {
	font-size: 16px;
	font-weight: bolder;
}
.biggest {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	line-height: 28px;
}
.small
	{
	font-size: 11px;
	line-height: 14px;
	}
.TINY
	{
	font-size: 9px;
	text-transform: uppercase;
	}

/*color links*/
#OrangeLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F93;
}
#OrangeLink a:link, #OrangeLink a:visited {
	color: #F93;
}
#OrangeLink a:hover {
	color: #CF0;
}
#PinkLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DB5A95;
}
#PinkLink a:link, #PinkLink a:visited {
	color: #DB5A95;
}
#PinkLink a:hover {
	color: #CF0;
}
#RedLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	}
	#RedLink a:link, #RedLink a:visited {
	color: #900;
	}
	#RedLink a:hover, #RedLink a:active {
	color: #CF3;
}

#YellowLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0;
	}
	#YellowLink a:link, #YellowLink a:visited {
	color: #FF0;
	}
	#YellowLink a:hover {
	color: #FF9;
}

#whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	#whitelink a:link, #whitelink a:visited {
	color: #FFFFFF;
	}
	#whitelink a:hover {
	color: #FF9;
}
#Listing {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}
#Listing .state {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
	background-color: #EAE0CE;
	padding-left: 10px;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 6px;
	line-height: 10px;
}
#Listing .breeder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

#Listing a:link, #Listing a:visited {
	text-decoration: underline;
	color: #482300;
}
#Listing  a:hover, #Listing a:active {
	text-decoration: underline;
	color: #996;
}