body {
	background-color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

/* Hide from IE5/Mac \*/
* html #content {
  height: 1px;
}
/* End hide */
#wrapper {
	margin: auto;
	width: 700px;
}
#header {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 184px;
	text-align: center;
	padding-left: 370px;
	padding-top: 1px;
}
#navleft {
	background-image: url(../images/redbox.png);
	height: 191px;
	width: 225px;
	background-repeat: no-repeat;
	padding-right: 8px;
}
#navcenter {
	background-image: url(../images/redbox.png);
	height: 191px;
	width: 225px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 4px;
	padding-left: 4px;
}
#navright {
	background-image: url(../images/redbox.png);
	height: 191px;
	width: 225px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 9px;
	text-align: center;
	font-weight: bold;
}
#navright p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 19px;
}


#navleft li, #navcenter li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/button.gif);
	background-position: left center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 24px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#navcenter a, #navleft a {
	color: #FFFFFF;
	text-decoration: none;
}
#navcenter a:hover, #navleft a:hover {
	color: #0E315A;
}

#navleft ul, #navcenter ul {
	margin-top: 0px;
	margin-bottom: 0px;	
}
#content {
	background-color: #252525;
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	margin-top: 5px;
}
.tableheading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	font-size: .9em;
}

#footer {
	background-image: url(../images/boxbottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .8em;
}
.welcome {
	background-color: #000000;
	text-align: center;
	margin: 8px;
	padding: 8px;
}
.maintext {
	background-color: #000000;
	text-align: left;
	margin: 8px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	line-height: 1.5em;
}
.speedy {
	font-weight: bold;
	color: #E62331;
}
.litho {
	font-weight: bold;
	color: #1D64BA;
}
.inc {
	font-weight: bold;
}

#content h2 {
	background-color: #000000;
	text-align: center;
	margin: 8px;
	padding: 8px;
	font-size: 150%;
}
#content h3 {
	text-align: center;
	margin: 4px;
	padding: 4px;
	font-size: 120%;
}
.maintext h3 {
	font-size: 135%;
}
.maintext .leftbox {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}
.maintext .rightbox {
	float: right;
	width: 50%;
	margin-bottom: 25px;
}



#header h2 {
	font-size: 2.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tablepicture {
	background-color: #8C8C8C;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #000000;
	background-image: url(../images/picturebg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#header h3 {
	font-size: 1.4em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#header h4 {
	font-size: 1.1em;
	margin-top: 3px;
	color: #CCCCCC;
}
#header img {
	border: 2px solid #FFFFFF;
}
.tablepicture img {
	border: 1px solid #000000;
}
.disclaimer {
	font-size: 75%;
}
.galleryimg img {
	border: 2px solid #FFFFFF;
}
.orderform {
	line-height: 25px;
}
.blackform {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	color: #FFFFFF;
}
.email a {
	color: #fff;
	text-decoration: underline;
}
.email a:hover {
	color: #fff;
	text-decoration: none;
}