@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0 0 0 0;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#333333;
	}
	
a:link {
	color:#AFBC21;
	text-decoration:underline;
	}
	
a:visited {
	color:#AFBC21;
	text-decoration:underline;
	}
	
a:hover {
	color:#6CB33F;
	text-decoration:underline;
	}
	
a:active {
	color:#AFBC21;
	text-decoration:underline;
	}
	
#container {
	width:600px;
	background-image:url(http://www.chocolatebar.com/images/press_bg.jpg);
	background-repeat:repeat-y;
	}
	
#header {
	width:600px;
	}
	
#body {
	background-image:url(http://www.chocolatebar.com/images/press_bg.jpg);
	width:600px;
	float:left;
		}
	
#share {
	width:570px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:30px;
	}
		
#date {
	width:280px;
	padding-left:20px;
	float:left;
	}
	
#contact {
	width:190px;
	padding-left:110px;
	float:right;
	}	
	
#release {
	width:560px;
	padding:20px;
	font-size:10px;
	line-height: 180%;
	text-align:justify;
	float:left;
	}
	
#release h1 {
	font-size:14px;
	font-weight:bold;
	}
	
.source {
	font-style:italic;
	text-align:justify;
	}
	
#copy {
	width:600px;
	}
		
#footer {
	width:580px;
	height:60px;
	background-image:url(http://www.chocolatebar.com/images/press_footerbg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#582700;
	border-top:dashed 1px #582700;
	padding:10px;
	float:left;
	}
