/* CSS Document */
html, body {height: 100%; margin:0px; text-align:center; background-color: #2D2D2D; font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;}
#wrap {min-height: 100%;}
#main {overflow:auto;
	padding-bottom: 98px;}  /* must be same height as the footer */
#header {background-color: #282E30; height:135px; width:100%; color: white}
#footer {position: relative;
	margin-top: -98px; /* negative value of footer height */
	height: 98px;
	clear:both;
	background: url(../images/footerBackground.png) repeat-x top;
	width:100%;
	border-top: 2px solid #946C22;
	color: white;
	text-align:center;
	} 
	
.divCenter {text-align:center; margin-left:auto; margin-right:auto; width:900px}
.hr{
background:#ff0000;/*NS FF OP*/
border:none;/*FF NS OP*/
height:1px;}/*FF NS OP*/


a
{
	color: #C6A268;
	text-decoration:underline;
}

a:hover
{
	color: #EBD2AB;
	text-decoration:none;
}

.cursor_hand
{
	cursor:pointer;
	}

