body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	font-size: 12px;
	line-height: 1.5em;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -359px;
	width: 732px;
}

#border {
	border: 1px solid black;
overflow-x: hidden;
}

.content {
	width: 100%;
}


.clear {
	clear: both;
}

#header {
	height: 145px;
}

#header #feature {
	height: 100%;
}

#header div{
	float: left;
}

.background {
	background-image: url('http://www.alphahouse-ihn.org/test/images/header_bg.gif');
}

#header #contact {
	width: 349px;
	height: 100%;
	text-align: center;
}

#header #contact img {
	margin-top: 35px;
}

#mainnav {
	background-color: black;
	color: white;
}

#subnav {
	color: #cc9900;
	border-color: black;
	border-style: solid;
	border-width: 1px 0;
	text-align: left;
	padding-left: 0.5em;
}

h3 {
	color:#CC9900;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.nav {
	line-height: 3em;
	text-align: center;
}

.nav ul {
	padding-left: 0;
	display: inline;
}

.nav li {
	display: inline;
	list-style-type: none;
}

#middle #sidebar {
	float: right;
	text-align: center;
	width: 30%;
}

#middle #sidebar img:not(:first-child) {
	margin: 20px 2px;
}

.index #middle #sidebar img {
	margin: 2px;
}

.index #middle #sidebar {
	width: 349px;
	background-image: url('http://www.alphahouse-ihn.org/test/images/header_bg.gif');
}

#middle #content {
	padding: 0 2em;
}

#middle #content #donate {
	text-align: right;
}

#middle #content p {
	text-align: left;
}

#bottomnav {
	color: #CC9900;
	border-width: 1px 0;
	border-style: dashed none solid none;
	margin-bottom: 5px;
	margin-bottom: 5px;
	font-size: 80%;
}

#bottomnav li {
	line-height: 4em;
}

#footer {
	text-align: center;
}

/*****   Links   *****/
a {
	text-decoration: underline;
	color:  #CC9900;
	}
a:visited {
	color:  #CC9900;
	}
a:active {
	color:  #CC9900;
	}
a:hover {
	color: #CC9966;
	text-decoration: none;
	}
#mainnav a {
	text-decoration: none;
	color:  #ffffff;
	}
#mainnav a:visited {
	color:  #ffffff;
	}
#mainnav a:active {
	color:  #ffffff;
	}
#mainnav a:hover {
	color: #CC9900;
	text-decoration: none;
	}