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


/*** Home Page Orgaization *******************************/
/*** 2 Col Format **********/

#home-left-area {
	width: 565px;
	float:left;
	margin: 20px 10px 20px 20px;
}


#home-right-area {
	width: 140px;
	float:right;
	margin:20px 20px 20px 10px;
}



/*** left area ****/
#home-left-area ul li {
	list-style:none;
	text-indent:-10000px;
}
#home-left-area ul li a {
	display:block;
}
#home-left-area #col-1 {
	width:331px;
	float:left;
	margin:10px 10px 0 10px;
}
#home-left-area #col-2 {
	width:214px;
	float:right;
	margin:10px 0  0 0;
}
/*** col 1 ***/
a#store-button {
	background:url(../images/site-structure/gear-up.gif);
	width:331px;
	height:153px;
	margin:10px 0;
}
a#scrapbook-button {
	background:url(../images/site-structure/scrapbook.gif);
	width:331px;
	height:50px;
	margin:0 0 8px 0;
}
a#show-times-button {
	background:url(../images/site-structure/show-times.gif);
	width:331px;
	height:72px;
	margin:10px 0;
}
/*** col 2 ***/
a#plan-your-trip-button {
	background:url(../images/site-structure/plan-trip.gif);
	width:204px;
	height:62px;
	margin:17px 0 7px 10px;
}
a#fishing-reports-button {
	background:url(../images/site-structure/reports.gif);
	width:204px;
	height:70px;
	margin:8px 0 10px 2px;
}
a#get-a-license-button {
	background:url(../images/site-structure/license.gif);
	width:195px;
	height:144px;
	margin:14px 0 0 10px;
}
/*** right area ****/
#home-right-area img {
	margin:10px 0 20px 0;
}
