@charset "utf-8";
/* CSS Document */

#header #mainNav {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	left: 0px;
	width: 1000px;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	padding-left: 0px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#header #mainNav li {
	float: left;
}

#header #mainNav li a:link, #header #mainNav li a:visited {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px 5px 10px;
	display: block;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#header #mainNav li a:hover {
	color: #A85652;
	border: none;
	background-image: url(../images/button2.jpg);
	background-repeat: repeat-x;
}

body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}


.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/swLogo.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 1000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	position: relative;
	padding: 0;
	z-index: 5;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #242A3A;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 p a img {
	margin-right: auto;
	margin-left: auto;
}

.twoColFixLtHdr #mainContent {
	color: #FFF;
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent #gallery {
	position: absolute;
	left: -20px;
}

.twoColFixLtHdr #footer {
	background:#242A3A;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	line-height: 20px;
	height: 20px;
	bottom: 0px;
	padding: 0;
} 
.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;
}
h1 {
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-family: "Times New Roman", Times, serif;
}
.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;
}
.twoColFixLtHdr #mainContent #main {
	padding-top: 130px;
}
.current {
	background-image: url(../images/button3.jpg);
	background-repeat: repeat-x;
}
