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

/* main body control */

body { 
	margin-top: 0px;
	background-image: url(http://www.fizzmatix.com/images/bar.gif);
	background-repeat: repeat-x;
	background-color: #b0b1a4;
	font-size: 14px;
	text-align: center;
}

p, td,  tr {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* FF controls image border when linked */

img { border: 0px;
}

/* hyperlink styles */

a:link { color: #000; text-decoration: underline; }
	
a:visited { color: #000; text-decoration: underline; }
	
/* main content wrapper */	

#content { 
	width: 800px;
	margin: 0px auto;
	text-align: left;
	margin-top: -50px;
}

/* Header & Navigation style and control */
/* Start */

#headerA {
	background-image: url(http://www.fizzmatix.com/images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 338px;
	padding-top: 10px;
}

.links {
	padding: 3px;
	text-decoration: none;
	font-size: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.links:hover {
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: #990000 solid 5px;
}

/* ===== */
/* End */

/* Gallery background styles */

.fum { 
	display: inline;
	padding: 23px; /* adds 23px around thumbnails for spacing between each image */
	margin: 0;
	background-image: url(http://www.fizzmatix.com/images/thumbbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/* thumb wrapper limits div to 800px */	
.fumwrapper { 
	display: table;
	width: 800px;
}