html,body { min-height:100% }
body,span,div,td,hr,img {
	margin:0;
	padding:0px;
	border:0;
}

body {
	background: #b47257; /*darker pink*/
	color: #722225; /* font color */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	/*border: 1px solid magenta;*/
	margin: 15px auto;
	width: 620px;
	height:auto;
	background-color:#722225;
	overflow:hidden;
	position:relative;
	background-image: url(images/choc_banner.jpg);
}


.container {
   /*border: 1px solid #FFFF00;*//*yellow*/
	width: 620px;
	height: 528px;
	background: #b47257; /*darker pink*/
	margin: 3px 0px 3px 0px;
	height:auto;
	position:relative;

	
}

.leftcont {
	/*border: 1px solid #FF69B4;*/ /*hotpink*/
	float: left;
	background: #722225;
	height: auto;
	width: 150px;
	text-align: center;
	padding-bottom:1000px; /* extends bottom of right side down 100px */
    margin-bottom:-1000px; /* brings bottom of right side back up */
    /*margin-top:-4px;  fixes IE position bug */
	_margin-right:-2px;
}

.leftcont img {
	padding-top: 15px;
}

.rightcont {
	/*float: right;*/
	/*border: 1px solid #00FF00;*//*green*/
    background: #722225;
	margin-left: 23px;
	padding:10px;
	/*padding: 6px 3px 4px 4px;*/
	width: 468px;
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFF;
	line-height:1.5em;
	/*padding:15px;*/
}



.rightcont p a {
	color: #b47257;
}

#email {
	color: #b47257;
}

.sponsor {
	clear: both;
    border: 3px solid #722225;
    width: 604px;
	background: #ce8163; /*dark pink*/
	font-weight: bold;
    font-variant: small-caps;
	padding-left: 10px;
	margin-top: 4px;
	text-align:center;
	overflow:hidden;
	position:relative;
}

.footer {
	/*border: 1px solid #FF00FF;*/
	width: 620px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #fff;
	background: #b47257;
	text-align:center;
	overflow:hidden;
	position:relative;
	clear: both;

}

.footer span,span a {
	font-size: 10px;
	color: #000;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#CCC;
	text-align:left;
	padding-left:40px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#722225;
	text-align:center;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color:#CCC;
	text-align:center;
}
