@charset "utf-8";
body  {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #000000;
		margin: 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;
		padding-top: 20;
}

.twoColFixRtHdr #container {
		width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #333333; /* the auto margins (in conjunction with a width) center the page */
		border: 3px solid #FF6600;
		text-align: center;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 20px 0px 0px;
		margin: 20px auto;
} 

.twoColFixRtHdr #header {
		background: #FF6600;
		padding: 0 0px;
		height: 180px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style: inside;
		text-align: center;
}

.twoColFixRtHdr #topNav {
		background: #FF6600;
		height: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style: inside;
		text-align: center;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
}  

.twoColFixRtHdr #headerNav {
		height: auto;
		clear: both;
		float: none;
		overflow: hidden;
		border-top: 3px none #660000;
		border-bottom: 3px none #FF6600;
		padding-top: 0;
		padding-bottom: 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 { /*RHand Colum*/
		float: right; /* since this element is floated, a width must be given */
		width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 15px 10px; /* padding keeps the content of the div away from the edges */
		border-right: none;
		border-left: none;
		margin-top: 20px;
		font-size: 90%;
		text-align: left;
}



.twoColFixRtHdr #mainContent {
		text-align: left;
		border-right: 2px solid #FF6600;
		border-left: none;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
		margin-top: 20px;
		margin-right: 280px;
		margin-bottom: 10px;
		background: url(../images/graphics/bgLogo.jpg) repeat-y top;
} 

.twoColFixRtHdr #conContent {
		margin-right: auto;
		margin-left: auto;
		width: 495px;
		height: 1050px;
} 

.twoColFixRtHdr #fhdcePmContent {
		margin-right: auto;
		margin-left: auto;
		width: 98%;
} 

.twoColFixRtHdr #fhdceContent {
		margin-right: auto;
		margin-left: auto;
		width: 98%;
} 

.twoColFixRtHdr #fhdceContent a {
		font-size: .95em;

}

.twoColFixRtHdr #shopContent { /*Merchandising main container*/
		margin-right: auto;
		margin-left: auto;
		width: 555px;
} 

.twoColFixRtHdr #galleryContent { /*Main Gallery page container*/
		margin-right: auto;
		margin-left: auto;
		width: 555px;
} 

.twoColFixRtHdr #galleryYcontent { /*Year Gallery page container*/
		margin-right: auto;
		margin-left: auto;
		width: 502px;
		background: url(../images/Wallace/site.jpg) no-repeat scroll center bottom;
} 

.twoColFixRtHdr #eventsContent { /*events main container*/
		margin-right: auto;
		margin-left: auto;
		width: 360px;
} 

.twoColFixRtHdr #eventsContent p {
		font-size: 90%;
		color: #FFFFFF;
		text-align: left;
		vertical-align: top;
}

.twoColFixRtHdr #eventsContent h1 {

}

.twoColFixRtHdr #eventsContent h2 {
}

.twoColFixRtHdr #eventsContent h4 {
		font-style: oblique;
		text-decoration: underline;
		font-variant: normal;
		text-transform: none;
		vertical-align: middle;
}


.twoColFixRtHdr #eventsContent h5 {
		font-style: oblique;
		text-decoration: underline;
		font-variant: normal;
		text-transform: none;
		vertical-align: middle;
}

.twoColFixRtHdr #linksContent { /*Links main container*/
		margin-right: auto;
		margin-left: auto;
		width: 550px;
} 

.twoColFixRtHdr #linksContent a {
		text-transform: none;
		color: #CC6600;
		text-decoration: underline;
		font: .95em Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #linksContent p {
		color: #FFFFFF;
		text-align: left;
		vertical-align: top;
		font-size: 0.95em;
}

.twoColFixRtHdr #linksContent h1 {

}

.twoColFixRtHdr #linksContent h2 {
}

.twoColFixRtHdr #linksContent h4 {
		font-style: oblique;
		text-decoration: underline;
		font-variant: normal;
		text-transform: none;
		vertical-align: middle;
}

.twoColFixRtHdr #linksContent h5 {
		font-style: oblique;
		text-decoration: underline;
		font-variant: normal;
		text-transform: none;
		vertical-align: middle;
}


.twoColFixRtHdr #wallaceContent { /*Merchandising main container*/
		margin-right: auto;
		margin-left: auto;
		background: url(../images/Wallace/pipes.png) no-repeat center bottom;
		width: 580px;
}		

.twoColFixRtHdr #footer {
		padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#333333;
		border-top: 3px solid #FF6600;
		height: 190px;
}


 
.twoColFixRtHdr #footer p {
		margin: 0;
		text-align: left;
		font: 90%/normal Verdana, Arial, Helvetica, sans-serif;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 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
}

.fltrtb { /* this class can be used to float an element right in your page. With border. */
		float: right;
		margin-right: 8px;
		border: 3px inset #666666;
		margin-top: 20px;
}

.fltlft{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltlftb { /* this class can be used to float an element left in your page. With border. */
		float: left;
		margin-right: 8px;
		padding: 15px;
		border: 3px inset #666666;
}

.fltlftlogo { /* float the logo left in the header*/
		float: left;
		margin-right: 8px;
		border-width: 0px;
}

.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;
}
.alineC { 
		clear:both;
		font-size: 1px;
		line-height: 0px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
}

br.clear {
	clear: both;
	}

.twoColFixRtHdr #galleryAddedcontent {/*for gallery pages 09 etc*/
		margin-right: auto;
		margin-left: auto;
		width: 502px;
}
