* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#masthead {margin-top: 1px;
	background-image: url(../images/header_low.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead2 {margin-top: 1px;
	background-image: url(../images/header_low3.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead3 {margin-top: 1px;
	background-image: url(../images/header_fish.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead4 {margin-top: 1px;
	background-image: url(../images/header_scissors.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead5 {margin-top: 1px;
	background-image: url(../images/header_kitchen.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead6 {margin-top: 1px;
	background-image: url(../images/header_arrow.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead7 {margin-top: 1px;
	background-image: url(../images/header_serrated.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}
#masthead8 {margin-top: 1px;
	background-image: url(../images/header_knife.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}

#masthead9 {margin-top: 1px;
	background-image: url(../images/header_low2.jpg);
	background-repeat: no-repeat;
	height: 320px;
	border: 1px solid #000000;
}


#wrapper {
	margin-top: 7px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 155px;
	background-image: url(../images/round_corner.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #997524;
	padding: 5px;
}

#right {
	background-color: #997524;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url(../images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;

}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #997524;
	padding: 20px;
	border: 0px solid #FFFFFF;
}


#content2 {
	margin-left: 170px;
	margin-right: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #997524;
	padding: 20px;
	border: 0px solid #FFFFFF;
}
#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/bar_bg.gif);
	text-align: center;
}

/* Text formatting & sidebars*/

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	font: 1.3em!important;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 80px;
	border: 1px dotted #FFFFFF;
	background-color: #FFFFDC;
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
}

h1{
	background-color: #000000;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #000000;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

.list {
	margin-left: 25px;
	list-style-image: url(../images/list_bullet.png);
	margin-top: 30px;
}

a:link { color: #ffffff; font-weight: bold; }
a:visited {
	color: #ffffff;
}
a:hover {
	color: #FFFFDC;
	background-color: inherit;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
}


#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: .5em 0em 1.7em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
 
 /********** table spacing *************/
.tablespacing {
	padding-bottom: 15px;

}

table{
	background-color: #997524;
	padding-left: 2px;
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
}
td{
	padding-bottom: 8px;
	padding-right: 8px;
	padding-top: 2;
}

tr {
	padding-top: 2px;

}

.padding{
padding-bottom: 140px;

}


/********** lists *************/

ul {
list-style-type: square;
padding-bottom: 12px;
margin-left: 12px;
}

li {
font-weight: bold;
margin-left: 8px;
margin-bottom: 6px;
}
.text { font-weight: bold; width: 1em; }

.large {
	font-size: 1.4em;
	font-weight: bold;
}
.YellCap18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
}
.BluCap18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7397E5;
}
.RedCap18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.YelCaps14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
}
