/*-------------------------------------------
	TITLE: www.hendricksflowershop.com
	CREATED: 11/10/2008
-------------------------------------------*/

/*-------------------------------------------
	- BODY
-------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/page_bg.gif);
}

#container { 
    width:764px;
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	}
	
h1 {
    text-align:left;
	margin-top: 0px;
    margin-left:auto; 
    margin-right:auto;
	margin-bottom:0px;
	padding:0px;
	width:736px;
	height:135px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	clear:left;
}

/*-------------------------------------------
	- MAIN COLUMN
-------------------------------------------*/
#main_column {
	width:472px;
	float:left;
	margin-top:0px;
	_margin-top:20px;
	margin-bottom:50px;
	padding:0px 20px 0px 40px;
	}
	
#main_column img {
	margin-right:8px;
	border:2px solid #8f9378;
	}

#main_column img a {
	border:2px solid #8f9378;
	}

#main_column img a:hover {
	border:2px solid #b57d83;
	}

#main_column h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#b57d83;
	margin-bottom:0px;
	_margin-bottom:-15px;
	}

#main_column p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	color:#56574d;
	margin-right: 25px;
	}

#main_column p a {
	color:#56574d;
	text-decoration:underline;
	}
	
#main_column p a:hover {
	color:#b57d83;
	text-decoration:underline;
	}
	
#main_column div.hr {
	height:24px;
	width:396px;
	background-image:url(../images/divider.gif);
	background-repeat:no-repeat;
	}

div.hr hr {
  display: none;
}

/*-------------------------------------------
	- RIGHT COLUMN
-------------------------------------------*/
#right_column {
	width:215px;
	float:left;
	}

#right_column h2 {
	width:215px;
	height:35px;
	background-color:#e9e9c5;
	border-bottom: 1px solid #dfe2a9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#7a82b1;
	}

#right_column p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	color:#56574d;
	margin: 0px 15px 0px 10px;
	}

#right_column p a {
	color:#56574d;
	text-decoration:underline;
	}
	
#right_column p a:hover {
	color:#b57d83;
	text-decoration:underline;
	}
	

	
/*-------------------------------------------
	- FOOTER
-------------------------------------------*/

#footer {
	height:35px;
    width:737px;
    text-align:center;
	margin:0px auto 0px auto;
	padding-top:20px;
	border-top:1px solid #000000;
	color:#D0BDD2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a{
	color:#D0BDD2;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
