/* SHORTHAND */
.small {	font-size: 85%; }
.b {	font-weight: bold; }
.i {	font-style: italic; }
.centerMe {	text-align: center; }
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.snug { 	margin: 0px; }
.leftfloatIMG {
	float: left;
	margin-right: 20px;
}
.rightfloatIMG {
	float: right;
	margin-left: 20px;
}
.30pxoffset {
	padding-left: 30px;
}

/* ORDINARY HTML ELEMENTS */
form {	/* Safari bug fix */
	background-color: inherit;
	border: 0;
}

a {
	color: gray;
}

a:visited {
	color: ;
}

a:hover {
	text-decoration: underline;
	color: black;
}

table {
	color: inherit;
	font-size: inherit;
	border: 0;
	border-collapse: collapse;
}

ul, ol, dl {
   position: relative; 
}

h1 { 
	font-size: 24pt;
	margin: 1em 0 0.5em 0;
}

h2 {
	font-size: 1.4em;
	margin-top: 0;
}




/* MAIN DIVs */
body {
	margin: 0;
	padding: 0;
	color: gray;
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

#body_wrapper {
	width: 900px;
	margin: 0 auto;	
	text-align: left;
}

#HeaderWrapper {
	text-align: left;
}

#FooterDiv {
	margin-top:  100px;
}




/* CONTENT  */

#MainLogoImg {
	float: right;
}

#AddressInfo {
	margin-bottom: 24px;
}

#OrderButtonDiv {
	margin: 10px 0 15px 0;
}

#OrderButtonSpan a {
	padding: 6px 20px;
	background-color: darkred;
	border: 2px groove wheat;
	font-size: 14pt;
	font-weight: bold;
	color: wheat;
	text-decoration: none;
}

#OrderButtonSpan a:hover {
	color: white;
	text-decoration: none;
	border: 2px solid orange;
}

#PhotoSet {
	margin-top: 20px;
	margin-bottom: 40px;
	border-top: 4px darkred groove;
	border-bottom: 4px darkred groove;
	padding: 3px 0 0 0;
}

#PhotoSet table {
	margin: 0 auto;
}

#HoursDiv {
	float: left;
	width: 220px;
	color: black;
	line-height: 2em;
}

#BlurbDiv {
	width: 500px;
	margin-left: 250px;
	line-height: 150%;
}

#FooterDiv a {
	color: black;
}