@import url(reset.css);

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

h1 {
	font: 36px helvetica;
	color: #000;
	float: left;
	position: relative;
	top: 620px;
	left: 40px;
	width: 230px;
	//margin: 620px 40px 0 40px;
}

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: 634px;
	left: 20px;
	//margin: 634px 0 0 0;
	padding: 4px 0 0 0;
	text-align: left;
}

ul.homepageNavigation li {
	list-style: none;
	display: inline;
	margin: 0 0 0 17px;
	font: normal 14px helvetica;
	letter-spacing: 1;
	text-align: left;
}

ul.homepageNavigation li a:link, ul.homepageNavigation li a:visited {
	font: normal 14px helvetica;
	letter-spacing: 1;
	text-decoration: none;
	color: #000000;
}

/* 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: 40px 0 0 0;
	clear: both;
	text-align: right;
	font: 11px helvetica;
	color: #bababa;
}