@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #262626;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4D3E28;
}
td {
	font-size: 12px;
	color: #4D3E28;
}
a {
	color: #880000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	border-bottom: solid 2px #B3925D;
	padding-bottom: 4px;
}
h2 {
	font-size: 14px;
	color: #990000;
}
hr {
	border: 1px solid #B3925D;
}
p, ol {
	text-align: justify;
}
li {
	margin-bottom: 4px;
}
.label {
	font-weight: bold;
	text-align: right;
}
.error {
	font-weight: bold;
	color: #990000;
}
.white {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #B3925D;
	margin: 4px 10px 0px 0px;
}
.black {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background-color: #000000;
	border: 1px solid #B3925D;
	margin: 4px 10px 0px 0px;
}
#bg-left {
	background-image: url(../images/bg.jpg);
	background-position: top right;
}
#bg-right {
	background-image: url(../images/bg.jpg);
	background-position: top left;
}
#main {
	width: 752px;
	background: url(../images/bg.jpg);
	vertical-align: top;
}
#header {
	height: 162px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-header.jpg);
}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 130px 0px 0px 25px;
}
#navi a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 6px 0px 6px;
}
#navi a:hover {
	color: #FFCC66;
}
#content {
	background-color: #FFFFFF;
	background-image: url(../images/bg-content.jpg);
	
}
#contentFade {
	background-image: url(../images/bg-content-fade.jpg);
	background-repeat: no-repeat;
	background-position: 11px 0px;
	padding: 40px 60px 40px 60px;
}
#footer {
	background-image: url(../images/bg-footer.jpg);
	height: 81px;
	clear: both;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 10px;
	padding: 10px 20px 10px 20px;
}
#copyright a {
	color: #AAAAAA;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
#shirts {
	text-align: center;
}
#shirts img {
	border: 0px;
}
#gallery {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#gallery img {
	border: 0px;
	margin-bottom: 5px;
}
#links img {
	border: 0px;
	margin-bottom: 5px;
}

