/* CSS Document */
body {
	min-width: 56em;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.25em;
}

#container {
	max-width: 1053px;
	margin-left: auto;
	margin-right: auto;
}

h1#header {
	font-size: 3em;
	font-family: "Tempus Sans ITC", "Tempus Sans ITC TT", "Tempus Sans ITC Std", "Rockwell Condensed", Rockwell, "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(../img/blue_tent_tops.jpg);
	background-repeat: no-repeat;
	padding-top: 0.5em;
	padding-left: 0.5em;
	line-height: 0.75em;
	position: relative;
	height: 265px; 
}
h1#header span {
	font-size: 0.38em;
	font-style: italic;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Rockwell, "Trebuchet MS", "Rockwell Condensed", Verdana, Arial, sans-serif;

}
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	padding-bottom: 1em;
	}
h3 {
	font-size: 1em;
	}
h4 {
	font-size: 0.95em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}

#nav {
	margin-left: 20em;
	}
#nav li {
	display: inline;
	list-style-type: none;
	margin: 1em;
	background-image: url(../img/navbar.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 0.5em;
	padding-bottom: 0.35em;
}
a {
	text-decoration: none;
	}

a:link {color: #00A8FF}     /* unvisited link */
a:visited {color: #00B4FF}  /* visited link */
a:hover {text-decoration: underline}   /* mouse over link */
a:active {color: #56D4F8}   /* selected link */

#leftContainer {
	float:left;
	width: 65%;
	margin: 1em;
	background-color: #FFFFFF;
	}
	
#rightContainer {
	float:right;
	width: 24%;
	margin: 1em;
	background-color: #E5DDB9;
	background-image: url(../img/right_col_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	max-width: 656px;
	/*height: 100%;*/
	max-height: 1630px;
	min-width: 15.5em;
	/*overflow: auto;*/
}

#rightContainer h2 {
	background-image: url(../img/right_col_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 1.25em;
	padding-right: 1.25em;
	margin-left:1em;

}
.rightEntries {
	background-image: url(../img/right_col_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.25em;
	/*margin-left:1.25em;
	padding-bottom: 1em;*/
	height: 1%; /* hack to get IE7 to display h1 background through subtitle. Taken from http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml */
	}

.rightEntries p {
	margin-bottom: 1.5em;
}

.rightEntries h2 {
	backround-image: none;
	padding-right: 0;
	margin-left:0;
}

#bottomRight {
	background-image: url(../img/right_col_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left:19px;
	padding-bottom:19px;
}

#bottomLeft {
	background-image: url(../img/right_col_bottom_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*margin-left: -1.25em;
	padding-left: 1.25em;
	margin-bottom: -1em;
	padding-bottom: 1.25em;*/
}	
	


p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}


.leftImage {
	float: left;
	padding-right: 0.5em;
	}
.rightImage {
	float: right;
	padding-left: 0.5em;
	}
#footer {
	clear: both;
	margin: 1em;
	text-align: center;
	font-size: 0.75em;
	}
