/* CSS Document */
	#alpha {
		position: relative;
		float: left;

		padding: 0 0 0 10px;
		width: 550px;
		top: -50px;
	}
	#beta {
		position: relative;
		float: right;

		padding: 0 10px 0 0;
		width: 540px;
		top: -40px;
	}
	#gamma {
		position: relative;
		float: right;
		
		width: 200px;
		top: -40px;
	}

/***** alpha column *****/
	#pageTitle {
		padding: 40px 0 0 0;
		height: 0px;
		overflow: hidden;
		
		background-image: url(../../profile/images/title.gif);
		background-repeat: no-repeat;
	}
	#pageRead {
		padding: 15px 0 0 0;
		height: 0px;
		overflow: hidden;
		
		background-image: url(../../profile/images/title2.gif);
		background-repeat: no-repeat;
	}

/***** beta column *****/

/***** gamma column *****/
	h4#index {
		padding: 50px 0 0 0;
		width: 200px;
		height: 0px;
		overflow: hidden;

		background-image: url(../../profile/images/image01.jpg);
		background-repeat: no-re
	}
	#gamma p {
		font-size: 85%;
		font-family: "lr SVbN", "Osaka|";
	}