html {
	height: 100%;
}

body	{
	background-color: #ffffff;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Helvetica,Geneva,Arial,sans;
	height: 100%;
	}

#Container {
	width: 750px;
	margin: 10px auto;
}

#Title {
	position: absolute;
	margin: 0;
	margin-left: 125px;
	margin-top: 5px;
	width: 507px;
	z-index: 1;
	border: 0;
	overflow: hidden;
}

#Menu {
	margin-left: 15px;
	margin-top: 0px;
	text-align: left;
	border: 0;
	width: 170px;
	float: left;
	margin-bottom: 0px;
	height: 100%;
	padding: 0;
	}

#Content {
	position: absolute;
	z-index: 10;
	width: 479px;
	height: 800px;
	margin:0;
	margin-left: 00px;
	margin-top: 100px;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 24px;
	padding: 0px;
	}


#Calendar_Button a {
	position: absolute;
	z-index: 2;
	width: 532px;
	height: 362px;
	margin-top: 150px;
	margin-left: 300px;
	background-image: url(images/calendar.gif);
	repeat: no-repeat;
	text-indent: -5000em;	
}

#Calendar_Button a:hover {
	background-image: url(images/calendar_o.gif);
	repeat: no-repeat;
}

#Forking_Button a {
	position: absolute;
	z-index: 2;
	width: 568px;
	height: 388px;
	margin-top: 300px;
	margin-left: 300px;
	background-image: url(images/forkingpaths.gif);
	repeat: no-repeat;
	text-indent: -5000em;	
}

#Forking_Button a:hover {
	background-image: url(images/forkingpaths_o.gif);
	repeat: no-repeat;
}

#Maeda_Button a {
	position: absolute;
	z-index: 2;
	width: 717px;
	height: 203px;
	margin-top: 550px;
	margin-left: 150px;
	background-image: url(images/maeda.gif);
	repeat: no-repeat;
	text-indent: -5000em;	
}

#Maeda_Button a:hover {
	background-image: url(images/maeda_o.gif);
	repeat: no-repeat;
}

#Blue_Button a {
	position: absolute;
	z-index: 2;
	width: 500px;
	height: 192px;
	margin-top: 650px;
	margin-left: 250px;
	background-image: url(images/blue.gif);
	repeat: no-repeat;
	text-indent: -5000em;	
}

#Blue_Button a:hover {
	background-image: url(images/blue_o.gif);
	repeat: no-repeat;
}


#Main_Content {
	position: absolute;
	z-index: 1;
	width: 410px;
	margin-top: 120px;
	margin-left: 25px;
}

#Main_Content h2{
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
	padding: 2px;
	display: inline;
}

#Main_Content p{
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 18px;
	padding: 2px;
	display: inline;
}

#Main_Content a{
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #d92;
	line-height: 18px;
	padding: 2px;
	display: inline;
	text-decoration: none;
}

#Main_Content a:hover{
	color: #000;
}

#Main_Content blockquote{
	text-align: left;
	font-family: Garamond, serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	padding: 2px;
	display: inline;
}


#Main_Content img{
	border: 0;
	background-color: #transparent;
	}

