@charset "utf-8";


body {
	font-family: "Trebuchet MS";
	background-color: #f7c61b;
	font-size: medium;
	line-height: 1.4em;
}

a {
	color: #660000;
}


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { background: transparent url(images/br.gif) no-repeat bottom right; } 

.cssbox 
{ 
background-color: #FFFFFF;
width: 900px !important; 
/* intended total box width - padding-right(next) */ 
width: 885px; 
/* IE Win = width - padding */ 
padding-right: 15px; 
/* the gap on the right edge of the image (not content padding) */ 
margin: 20px auto; 
/* use to position the box */ 
} 


/* set the top-right image */ 
.cssbox_head 
{ 
background-image: url(images/tr.gif);
background-position: top right; 
background-color: #FFFFFF;
margin-right: -15px; 
/* pull the right image over on top of border */ 
padding-right: 40px; 
/* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 
{ 
background-image: url(images/tl.gif);
background-position: top left; 
background-color: #FFFFFF;
margin: 0; 
/* reset main site styles*/ 
border: 0; 
/* ditto */ 
padding: 25px 0 15px 40px; 
/* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; 
/* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
background-image: url(images/bl.gif);
background-position: bottom left; 
background-color: #FFFFFF;
margin-right: 25px; 
/* interior-padding right */ 
padding: 15px 0 15px 40px; 
/* mirror .cssbox_head right/left */ 
} 

.homenav {
	width: 290;
	margin: 0;
	height: 600px;
	float: left;
	padding: 0 20px 0 0;

}

.homeCopy {
	text-align: left;
	width: 350px;
	height: 500px;
	margin: 0;
	padding: 0 20px 0 0;

}

.secondaryBox {
	background-image:url(images/cheesy.gif); 
	background-repeat: no-repeat; 
	background-position: right;
	width: 800px;
}

.secondary {
	width: 180px; 
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	height: 600px;
}


.secondaryCopy {
	width: 450px; 
	text-align: left; 
	margin: 0 0 0 180px;
	padding: 0 40px 0 0;
}

.footer {
	font-size: small;
	width: 900px;
	text-align: center;
	margin: 0 0 0 55px;
}
