/* CSS Document */

#bckgrd {
	position: absolute;
	width: 960px;
	height: 860px;
	top: 0px;
	left: 0px;
	background-image: url(../pictures/00_home/bckgrd.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu0 {
	position: absolute;
	width: 880px;
	height: 25px;
	top: 20px;
	left: 40px;
	text-align: left;
	/*background-color: #CC6600;*/
}
#menu1 {
	position: absolute;
	width: 880px;
	height: 25px;
	top: 55px;
	left: 40px;
	text-align: left;
	/*background-color: #669999;*/
}
#content1 {
	position: absolute;
	width: 300px;
	/*height: 400px;
	top: 130px;
	left: 20px;
	background-color: #CCCC66;*/
}
#content2 {
	position: absolute;
	width: 570px;
	/*height: 400px;
	top: 130px;
	left: 350px;
	background-color: #33FFCC;*/
}
#content3 {
	position: absolute;
	width: 570px;
	/*height: 400px;
	top: 430px;
	left: 350px;
	background-color: #33FFCC;*/
}
