body {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
img {
	border: none;
}
.alignl {
	float: left;
	margin: 1px 5px 1px 0;
}
.alignr {
	float: right;
	margin: 1px 5px 1px 5px;
}
.clrimg {
	clear: both;
}
#container {
	position:absolute;
	top:10px;
	width:1000px;
	height:auto;
	overflow: visible;
	left: 100px;
	background-color: #fff2e3; /*cream*/
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:440px;
	background-color: #fff2e3; /*cream*/
/*	background-image: url(images/sunbird-lodge-header.jpg); */
}
#weather {
	position:absolute;
	right:20px;
	top:20px;
	width:200px;
	height:100px;
	background-color: #0e0f08;
	/* CSS3 standard */
	opacity:0.6;
	/* for IE */
	filter:alpha(opacity=60);
}
#weathertxt{
	position:absolute;
	right:20px;
	top:20px;
	width:200px;
	height:100px;
	color: #fff2e3;
	text-align:center;
	font-weight: bold;
}
#navbar {
/*	Moss-green top stripe of menu bar */
	position:absolute;
	left:0px;
	top:441px;
	width:1000px;
	height:30px;
	background-color: #575c3c; /*moss green*/
}
#navbarl {
/*	Dark green bottom stripe of menu bar */
	position:relative;
	left:0px;
	top:15px;
	width:1000px;
	height:15px;
	background-color: #4a4e33; /*dark green*/
}
#menu {
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	width:1000px;
	height:25px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float:left;
	margin-left: 30px;
	margin-right: 30px;
}
#menu a:link {
	color: #fff2e3;
	text-decoration: none;
}
#menu a:visited {color: #fff2e3; text-decoration: none;}
	
#menu a:hover {
	color: #333333;
/*	color: #e8ce79; */
	text-decoration: none;
}
#content {
	position:absolute;
	left:0px;
	top:473px;
	width:1000px;
	height:auto;
	z-index:2;
	overflow:visible;
	background-color: #fff2e3; /*cream*/
}
#main {
	position:relative;
	left:0px;
	top:0px;
	width:740px;
	height:auto;
	z-index: 3;
	overflow:visible;
	border-right: 1px solid #CCCCCC;
}
#main .alignl {
	float: left;
	margin: 1px 15px 1px 15px;
	padding: 0px;
}
#main .alignr {
	float: right;
	margin: 1px 15px 1px 15px;
	padding: 0px;
}
.clrimg {
	clear: both;
}

#sub {
	position:absolute;
	left:746px;
	top:473px;
	top: -15px;
	width:254px;
	height:auto;
	z-index: 3;
	text-align: center;
}
#footer {
	position:relative;
	bottom:0px;
	left:0px;
	width:1000px;
	height:200px;
	background-color: #4a4e33; /*dark green*/
}
#footermenu {
	position:absolute;
	left:0px;
	bottom:0px;
	width:420px;
	height:200px;
}
#footer a:link {
	color: #fff2e3;
	text-decoration: none;
}
#footer a:visited {color: #fff2e3; text-decoration: none;}
	
#footer a:hover {
	color: #333333;
/*	color: #e8ce79; */
	text-decoration: none;
}
#socialmedia {
	position:absolute;
	left:421px;
	bottom:0px;
	width:326px;
	height:200px;
}
#affiliations {
	position:absolute;
	left: 746px;
	bottom:0px;
	width:254px;
	height:200px;
	text-align: center;
	padding-left: 15px;
}
#main p {
	line-height: 1.8em;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 50px;
}
#main h1 {
	padding-left: 30px;
}
#sub p {
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
}
#footer p {
	font-size: 0.7em;
	line-height: 0.2em;
	color: #fff2e3;
	padding-left: 20px;
	padding-bottom: 0px;
}
h2 {
	font-size: 1.2em;
	padding-left: 30px;
}
table {
	border: solid 1px #4a4e33;
	margin-left: 30px;
}
th {
	border-bottom: solid 1px #4a4e33;
	text-align: left;
	font-weight: bold;
}
a:link {
	color: #4a4e33;
	text-decoration: underline;
}
a:visited {color: #4a4e33; text-decoration: none;}
	
a:hover {
	color: #333333;
	background-color: #e8ce79;
	text-decoration: none;
}
#socialmedia a:hover {
	background-color: #4a4e33;
}
