@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../Pictures/backRasen23_r2_c2.jpg);
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#header {
	background-color: #4C4C4C;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
#mainContent {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
} 
#mainContent img  {
	padding: 10px;
	border: 2px groove #333333;
	margin: 5px;
	float: right;
}
#mainContent legend {
	color: #FDAA36;
	font-size: .9em;
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent fieldset{
	background: #000000;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD4730;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FE2C18;
}
#mainContent fieldset p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 0.5em;
	padding-left: 200px;
	padding-bottom: 0.5em;
}
#sideGalleryRight {
	float: right;
	width: 180px;
}
#sideGalleryRight img {
	float: left;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FBA434;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
}
#footer a:link {
	color: #FBA434;
}
#footer a:visited {
	color: #F09B38;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #FEB12D;
}
a:visited {
	color: #999;
	text-decoration: none;
}
h1 {
	font-size: 0.95em;
	background-color: #000;
}
