body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color:#669900;
}
/*Page Layout Elements*/
/*all elements sit within the wrapper which centers all on the page*/
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto
}
#masthead {
	background-color: #FFFFFF;
	width: 800px;

	height: 100px;
}
/*the container div aligns the sidebar and live elements*/
#container {
	margin-left:auto;
	margin-right:auto;
	display:block;	
}
#sidebar {
	background-color: #5479D7;
	width:150px;
	float: left;
	font-size:80%;
}
/*the inside div contains the image caption title and text*/
.inside {
	display:block;
}
.image {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top:10px;
	margin-right:10px;
	
}

/*the caption div places a caption below photos*/
.caption {
	font-size:90%;
	font-style:italic;
	float:right;
	width: 350px;
	text-align: center;
	margin-right:10px;
}
/*the footer element sits within but after the live element so it aligns beneath it*/
#live {
	background-color: #FFFFFF;
	float: left;
	width:650px;
}
#footer {
	float:left;
	background-color:#CCCC33;
	color:#006600;
	width:650px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: strong;
}
/*the union element sits within but after the live element so it aligns beneath it*/
#union {
	background-color:#669900;
	font-size:80%;
	text-align: center;
}
#sidebar a {
	color:#121D33;
	font-weight:bold;
	text-decoration:none;
	padding: 5px;
	background-color: #5479D7;
	display: block;
}
#sidebar a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	padding: 5px;
	background-color: #CCCC33;
}
#sidebarRule {
padding-top:10px;
}
/*Position Elements Within Live Area*/
.LiveText {
	padding: 5px;
	padding-left: 10px;
}
.liveH1 {
	padding: 5px;
	font-size:130%;
	padding-left: padding-left;
	font-weight: bold;
}
.photograph {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top:10px;
	margin-right:10px;
	border: 1px solid #000000;
}
.strong {
	font-weight: bold;
	padding-left: 5px;
}
.ItalicRuleBelow {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC33;
	padding-left: 5px;
}
.strongRuleAbove {
	font-weight: bold;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}
.Italics {
	font-style: italic;
}
.LiveTextBoldTopRule {
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #CCCC33;
	border-top-width: 1px;
}
.LiveTextBold {
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#area {
	padding-left: 10px;
	padding-right: 10px;
}.strongFlushLeft {
	font-weight: bold;
}
