/*//////////////////////////////////////////////////////////////////////////////
/// Riversdale /////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-color: #361e16;
	background-image: url(images/layout/bkg2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d7ceb7;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d7ceb7;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/
#menuBar
{
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.menuItem
{
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
	cursor: pointer;
}
.defaultMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	cursor: pointer;
	z-index: 9;
}
/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/
#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	z-index: 1;
}
#side
{
	position: absolute;
	left: 677px;
	top: 0px;
	
	z-index: 1;
}
#container
{
	position: absolute;
	left: 0px;
	top: 93px;
	
	width: 676px;
	z-index: 2;
}
#tanBKG
{
	background-image: url(images/layout/bkg-tan.jpg);
	
	border-style: solid;
	border-color: #4b382e;
	border-width: 2px;
	border-left: none;
	border-bottom: none;
	
	vertical-align: top;
}
#contentBox
{
	position: relative;
	width: 529px;
	z-index: 4;
}
#content
{
	background-image: url(images/layout/bkg-brown.jpg);
	z-index: 6;
}
#horse
{
	background-image: url(images/layout/horse.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
}
#sideImg1
{
	position: absolute;
	left: 500px;
	top: 50px;
	z-index: 1;
}
#sideImg2
{
	position: absolute;
	left: 471px;
	top: 177px;
	z-index: 2;
}
#sideImg3
{
	position: absolute;
	left: 500px;
	top: 291px;
	z-index: 3;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
.pageTitle
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/