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


#home_layout	{
	height: 900px;
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#slideshow	{
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	z-index: 0;
	width: 600px;
	text-align: center;
	position: absolute;
	left: -100px;
	top: 0px;
}
#main_index	{
	width: 320px;
	margin-top: 1.5em;
	border: thin solid #FFCC00;
	padding: 1.5em;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	z-index: 5;
	position: absolute;
	left: 437px;
	top: 40px;
}
h1#jules {
	background-image: url(../images/Making_Your_Concepts_a_Reality.png);
	background-repeat: no-repeat;
	display: block;
	height: 176px;
	background-position: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1#jules span	{
	display: none;
}
#main_index p	{
	text-align: left;
}
