@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(images/lights.jpg);
	background-repeat: repeat;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
}
h1 {
	font-family: Tahoma, "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.center {
	text-align: center;
}
crane {
	display: block;
	background-color: #A1232F;
}
a:active, a:visited, a:link {
	color: #FFFFFF;
}
a:hover {
	text-transform: uppercase;
	text-decoration: none;
}
.menue {
	padding: 10px;

}

blue {
	color: #99FFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

green {
	color: #99FF66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}
bluetext {
	color: #99FFCC;
}
.menue:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

greentext {
	color: #99FF55;
}
pink {
	color: #FF99FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

orange {
	color: #FF9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}
purple {
	color: #9999FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

pinktext {
	color: #FF99FF;
	text-align: center;
}
orangetext {
	color: #FFCC66;
	text-align: center;
}
purpletext {
	color: #9999FF;
	text-align: center;
}
.crane:hover {
	font-size: 14px;
	line-height: 16px;
	color: #990033;
	font-weight: normal;
	background-color: #FFCCCC;
	border: 2px solid #F3F3F3;
	margin: 0px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
redtext {
	color: #FF3399;
}
Red {
	color: #FF3399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	text-align: center;
} 
#sidebar1  {
	background-color: #710D2F;
	/* for IE */
  filter:alpha(opacity=3);
	/* CSS3 standard */
  opacity:0.7;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px;
	width: 150px;
}
.twoColFixLtHdr #mainContent {
	background-color: #710D2F;
	/* for IE */
  filter:alpha(opacity=3);
	/* CSS3 standard */
  opacity:0.7;
	margin-top: 30px;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 480px;
	float: right;
}

.twoColFixLtHdr #footer {
	background-color: #710D2F;
	/* for IE */
  filter:alpha(opacity=3);
	/* CSS3 standard */
  opacity:0.7;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 40px;
} 
.twoColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.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;
}