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 */
	MARGIN:0 auto;
	BORDER-WIDTH: 0px; 
	WIDTH: 100%; 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#303030;
	background-color: #55154f;}
	
.thrColFixHdr #container { 
	width: 994px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
div#header {
	background-image:url('images/fantastic-photography-hdr.gif');
	background-repeat:no-repeat;
	height:128px;
	text-align:right;
}
div#header P {
	margin: 0 34px 0 0;
	padding-top:76px;
	font-size:16px;
	font-weight: bold;
}
div#header a:link {
	color:#56004e;
	text-decoration:none;
}
div#header a:active {
	color:#56004e;
	text-decoration:none;
}
div#header a:visited {
	color:#56004e;
	text-decoration:none;
}
div#header a:hover {
	color:#56004e;
	text-decoration:underline;
}
div#mainnav {
	background-color:#56004e;
	background-image:url(images/navback.gif);
	color:#fff;
	padding:4px 10px 0 10px;
	height:33px;
	font-size:16px;
	font-weight:bold;
}
div#mainnav table {	
	margin:0;
}
div#mainnav a:link {
	color:#fff;
	text-decoration:none;
}
div#mainnav a:active {
	color:#fff;
	text-decoration:none;
}
div#mainnav a:visited {
	color:#fff;
	text-decoration:none;
}
div#mainnav a:hover {
	color:#fff;
	text-decoration:underline;
}

div#topspacer {
	margin:0;
	padding:0;
	height:36px;
}
div#botspacerhome {
	margin:0;
	padding:0;
	height:24px;
	background-image:url(images/home3col-rule.gif);
}
#theatre {
	margin: 8px 0 5px 14px;	
}

div#columns {
	background-image:url('images/columns.gif');
	background-repeat: repeat-y;
	margin:0 0 15px 0;
	padding:0;
}		


#sidebar1 H2 {
	color:#56004e;
	font-weight:normal;
	font-size:22px;
	padding: 0 0 6px 0;
	margin: 0;
	display:block;	
}
#mainContent H2 {
	color:#56004e;
	font-weight:normal;
	font-size:22px;
	padding:0;
	margin: 0 0 0 13px;
	display:block;
}
#mainContent H1 {
	color:#56004e;
	font-weight:normal;
	font-size:22px;
	padding:0;
	margin: 0 0 0 13px;
	display:block;
}

#mainContent P {
	color:#666;
	font-weight:normal;
	font-size:12px;
	padding:0;
	line-height: 1.4em;
	margin: 3px 13px 8px 13px;
}

#box234 {
	margin: 0 0 18px 9px;	
}
#box234 P {
	color:#666;
	font-weight:normal;
	font-size:14px;
	padding:0;
	line-height: 1.4em;
	margin: 3px 13px 1px 13px;
}
#box234 H3 {
	color:#56004e;
	font-weight:normal;
	font-size:15px;
	font-weight: bold;
	padding:0;
	margin: 0 11px 0 10px;
	display:block;	
}
.box234top{
	width:234px;
	height:10px;
	background-image:url('images/boxtop-sub.gif');
	background-repeat:no-repeat;
}
.box234mid{
	width:234px;
	background-image:url('images/boxmid-sub.gif');
}

.box234bot{
	width:234px;
	height:18px;
	background-image:url('images/boxbot-sub.gif');
	background-repeat:no-repeat;	
}

#subnav {
	margin-right:6px;
	font-size:14px;
	font-weight:normal;
	color:#666;
	border-top:#CCC 1px solid;
}
#subnav H1 {
	color:#56004e;
	font-weight:normal;
	font-size:22px;
	padding: 0 0 6px 0;
	margin: 0;
	display:block;
}
#subnav H3 {
	color:#56004e;
	font-weight:normal;
	font-size:18px;
	padding: 6px 0 3px 0;
	margin: 0;
	display:block;
}
#subnav td {
	padding: 4px 0 4px 0;	
	border-bottom:#CCC 1px solid;
}
#subnav a:link {
	font-size:14px;
	font-weight:normal;
	color:#56004e;
	text-decoration:none;
	margin: 0 0 4px 0;
}
#subnav a:active {color:#56004e; text-decoration:none;}
#subnav a:visited {color:#56004e; text-decoration:none;}
#subnav a:hover {color:#56004e; text-decoration:underline;}
#smap{
	width:994px;
	background:url(images/smap-bg.gif) repeat-y;
	color:#56004e;
	font-size:11px;
	line-height:1.2em;
	margin: 0 0 10px 0;
}
.smap-holder{background:url(images/smap-top.gif) no-repeat;}
.smap-frame{
	background:url(images/smap-bot.gif) no-repeat 0 100%;
	padding:13px 0 17px 0;
}

#smap a:link {color:#56004e; text-decoration:none;}
#smap a:active {color:#56004e; text-decoration:none;}
#smap a:visited {color:#56004e; text-decoration:none;}
#smap a:hover {color:#56004e; text-decoration:underline;}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;   the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 3px 0 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 14px 0 3px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 269px 0 181px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* For Home 3 equal colums */
.thrColFixHdr #homecolumn-1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;   the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 16px 0 16px; /* padding keeps the content of the div away from the edges */
	margin:0;
}
.thrColFixHdr #homecolumn-3 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 25px 0 16px; /* padding keeps the content of the div away from the edges */
	margin:0;
}
.thrColFixHdr #homecolumn-2 { 
	margin: 0 341px 0 342px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 1px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#home3col {
	margin:0;	
}

#home3col P.qte { font-size:12px;margin-top:0px;line-height:1.5em;}
#home3col H2 {
	color:#56004e;
	font-weight:normal;
	font-size:22px;
	font-weight:bold;
	padding:0;
	margin: 0 3px 0 3px;
	display:block;
}
#home3col H3 {
	color:#56004e;
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin: 9px 3px 4px 3px;
	display:block;
}
#home3col P {
	color:#666;
	font-weight:normal;
	font-size:11px;
	padding:0;
	line-height:1.6em;
	margin: 3px 3px 1px 3px;
}
#home3col HR {
border: 0;
color: #CCC;
background-color: #CCC;
height: 1px;
width: 100%;
text-align: left;
}

#home3col a:link {color:#56004e; text-decoration:none;}
#home3col a:active {color:#56004e; text-decoration:none;}
#home3col a:visited {color:#56004e; text-decoration:none;}
#home3col a:hover {color:#56004e; text-decoration:underline;}

#ftrseo a:link {color:#999; text-decoration:none;}
#ftrseo a:active {color:#999; text-decoration:none;}
#ftrseo a:visited {color:#999; text-decoration:none;}
#ftrseo a:hover {color:#999; text-decoration:underline;}

.thrColFixHdr #footer { 
/*	padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it.
	background:#DDDDDD; */
} 
.ftrtab {
	background-image:url(images/footer-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:959px;
	margin: 0 auto;
}
.thrColFixHdr #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 */
	line-height:1.2em;
	padding: 16px 0 12px 0;
	font-size:11px;
	color:#666;
}
.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;
}
