@import url(reset.css);

div#wrapper{
	width: 1000px;
	//height: 700px;
	margin: 0 auto 40px auto;
	// background-image: url("/images/background1.jpg");
	background-repeat: no-repeat;
	
}

h1 {
	font-family: "museo-slab-1","museo-slab-2";
	font-size: 32px;
	font-weight: 100;
	font-style: normal;
	color: #000;
	float: left;
	position: relative;
	top: 93px;
	left: 40px;
	width: 230px;
}

a:link, a:visited {
	color:  #bababa;
	text-decoration: underline;
}

ul.homepageNavigation {
	float: left;
	background: transparent url("/images/navigation_background3.png") no-repeat;
	background-position: 0 0;
	width: 730px;
	height: 26px;
	position: relative;
	top: 100px;
	left: 20px;
	padding: 1px 0 0 0;
	text-align: left;
}

ul.homepageNavigation li {
	list-style: none;
	display: inline;
	margin: 0 0 0 12px;
	text-align: left;
	font-family: "adelle-1","adelle-2";
	font-size: 11px;
	font-weight: 100;
	font-style:normal;
}

ul.homepageNavigation li a:link, ul.homepageNavigation li a:visited {
	text-decoration: none;
	color: #000000;
	font-family: "adelle-1","adelle-2";
	font-size: 11px;
	font-weight: 100;
	font-style:normal;
}

/* div.caption {
	background-image: url("/images/caption_background.png");
	float: right;
	clear: both;
	height: 26px;
	width: 370px;
	margin: 570px 20px 0 0;
} */

div.clear {
	clear: left;
}

p {
	padding: 6px 0 0 0;
	font: 12px helvetica;
	color: #999;
	text-align: center;
}

div.footer {
	position: relative;
	//top: 670px;
	margin: 20px 0 0 0;
	clear: both;
	text-align: right;
	font: 11px helvetica;
	color: #bababa;
}

img.backgroundImage {
	width: 1000px;
	text-align: center;
	margin: 0 auto 0 auto 0;

}
