/*globals*/
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	font: "Estrangelo Edessa"
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	text-align:center; 
	padding: 20px;
}
p {
	margin-top: 10px;
}

/*big and small*/
.big {
	font-size: 25px;
}
.small {
	font-size: 16px;
	font-weight: normal;
}

/*wrappers and what not*/
#home_list {
	list-style-type: square;
}
#home_list li {
	margin-top: 10px;
}
#wrapper {
	width:350px;
	margin:0px auto; 
	border:1px dashed #333;
	background-color:#eee;
	padding: 10px;
	z-index: 99999;
}
.green_link {
	color: #008040;
}
#under_construction {
	position: absolute;
	top: 0;
	left:0;
}
#dad_door {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 5px;
	border: 1px solid;
	z-index: 0;
}
#contact_info {
	clear: both;
	margin: 5px;
	border: 1px solid;
	margin-top: 20px;
}
#side_links {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: 1px solid;
	padding: 5px;
}
#energy_star {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid;
	padding: 5px;
	width: 15%;
}