/* first page style */

body {
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 761px;
}

.regular {
	font-size: x-small;
	text-align: left;
	margin: 0 0 0 2px;
}

.boxed {
	color: #0d5289;
	font-size: x-small;
	background-color: #ddedfa;
	text-align: left;
	margin: 0;
	padding: 4px;
	border: solid 2px silver;
}

.hello {
	color: #535d36;
	font-style: italic;
	font-size: 140%;
	text-align: center;
	margin-top: 2ex;
	font-stretch: expanded;
}

#sidebar {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 128px;
	left: 0;
	width: 10em;
	height: auto;
	z-index: 4;
	/* background-color: red; */
}

#main {
	position: float;
	text-align: center;
	margin: 0;
	padding: 0;
	border: solid 1px white; /* for firefox */
}

#dpr404-2001 {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 100px;
	left: 0;
	width: 100%;
	height: 1em;
	z-index: 3;
	margin: 12px;
	padding: 0;
	text-align: left;
	color: #f0f0ff;
	background-color: transparent;
	/* text-shadow: 3px 3px 5px red; */
	font-size: 80%;
}

#footer {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 128px;
	z-index: 2;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #89bae3  url("images/landscapex2.jpg") no-repeat scroll bottom left;
}
