@charset "UTF-8";
/*Start Sticky Footer*/
html, body {height: 100%;}
#wrap {
	min-height: 100%;
}
#container {overflow:auto;
	min-height: 60%;
	padding-bottom: 120px;}  /* must be same height as the footer */
#bottom {
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	/* [disabled]height: 120px; */
	clear: both;
} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/*End Sticky Footer*/

body {
	background-image: url(../images/ios-linen.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #900;
	text-decoration: none;
}
#top {
	width: 100%;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	height: 250px;
}


#header {
	width: 800px;
	padding-bottom: 25px;
	background-image: url(../images/logo_nobg_300.png);
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#navigation {
	width: 750px;
	margin: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 50px;
	font-weight: 100;
}
#container {
	width: 850px;
	margin: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
#middle {
	width: 800px;
	display: block;
}
#slideshow {
	margin-left: 0;
	width: 500px;
	display: block;
	float: left;
}
#right {
	float: right;
	width: 250px;
	display: block;
	font-size: 14px;
	min-height: 425px;
	padding-left: 25px;
}
#lower {
	padding-top: 15px;
	display: block;
	clear: both;
	width: 800px;
	padding-bottom: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}
td {
	width: 30%;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#bottom {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-color: #600;
	height: 225px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
}
#singingsparrow {
	font-style: italic;
	font-size: 10px;
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
	background-color: #000;
	padding-bottom: 10px;
}
#right img {
	border: thick solid #FFF;
	margin: 5px;
}
#headlinks {
	width: 300px;
	float: right;
	padding-top: 0px;
	margin-right: 50px;
	text-align: right;
}
