body  {
	font: Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(http://www.shapells.com/images/body_bg.jpg);
	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: #000000;
}
.twoColFixRtHdr #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(http://www.shapells.com/images/contentwrapper_bg.gif);
	background-repeat:repeat-y;
	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. */
} 
.twoColFixRtHdr #header { 
	background: transparent; 
	margin: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 */
}

.twoColFixRtHdr #nav{

height:30px;
margin-left:10px;
margin-right:10px;
background-color:white;
border-top:3px solid #660099;
border-bottom:3px solid #660099;
}


.twoColFixRtHdr #nav a{
float:left;
display:block;
background-image:url(http://www.shapells.com/images/link_bg.gif);
padding: 0px 3px 0px 3px;
text-align:center;
margin-right:2px;
width:140px;
height:30px;
color:#FFF;
text-decoration:none;
text-transform:uppercase;
font-size:9pt;
font-weight:bold;
font-family:Arial, Tahoma;
}

h1{
font-size:15pt;
color:#363;
text-transform:uppercase;
}

.twoColFixRtHdr #sidebar1 {
	margin-top:10px;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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-image: url(http://www.shapells.com/images/contact_box.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat:no-repeat;
	background-position:center;
	padding: 10px 10px;
	height:450px;
	font-size:12pt;
	font-family: Tahoma;
	margin-right:3px;
}

.twoColFixRtHdr #sidebar1 .content{
	
	width: 190px; /* 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 */
	padding: 0px 15px 0px 5px;
	font-family: Tahoma;
}

.twoColFixRtHdr #sidebar1 #rightnav a{
font-size:.80em;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
display:block;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #639;
background-color:#CCCCFF;
padding:7px 0px 7px 3px;
margin-bottom:2px;
color:blue;
	}
	
.twoColFixRtHdr #rightnav {
	margin-top:25px;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	height:450px;
	font-size:12pt;
	font-family: Tahoma;
	margin-right:3px;
	
}	

h3{
color:#363;	
font-family:Tahoma;
text-transform:uppercase;
margin-bottom:0px;
font-size:12pt;
	}
	
p.contact{
font-family:Tahoma;	
font-size:11pt;	
margin-top:5px;	
	}	
	
.twoColFixRtHdr #mainContent { 
	margin: 20px 230px 0px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	border: 1px solid #000000;
	font-size:11pt;
	font-family:Tahoma;
	
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

.twoColFixRtHdr #footer1 { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(http://www.shapells.com/images/footer1.jpg);
	background-repeat:no-repeat;
	height:115px;
	width:920px;
	font-family:Tahoma;
} 
.twoColFixRtHdr #footer1 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: 20px 10px 5px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align:center;
	margin-left:25px;
	font-size:10pt;
	font-variant:small-caps;
}
.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;
}



/**** header tag definitions ****/

#gallery_header_container {
	margin: auto;
	margin-bottom: 10px;
	padding: 2px 120px;
	background: #eee;
}

#gallery_header_container h1,
#gallery_header_container h2,
#gallery_header_container h3,
#gallery_header_container h4,
#gallery_header_container h5 {
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
#gallery_header_container h1 {
		margin: 0px;
		padding: 0px;
		color: #369;
		font-size: 42px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
#gallery_header_container h1.title {
		margin-left: -40px;
		letter-spacing: -2px;
	}
	
#gallery_header_container h1 small {
		color: #69C;
		font-size: 18px !important;
		font-size: 14px;
		letter-spacing: -1px;
	}
	
#gallery_header_container h2 {
		margin: 0px;
		padding: 0px;
		color: #369;
		font-size: 21px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
#gallery_header_container h2.subtitle {
		margin-top: -6px !important;
	}
	
#gallery_header_container h3,
#gallery_header_container h4,
#gallery_header_container h5 {
		color: #369;
		letter-spacing: 0px;
	}
	
#gallery_header_container strong,
#gallery_header_container b {
		color: #333;
		font-weight: bold;
	}
	
#gallery_header_container a {
		color: #369;
		font-size: 14px;
	}
	
#gallery_header_container a.small {
		font-size: 11px;
		margin: 4px;
		padding: 4px 0px 0px 0px;
	}
	
#gallery_header_container a:hover,
#gallery_header_container a.small:hover {
		color: #69C;
	}
	
#gallery_header_container p {
		font-family: Verdana, Helvetica, Arial;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		color: #000;
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
	}
	
#gallery_header_container p a {
		font-size: 12px;
		line-height: 18px;
	}
	
#gallery_header_container ul li,
#gallery_header_container ol li {
		font-size: 12px;
	}
	
#gallery_header_container ul li a,
#gallery_header_container ol li a {
		font-size: 12px;
	}
	
#gallery_header_container abbr {
		color: #000;
		font-family: Verdana, Helvetica, Arial;
		font-weight: bold;
		cursor: help;
		border-bottom: 1px solid #000;
	}
	
#gallery_header_container em {
		color: #000;
		text-decoration: none;
	}
	
#gallery_header_container .center {
		text-align: center;
	}
	
#gallery_header_container .left {
		text-align: left;
	}
	
	
	
	/**** CONTENT CONTAINER ****/
	
#gallery_header_container div.main_nav {
		margin: 4px 0px 0px 0px;
		padding: 4px 0px 0px 10px;
		color: #444;
		font-size: 11px;
	}
	
#gallery_header_container div.main_nav h2#menu,
#gallery_header_container div.main_nav h2#menu a {
		margin: 0px;
		padding: 2px;
		color: #369;
		font-family: Verdana, Helvetica, Arial;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		border-bottom: 0px;
	}
	
#gallery_header_container div.main_nav h2#menu a:hover {
		color: #FFF;
		background: #369;
		border-bottom: 0px;
	}
	
#gallery_header_container div.section {
		position: relative;
		width: 100%;
		margin: 4px 0px 6px 0px;
		padding: 4px;
		color: #000;
	}
	
#gallery_header_container div.section h2 {
		color: #369;
		font-size: 14px;
		margin: 0px 0px 12px 0px;
	}
	
#gallery_header_container div.section h2#menu,
#gallery_header_container div.section h2#menu a {
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		color: #69C;
	}
	
#gallery_header_container div.section h2#menu a:hover {
		color: #000;
		border-bottom: 1px solid #000;
	}
	
#gallery_header_container div.section img.logo {
		float: left;
		margin: 4px;
	}
	
	
#gallery_header_container div.section a.image,
#gallery_header_container div.section a img {
		border: 0px;
	}
	
#gallery_header_container div.section table#license_table,
#gallery_header_container div.section table#license_table tr,
#gallery_header_container div.section table#license_table tr td {
		margin: 0px;
		padding: 4px 4px 0px 4px;
		vertical-align: top;
		background: #EEE;
	}
	
#gallery_header_container div.section img.license_image {
		padding-top: 1px;
		padding-right: 8px;
		vertical-align: top;
	}
	
#gallery_header_container div.section p.license,
#gallery_header_container div.section p.license a {
		line-height: 16px !important;
	}

/**** footer tag definitions ****/

#gallery_footer_container {
	margin: auto;
	padding: 0px 120px 4px 120px;
	clear: both;
	background: #eee;
}
	
#gallery_footer_container div.footer {
		margin: 40px 0px 12px 0px;
		padding: 4px 4px 0px 4px;
		background: #EEE;
	}
	
#gallery_footer_container div.footer p {
		color: #000;
		font-size: 11px;
	}
	
#gallery_footer_container div.footer p img.footer_logo {
		vertical-align: middle;
		margin: 0px 4px 4px 0px;
		border: 0px;
	}
	
#gallery_footer_container div.footer a {
		font-size: 11px;
		font-weight: normal;
	}
