body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
	vertical-align: top;	
	line-height:13px;
}
img{border:0;}
a {
	font-family:tahoma;
	font-size: 11px;	
	color: #731500;		
}
a:visited {
	color: #731500;
}
a:hover {
	color: #731500;
}
a:active {
	color: #731500;	
}

/*Universal Classes*/	
.clearfix:after { content:".";display:block;height:0;clear:both;visibility:hidden; }
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clr { clear:both; }

/*page set up*/
/* main ID - the wrapper is the main container that you want to center with in the browser window*/
#wrapper{
	width:766px; 
	margin:0 auto;
}
/*next inside ID wrapper - this one does the centering all content for page goes into this ID*/
#middle {
	width: 100%;
}

/*Copypage*/
div.copypage {
	position: relative;
	width:766px;
	padding-top:0px;
	left:0px;
	top:0px;
}
 
 #bg {
        position:fixed;
        background-image:url('images/bk.jpg');
        background-repeat:repeat;
        top:0;
        left:0;
        width:100%;
        height:100%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:100%;
        min-height:100%;
}
#page-wrap { position: relative; z-index: 2; width: 766px; margin: auto; padding-top: 0px;  }
		p { font: 15px/2 Georgia, Serif; margin: 0 0 0 0; text-indent: 0px; }



