@charset "UTF-8";
/* CSS Document */

/* Creates centering page for align center pages*/

body {
	background: url(../images/bkg.gif) repeat;
	margin: 0;
	text-align: center;
	font: 100%/120%  Arial, Helvetica, sans-serif, mono;
	color: #432a07;
}

img { border: 0; }

a { outline: none; }

input { border: 1px solid #ccc; }

/* Liquid Layout for Content */



.pageContainer {
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
	text-align: left;
    width: 920px;
    padding: 0px;
    
}


#flashWrapper{
	padding: 0px;
	top: 0px;
	width: 920px;
	height: 355px;
	position: relative;
	
}

#contentWrapper{
	padding: 0px;
	width: 920px;
	height: 309px;
	position: absolute;
}


/* Footer Layout */


#footer {
	margin-top: 0px;
	top: 660px;
	width: 920px;
	height: 20px;
	padding: 8px;
	position: absolute;
    
}

#footer p {
	color: #c79b31;
	font-size: 10px;
	text-align: center;
}

#footer a, a:visited {
	color: #c79b31;
    font-size: 10px;
	text-align: center;
	text-decoration: none;
    
    
    
}

#footer a:hover, a:active{
	color: #b45f1e;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
    
    
    
}