@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 959px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.oneColFixCtrHdr #container #header #menuBox {
	width: 480px;
	position: relative;
	text-align: center;
	top: 46px;
	left: 120px;
	visibility: visible;
	float: left;
}

.oneColFixCtrHdr #header {
	background-color: #000000;
	background-image: url(../images/topLogo.png);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 100px;
	width: auto;
	position: relative;
}
.oneColFixCtrHdr #container #header #Logo {
	height: 46px;
	width: 210px;
	float: left;
	margin-top: 25px;
}

.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr  #header #menuTable {
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.oneColFixCtrHdr #mainContent {
	position: relative;
	float: left;
	width: 959px;
	border: thin solid #FFFFFF;
	height: auto;
	overflow: visible;
	background-image: url(../images/bg959x490.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentB  #albumMenu    {
	width: 240px;
	position: relative;
	float: right;
	top: 0px;
	padding: 20px;
}


.oneColFixCtrHdr #footer {
	float: left;
	width: 959px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #mainContent #swpp {
	float: right;
	padding: 20px;
	clear: right;
	height: 62px;
	width: 148px;
}
#swpp2 {
	clear: right;
	float: right;
	padding: 20px;
}

#slideshow          {
	height: 358px;
	width: 276px;
	float: right;
	margin-top: 40px;
	border: thin solid #FFFFFF;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
#contentBox             {
	float: left;
	width: 600px;
	padding: 20px;
	overflow: visible;
}
.oneColFixCtrHdr #mainContentBorder {
	height: auto;
	width: auto;
	position: relative;
	visibility: visible;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#albumBox {
	height: 358px;
	width: 276px;
	float: right;
	margin-top: 116px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin-right: 20px;
	overflow: hidden;
}
