﻿body {
	background:url("../images/bg_popup.jpg") repeat top left #ecbf6f;
}

/* Clear Fix */
/* Apply the floatwrapper class to any element which acts as a container for floats. */

.floatwrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatwrapper {
    display:inline-block;
}
/* Hides from IE-mac \*/
.floatwrapper {display:block;}
* html .floatwrapper {height: 1px;}
/* End hide from IE-mac */

a {
	color:#8a1f03;
	font-weight:bold;
}
	#mainheader {
		background-color:#801802;
		margin-bottom:25px;
		margin-top:17px;
	}
		#mainheader #promologo {
			float:left;
			display:inline;
		}
		#mainheader #productshot {
			position:relative;
			margin:-4px 26px -4px -12px;
			float:left;
			display:inline;
		}
		#mainheader h1 {
			padding:36px 0 0 0;
			margin:0;
		}
		#mainheader h1.essay {
			padding:25px 0 0 0;
		}
	#maincontent {
		padding:0 18px 18px 18px;	
		font-size:11px;
	}
	#maincontentessay {
		padding:0 18px 18px 18px;	
		font-size:12px;
	}
	#essaynav {
		position:absolute;
		bottom:0;
		width:585px;
		text-align:center;
		font-weight:bold;
		margin-bottom:18px;
		color:#666;
	}