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

body {
	background:#d7ebcb;
	margin:0px;
}

#container {
	width:760px;
	height:3450px;
}

#header {
	background-image:url(images/inld2_0012_relaxinggarden_2.jpg);
	background-repeat:no-repeat;
	float:left;
	width:760px;
	height:105px;
}

#content {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	float:left;
	height:3450px;
	width:760px;
	background-color:#99ffcc;
}
#content p{
	margin-left:20px;
	}
	
.rightmargin {
	margin-right:30px;
}

#content li{
	margin-bottom:10px;
	
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#000000;
	font-weight:bold;
	margin-left:12px;
	margin-top:25px;
	
}

#leftcalendar {
	height:1950px;
	width:180px;
	float:left;
	margin-left:20px;
	padding:25px;
}

#calendar {
	width:765px;
	height:1450px;
	background-image:url(images/calendar.png);
	background-repeat:no-repeat;
	float:left;
		
}

#bottom {
	width:765px;
	height:400px;
	float:left;
		
}
