/*	body	*/
body	{
	background-color:	#333333;					/*	20%grey	*/
	margin: 			0px;								/*	*/
}

/*	container	*/
div#container	{
	margin: 	0px auto 0px auto;
	width:		602px;
	/*	height:		602px;	*/
	z-index:	0;
}

/*	header	*/
div#header	{
	width:				602px;
	height:				154px;
	z-index:			1;
}
div#logo	{
	width:				148px;
	height:				154px;
	z-index:			1;
	float:				left;
	background-image:	url("../img/joint/logo.png");
}
div#space	{
	width:				363px;
	height:				154px;
	z-index:			1;
	float:				left;
}
div#menu	{
	width:				9px;
	height:				154px;
	z-index:			1;
	float:				left;
}

/*	menubuttons	*/
div#button1	{
	width:				91px;
	height:				15px;
	position:			absolute;
	top:				81px;			/* # pixels above the div	*/
	z-index:			2;
}
div#button1 a	{
	display:			block;					/*	spread link throughout div	*/
	width:				91px;
	height:				15px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#button1 a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#button1:hover	{
	background-image:	url("../img/joint/button1.png");
}

div#button2	{
	width:				91px;
	height:				15px;
	position:			absolute;
	top:				96px;
	z-index:			2;
}
div#button2 a	{
	display:			block;					/*	spread link throughout div	*/
	width:				91px;
	height:				15px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#button2 a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#button2:hover	{
	background-image:	url("../img/joint/button2.png");
}

div#button3	{
	width:				91px;
	height:				15px;
	position:			absolute;
	top:				111px;
	z-index:			2;
}
div#button3 a	{
	display:			block;					/*	spread link throughout div	*/
	width:				91px;
	height:				15px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#button3 a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#button3:hover	{
	background-image:	url("../img/joint/button3.png");
}

/*	slideshow	*/
div#slideshow	{
	width:				602px;
	height:				602px;
	z-index:			1;
	background-image:	url("../img/index/temp.jpg");
	/*	float:				none;	*/
	/*	background-color:	#222222;	*/
}
