
	body{
		background-color: #7f7f7f;
		margin: 10px;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	img.centered {
		display: block;
		margin: 0 auto; 
	}

	img.address {
		padding: 3px;;
	}
	
	img.left {
		float: left;
	}

	.bold {
		font-weight: bold;
	}
	
	#announcement {
		width: 878px;
		height: 0; /* height: 16px; */
		margin: 0 auto; 
		background-color: #d2d26e;
		font: 10px/16px arial, helvetica, sans-serif;
		color: black;
	}
		
	#maincontainer {
		width: 878px;
		margin: 0 auto; 
		background-color: white;
		height: 1000px;
	/*	border-top: 10px #a2a2a2 solid; */
	}
	
		#address {
			width: 878px;
			height: 50px;
			background-color: #d2d16e;
		/*	border: 1px #a2a2a2 solid; */
			font: 11px/15px arial, helvetica, sans-serif;
			color: black;
			border-bottom: 0;
		}
			
		#tagnlogo {
			width: 878px;
			height: 76px;
			background: black url(../images/top_taglogo.gif) no-repeat;
			border: 0;
		}
		
			#tagnlogo h1 { /* get text out of sight */
				color: black;
				font-size: 0;
				line-height: 0;
				padding: 0;
				margin: 0;
			}
					
				#topnav {
					width: 545px;
					background-color: #535353;
					height: 20px;
					color: #fff;
				}

	a, a:visited {
		color: #666;
		text-decoration: none;
		border-bottom : 1px dotted #eeeeee;
	}
	
	a:hover {
		color: #000;
		border-bottom : 1px solid #eeeeee;
	}

	a.imglnk, a.imglnk:visited, a.imglnk:hover {
		border: 0;
	}

	a.address, a.address:visited, a.address:hover {
		color: black;
		text-decoration: none;
		border: 0;
	}
	
	a.blkln, a.blkln:visited {
		color: black;
		text-decoration: none;
		border-bottom : 1px dotted black;
	}
	
	a.blkln:hover {
		color: #666;
		border-bottom : 0;
	}
	
	img.nobdr {
		border: 0;
	}
	
	img.ico {
		vertical-align: top;
		padding: 2px;
	}
	
	a.sitemap, a.sitemap:visited {
		font-size: 11px;
		color: white;
	}
	
	a.sitemap:hover {
		color: black;
	}
	
	a.add2cart, a.add2cart:visited {
		color: #dc5926;
		text-transform: lowercase;
		text-decoration: none;
		border: none;
	}
	
	a.add2cart:hover {
		color: #dc5926;
		border-bottom: 1px solid #dc5926;
	}

/* BEGIN: top navigation */	
	
	#navcontainer ul {
		/*padding: 4px 0 0 8px; */
		padding: 0;
		padding-left: 6px;
		margin: 0;
		background-color: #535353;
		color: white;
		float: left;
		width: 100%;
		height: 100%;
		font: 11px/11px arial, helvetica, sans-serif;
		letter-spacing: 1px;
	}

	#navcontainer ul li { 
		display: inline; 
	}

	#navcontainer ul li a {
		padding: 0 5px;
		background-color: #535353;
		color: white;
		text-decoration: none;
		float: left;
		border: none;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
	}

	#navcontainer ul li a:hover {
		background-color: #fff;
		color: black;
	}
	
	#navcontainer ul li a#current, #navcontainer ul li a#current:hover {
		background-color: #fff;
		color: black;
	}
	
	/* END: top navigation */
	
	#contentwhite {
		width: 100%;
		height: 420px;
		color: #7f7f7f;
		font: 12px/14px Helvetica, Arial, sans-serif;
		text-align: center;
		background-color: white;
	}
	
	#contentgray {
		width: 100%;
		height: 400px;
		background-color: #bfbfbf;
	}
	
	#contentwrapper {
		float: left;
		width: 100%;
		height: 423px;
	}
	
		#contentright {
			margin-left: 448px; /*set left margin to contentleft*/
			height: 423px;
			color: white;
			font: 11px/14px Helvetica, Arial, sans-serif;
		}
		
			#contentright p {
				margin: 0;
				padding-bottom: 14px;
			}
		
		
		#contentleft {
			float: left;
			width: 448px; /*width of left column*/
			height: 423px;
			color: white;
			font: 11px/14px Helvetica, Arial, sans-serif;
			text-align: center;
			margin-left: -878px; /*set left margin to -(contentright)*/
		}
	
			#contentleft h2 {
				color: #d2d16e;
				font: 14px/16px Helvetica, Arial, sans-serif;
				margin-bottom: 16px;			
			}
	
	#footer {
		clear: none;
		border-top: #dddca2 1px solid;
		padding-top: 5px;
		margin: 0 80px 0 80px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		color: #a9a9a9;
	}
	
	#footer	a, #footer a:visited {
		color: #a9a9a9;
		text-decoration: none;
		border: 0;
	}
	
	#footer a:hover {
		color: #000;
	}
	
	#sitemap ul li a, #sitemap ul li a:visited {
		color: #999;
		text-decoration: none;
		border: 0;
	}
	
	#sitemap ul li a:hover {
		color: #000;
		text-decoration: none;
		border: 0;
	}