/* Ikebana Flower Boutique, by Julia Lee Drouart */
/* All associated graphics copyright 2007, Julia Lee Drouart*/
/* Added: March, 2007 */

/* zeroing selector uses the "*" wildcard character : the removal of all your browser's default values */
* {
	margin:0;
	padding:0;
	}
body {
	padding:14px 20px 0 80px;
	margin:0;
	}
#container {
	position:absolute;
	width:680px;
	margin:0;
	padding:0;
	}
#side {
	position:relative;
	width:685px;
	margin:0;
	padding:0;
	background:#F7F8F6 url("../../images/press/press_side.gif") repeat-y top right;
	border-left: 2px solid #cccccc;
	}
#intro {
	position:relative;
	text-align:left;
	width:680px;
	border-top: 2px solid #cccccc;
	padding:10px 0 20px 0;
	}
table {
	width:680px;
	padding:10px 0 12px 0;
	}
#letterhead {
	width:680px;
	font:normal 18px/17px Times New Roman;
	color:#000000;
	}
#press_release {
	font:normal 21px/21px Times New Roman;
	text-align:left;
	padding:0 10px 0 10px;
	}
#date {
	text-align:right;
	padding:0 10px 0 0;
	}
#contact {
	padding:12px 0 10px 10px;
	}
#address {
	padding:12px 0 0 10px;
	}
#shop_name {
	font:oblique 19px/19px Times New Roman;
	font-weight:bold;
	padding:0;
	}
#preamble {
	width:600px;
	font:normal 17px/17px Times New Roman;
	color:#59475B;
	padding-left:10px;
	}
#preamble p {
	margin:12px 0 0 0;
	}
#title {
	margin:25px 0 10px 40px;
	font:oblique 18px/17px  Times New Roman;
	text-align:center;
	border-bottom: 1px solid #7C9E4A;
	}
hr  {
  	height: 2px;
 	}
#supportingText {
	position:relative;
	width:680px;
	}
#footer {
	position:absolute;
	font:normal 13px/14px arial;
	background:url("../../images/press/press_bottom.gif") no-repeat top center;
	width:680px;
	height:30px;
	margin-top:-2px;
	margin-left:-72px;
	padding-left:150px;
	padding-top:22px;
	text-indent:-150px;
	text-align:center;
	}
#footer a {
	color: #755a78;
	}
#footer a:hover {
	color:#ffffff;
	background-color:#ADC8A2;
	}
#italic {
	font-style:oblique;
	}
#bolded {
	font-weight:bold;
	}
