/* Body Styles */
img {
	border: none;
}
html, body {
	background-color: black;
	background-image: url(images/figure-competition-bgnd.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* Top Introduction Text */
#intro {
	width: 100%;
	background-color: #373737;
	height: 15px;
	font-size: 11px;
	color: #696969;
	text-align: center;
}
/* Main Container */
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: black;
	background-image:url(images/main-bgnd.jpg);
	background-repeat: repeat-y;
	background-position: top;
	text-align: left;
}
/* Book Information */

#book {
	float: left;
	width: 325px;
	margin-left: 7px;
	text-align: left;
}
html>body #book {
	float: left;
	width: 325px;
	margin-left: 15px;
	text-align: left;
}
h1 {
	background-image: url(images/h1-bgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #EA3970;
	font-size: 22px;
	padding-left: 6px;
	padding-top: 3px;
	height: 35px;
	margin-top: 15px;
}
h2 {
	color: white;
	font-size: 22px;
	margin-bottom: 10px;
}
h3 {
	color: #EA3970;
	font-size: 18px;
	margin-top: 0;
}
.price {
	color: white;
	font-size: 22px;
	font-weight: bold;
	vertical-align: 13px;
	padding-left: 15px;
}
.order {
	color: white;
	font-size: 14px;
	line-height: 1.5;
}
.instant {
	color: #EA3970;
	font-size: 16px;
	font-weight: bold;
}
.about-top {
	background-image: url(images/about-top.gif);
	background-repeat:no-repeat;
	height: 20px;
	padding: 25px 0px 0px 8px;
	margin: 0px;
	color: #EA3970;
	font-size: 16px;
	font-weight: bold;
}
.about {
	background-image: url(images/about-bgnd.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 8px 25px 8px 8px;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.purchase {
	color: #EA3970;
	font-size: 14px;
	font-weight: bold;
}
/* Contributor Information */
#contributor {
	float: right;
	width: 425px;
	margin-right: 8px;
	text-align: justify;
}
html>body #contributor {
	float: right;
	width: 425px;
	margin-right: 15px;
}
.conthead {
	background-image: url(images/cont-bgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: white;
	font-weight: bold;
	font-size: 22px;
	padding-left: 6px;
	padding-top: 3px;
	height: 49px;
	margin-top: 15px;
}
.pink {
	color: #EA3970;
}
.pink a:link, .pink a:active, .pink a:visited {
	color: #EA3970;
	text-decoration: underline;
}
.pink a:hover {
	color: #EA3970;
	text-decoration: none;
}
.contphotos {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.name {
	color: #EA3970;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #373737;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
/* Footer */
#footer {
	width: 100%;
	background-color: #373737;
	height: 20px;
	font-size: 11px;
	color: #696969;
	text-align: center;
}
#footer_fixed {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footer_fixed .copyright {
	position: relative;
	float: left;
	padding-left: 15px;
	text-align: left;
	width: 350px;
	margin-top: 4px;
	color: #696969;
	font-size: 12px;
}
#footer_fixed .credit {
	position: relative;
	text-align: right;
	padding-right: 15px;
	float: right;
	width: 300px;
	margin-top: 4px;
	color: #696969;
	font-size: 12px;
}
#footer_fixed a:link, #footer_fixed a:active, #footer_fixed a:visited {
	color: #696969;
	text-decoration:none;
	font-size: 12px;
	text-decoration: none;
}
#footer_fixed a:hover {
	color: #696969;
	font-size: 12px;
	text-decoration: underline;
}
/* Misc Styles */
