.twoColFixRtHdr #container {
	width: 780px;
	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: #000000;
} 
.twoColFixRtHdr #header {
	padding: 0;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 1000px;
	width: 300px;
}
.thumgallery {
	margin: 10px;
	padding: 10px;
	float: right;
	border: 1px solid #333300;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	height: 394px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 750px;
	border: 1px dotted #CCCCCC;
	padding: 0;
} 
.twoColFixRtHdr #footer {
	/*padding: 40;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333300;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
	background-color: #000000;
	letter-spacing: 0.25em;*/
} 

.twoColFixRtHdr #footer p {
	font-variant: small-caps;
	font-weight: normal;
	color: #666600;
*/
}
#topcontent {
	width: 750px;
	padding: 15px;
	margin-top: 15px;
}
.swap {
	height: 394px;
	float: right;
	padding-right: 25px;
	margin: 0px;
	padding-left: 25px;
	width: 230px;
}
.swap .thumgallery {
	margin-top: 50px;
}
.gallerydiv {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	clear: none;
	height: 400px;
	width: 720px;
	overflow: visible;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.thumgallery img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.maintextdiv {
	padding: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	clear: none;
	height: auto;
	width: 720px;
	overflow: visible;
}
.thumgallery img a:hover {
	border: 1px solid #FF9900;
}
#footer {
	color: #666600;
	letter-spacing: 0.25em;
	padding: 20px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #333300;
	background-color: #000000;
	clear: both;
	float: none;
}

