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

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

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

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


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


	
#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.jpg);
}

