@charset "UTF-8";
* {
	padding:0;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container #mainContent ol {
	margin-left: 350px;
}
html {
	font-size: 125%;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	background-color: #ADD5DE;
	background-image: url(images/background.gif);
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background2.jpg);
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 65px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	background-image: url(images/superman_background.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer {
	font-size: 0.8em;
	width: 925px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
}
.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;
}
#navbar {
	width: 955px;
	float: left;
	background-color: #6DCEE4;
	font-size: 1.1em;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#navbar li {
	float: left;
	list-style-type: none;
	margin-left: 25px;
	font-size: 1.4em;
}

#navbar a {
	text-decoration: none;
	color: #19222E;
}
#navbar   a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
	margin-top: 15px;
}
#mainContent h2 {
	width: 250px;
	background-color: #6DCEE4;
	padding-left: 10px;
	margin-left: 235px;
}
#mainContent p {
	margin-left: 310px;
}
#maincontent ul {
}
p {
	font-size: 1.2em;
	margin-top: 5px;
	line-height: 1.6em;
}
#mainContent ul {
	margin-left: 325px;
	margin-top: 10px;
}
#sidebar1 h2 {
	width: 175px;
	background-color: #2D6B87;
	padding-left: 10px;
	color: #CCCCCC;
}
#sidebar1  h3 {
	margin-top: 10px;
	margin-bottom: -5px;
}
#sidebar1 p, #sidebar1 h3, #sidebar1 table {
	margin-left: 20px;
	margin-right: 25px;
}
#mainContent li {
	font-size: 1.2em;
}
#sidebar1 ul {
	margin-left: 35px;
	margin-top: 10px;
}
#sidebar1 li {
	font-size: 1.2em;
}
#navbar ul {
	margin-left: 25px;
}
table {
	margin-top: 15px;
	font-size: 1.2em;
	border: 1px solid #000000;
}
td {
	border: 1px solid #000000;
}
#sidebar1 td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#locations  a {
	text-decoration: none;
	border: 1px solid #000000;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #83BBCA;
	color: #000000;
	margin-right: 7px;
}
#locations a:hover {
	background-color: #537881;
}
ul#links {
	margin-left: 0px;
	margin-top: 0px;
}
#links li {
	list-style-type: none;
	width: 175px;
	padding-left: 20px;
	height: 15px;
	padding-top: 8px;
	font-size: 1.4em;
}
#links a {
	text-decoration: none;
	height: 20px;
	width: 175px;
}
#links a:visited {
	color: #0F17D1;
}
#links a:hover {
	color: #3E6A7A;
}
#mainContent table {
	margin-left: 310px;
}
#sidebar1 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#new_pictures {
	font-size: 14px;
	width: 200px;
	margin-left: 330px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #container #mainContent li {
}
#facebook {
}
