<!-- 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}
.maincont {
	position: relative;
	width: 750px;
	height: 100%;
	vertical-align: top;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 11pt; /*formerly 8.6 */
	line-height: 1.5em;
	text-align:left;
	/* background-image: url(/streetjam/images/bg4.jpg); 
	background-repeat: no-repeat;
	background-color: #FFFFFF; */
	/* background-position:bottom;
	border-width: thin;
	border-style:ridge; 
	border-color:#FFFFFF;  */
}

.shoppingCart {
	position: absolute;
	text-align: right;
	top: 5px;
	right: 5px;
	width: 200px;
	height: 70px;
	z-index: 999;
}

h1 {
	font-size: 24px;
	color: #000000;
	margin-top: -4px;
	margin-bottom: 8px;
	border-bottom: 0px dotted #333333;
	/*border-bottom-width: length 70%;*/
}

h2 {
	font-size: 24px;
	color:#000000;
	margin-top: -4px;
	margin-bottom: -4px;
}

h3 {
	font-size: 18px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.scheduleHeaders {font-size: 20px; font-weight: 900; text-decoration: underline}

.artworkHeader {
	font-size: 24px;
	font-weight: bold;
}

.form-divider {
	text-align: left;
	font-weight: 700;
	font-style: normal;
	background-color: #e8dbb9;
}

.productMain {
	font-size: 21px;
	font-weight: bold;
	color: #990000;
	/*font-variant: italic;*/
	text-decoration: none;
}

.productMain a{
	font-size: 21px;
	font-weight: bold;
	color: #990000;
	/*font-variant: italic;*/
	text-decoration: none;
}

.productDetailName {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.productText {
	font-weight: bold;
}

.loginCreds {
	font-size: 12px;
}

#socialNetworkingFront {
	position:absolute;
	top: 55px;
	padding-left: 500px;
	width: 70px;
	border: 1px solid #333;
}
-->
