/****************************************************************/	
/*                       DESIGN                                 */	
/****************************************************************/	
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/template_bg_home.jpg');
	background-repeat: repeat-y;
	font-family: "Verdana";
	font-size:14px
}

#container {
	position: relative;
	min-height: 100%;
}

#header {
	background-image: url('../images/template_top_home.jpg');
	width: 864px;
	height: 113px
}

#content {
	width: 865px;
	padding-bottom: 115px;
}


#left {
	float: left;
	width: 206px;
	background-image: url('../images/template_left.jpg');
	background-repeat: no-repeat;
	height: 50px
}
#footer {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/template_bottom.jpg);
	height: 51px;
	width: 864px;
}
#main {
	margin-left: 206px;
	width: 540px;
	top:200px;
	margin-top: -10px;
	
}

#right {
	float: right;
	width: 239px;
}
	
#footer {
	position: absolute;
	bottom: 0px;
	background-image: url('../images/template_bottom.jpg');
	height: 51px;
	width: 864px
}

#footer_flower {
	position: absolute;
	bottom: 50px;
	left: 625px;
	width: 239px;
	height: 93px;
	background-image: url('../images/template_right_bottom_home.jpg');
}