body {
	background: #123088;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #ffffff;
	margin-top:0;
}

#wrapper {
	width:750px;
	margin:auto;
}

#contentwrapper {
	width:750px;
	margin-top: 0px;
	background-image:url(resources/bg-page.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


#header {
/*	background: url(resources/header.jpg); */
	background-color: #123088;
	margin:0px;
	height: 198px;
	width: 750px;
}

#contenthead{
	height: 165px;
	width: 750px;
}

#texthead {
	width: 613px;
	height: 10px;
	background-image:url(resources/border-content-top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: -61px 0 0 30px;
/*	margin: 0 0 0 30px;*/
	padding: 0px;
	
}

#textfoot {
	width: 613px;
	height: 55px;
	background-image:url(resources/border-content-bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-left: 30px;
	text-align:center;
}

#textarea {
	background-color: transparent;
	color: #000000;
	width: 643px;
	background-image:url(resources/bg-content.gif);
	background-repeat:repeat-y;
	padding-left: 33px;
}

#contentstorage{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-storage-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#contentservice{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-services-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#contentbaitshop{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-baitshop-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#contentactivities{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-activities-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#contentcontactus{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-contact-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#contentdirections{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-directions-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#contentgeneric{
	width: 409px;
	padding: 15px 21px 15px 175px;
	margin-left: 1px;
	background-image:url(resources/bg-generic-content.jpg);
	background-repeat: repeat-y;
	background-position:top;
	background-color:#806be3;
	color:#000000;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
/*	background: url(resources/background_subnav.jpg) repeat-x top left;*/
	width: 804px;
	height: 42px;
	padding: 12px;
	clear: both;
}

#footerdetail {
	background-color: #000000;
	margin:0px;
	height: 192px;
	width: 828px;
	color: #333333;
}

a:link{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
a:visited{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
a:hover{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
a:active{
	font-size:10px;
	color: #E4E4E4;
	background-color: transparent;
}

/*------------Nav Detail Images------------*/
#navdetail {
	float:left;
	width: 148px;
	height: 115px;
	/*	padding: 54px 0 0 0;*/
	position:absolute;
	margin-top: 450px;
	margin-left: 45px;
	left: 240px;
}

#navdetail img {
	float: right;
}

/*------------Nathan's Hotdogs Ad----------*/
#nathanshotdogs{
	margin-left: 33px;
}





/* --------------- image styles --------------- */
.imgright {
	float: right;
	margin: 4px 0 10px 10px;
	padding: 2px;
	background-color:#9506ae;
	color: #9506ae;
}

.imgleft {
	float: left;
	margin: 4px 10px 10px 0;
	padding: 2px;
	background-color:#9506ae;
	color: #9506ae;
}

.imgrightnoborder {
	float: right;
	margin: 4px 0 10px 10px;
	padding: 0px;
	background-color:#9506ae;
	color: #9506ae;
}

.imgleftnoborder {
	float: left;
	margin: 4px 10px 10px 0;
	padding: 0px;
	background-color:#9506ae;
	color: #9506ae;
}
.imgwithborder {
	display: block;
	margin: 4px 0 10px 0;
	padding: 2px;
	background-color:#9506ae;
	color: #9506ae;
}


.white {
	color: #ffffff;
	background-color: transparent;
}
.whitebold {
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
}

.black {
	color: #000000;
	background-color: transparent;
}
.blackbold {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.italicbold {
	font-style: italic;
	font-weight: bold;
}

.timesblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
}
.timeswhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
}

p.pullquoteleft {
	width: 140px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #131A46;
	background-color: transparent;
	line-height: 1.5;
	text-align: right;
	float: left;
}	

p.pullquoteright {
	width: 140px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #131A46;
	background-color: transparent;
	line-height: 1.5;
	text-align: right;
	float: right;
}	


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 17px;
	line-height: 1;
	color: #000000;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 15px;
	line-height: 1;
	color: #000000;
	clear:both;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	clear:both;
	margin-top:5px;
	margin-bottom:0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	clear:both;
	margin-top:5px;
	margin-bottom:0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	clear:both;
	margin-top:5px;
	margin-bottom:0px;
}

h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	clear:both;
	margin-top:5px;
	margin-bottom:0px;
}


/*-------------- font plusses -----------------*/
.plus1 {
	font-size: 115% !important;
	font-weight: normal;
}
.plus2 {
	font-size: 130% !important;
	font-weight: normal;
}
.plus3 {
	font-size: 155% !important;
	font-weight: normal;
}
