/* ====================
 * Salt River Ranch CSS
 * ====================
*/


/* =======================
 * generic page properties
 * =======================
*/
/* begin 100% height hacks */
html, body {
        margin: 0;
        padding: 0;
		height: 100%;
        /*min-height: 100%;*/
}

* html, * html body {
        height: 100%;
}
/* end 100% height hacks */
body
{
	background-color: #340902;
	background-image: url(images/bg_grain.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
body,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a:active
{
	text-decoration: underline;
}
.copyright
{
	font-family:verdana,arial,tahoma;
	font-size:11px;
	line-height:1.3;
	color:#7c1505;
}
.text
{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	line-height:1.4;
	padding:0px;
	text-align:justify;
}

.hyperlink:link, .hyperlink:visited, .hyperlink:active
{
	font-family:verdana;
	font-size:11px;
	color:#b5111b;
	line-height:1.2;
	text-decoration:none;
}

.hyperlink:hover
{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	line-height:1.2;
	text-decoration:underline;
}
/* =======================
 * page layout divs
 * =======================
*/
#pageContainer
{
	background:url(images/background.jpg) top center no-repeat;
	height:100%;
}
#logoContainer
{
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}
#contentContainer
{
	margin-left:auto;
	margin-right:auto;
	width:768px;	
}