@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #855601;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	text-align: center;
}
a.menu-link {
	text-decoration: none;
	text-align: center;
	color: #5E4900;
}
a.designer {
	text-decoration: none;
	text-align: center;
        font-weight:bold;
	color: #E9DBAA;
}

a {
	text-decoration: none;
	text-align: center;
        font-weight:bold;
	color: #5E4900;
}

.copyright {
	text-decoration: none;
	text-align: center;
        font-weight:bold;
	color: #E9DBAA;
}

#containter {
	width: 765px;
	margin: 30px auto;
	text-align: center;

}
.side-boxes {
	padding-left: 10px;
}

#containter #main #content {
	float: right;
	width: 535px;
	padding: 10px;
}
#containter #main #main-bottom {
	background-image: url(../images/main-bottom.gif);
	clear: both;
	background-repeat: no-repeat;
}


#containter #header {
	margin: 0px;
	padding: 0px;
	height: 178px;
	width: 100%;
	background-color: #AE8704;
}
#containter #main {
	background-color: #E9DBAA;
	background-image: url(../images/main.gif);
	background-repeat: repeat-y;
}
#containter #main #menu {
	float: left;
	width: 210px;
	padding: 0px auato;
}

.pageHeading {
        color: #800000;
        font-size: 1.5em;
        font-weight: Bold;
}

td.prodInfoImage {
       padding: 10px;
       background-color: #6495ED;
       border: solid 1px #000000;
}

td.prodInfoImage img {
       border: solid 3px #800000;
}

td.prodInfoImage a.enlarge {
      color: #ffffff;
      font-size: .9em;
      font-weight: normal;
}