@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	height: 85px;
	background-image: url(../Images/Caboodle-Logo-60px.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	vertical-align: bottom;
	margin-left: 10px;
	margin-bottom: 10px;
}
.navWrapper {
	height: 100px;
	width: 700px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.navWrapper a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #990033;
	text-decoration: none;
}
navWrapper a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.75em;
}
.navWrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	font-size: 0.75em;
}
.navWrapper a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #990033;
	font-size: 0.75em;
}
.navWrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #990033;
	line-height: 0.70px;
	margin-bottom: -5px;
	margin-top: 10px;
}
.navWrapper ul {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin-left: 0;
	vertical-align: middle;
}
.navWrapper #About li {
	color: #999999;
	text-transform: lowercase;
	width: 100px;
}

.navWrapper #Collections li {
	color: #999999;
	text-transform: lowercase;
	width: 100px;
}

.navWrapper #Order li {
	color: #999999;
	text-transform: lowercase;
	width: 100px;
}

.navWrapper #Contact li {
	color: #999999;
	text-transform: lowercase;
	width: 100px;
}

#header h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
img {  border-style: none;
}

.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 */
}
.nav {
	padding-left: 20px;
	word-spacing: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	text-align: center;
}
#gallery img {
	text-decoration: none;
}
#gallery {
	border: 1px solid #999999;
	float: left;
	padding-left: 25px;
	padding-top: 15px;
	margin-bottom: 15px;
	width: 930px;
}
#gallery a {
	text-decoration: none;
}
#gallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	background-image: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	vertical-align: top;
}
#home {
	background-image: url(file:///Macintosh%20HD/Users/martinburt/Documents/Whole%20Caboodle/Caboodle%20Web%20Archive/Images/leaves.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	border: 1px solid #999999;
	width: 955px;
	clear: both;
	height: 470px;
}
.WMAlogo {
}
.AlignCentre {
	text-align: center;
}
.logo {
	border: 1px solid #999999;
	background-image: url(file:///Macintosh%20HD/Users/martinburt/Documents/Whole%20Caboodle/Caboodle%20Web%20Archive/Images/Ribbon-Reels.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home img {
	margin: 10px;
	border: 1px solid #CCCCCC;
}
.border {
	border: 1px solid #CCCCCC;
}
#home h4 {
	text-align: center;
	margin-top: 90px;
}
#pricelists {
}
#pricelists p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
}
.TableStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	width: 800px;
	text-align: center;
	border-collapse: collapse;
}
#leftCol {
	float: left;
	width: 425px;
	margin-left: 30px;
}
.classicTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	width: 850px;
	border-collapse: collapse;
	text-align: left;
	margin-left: 35px;
	vertical-align: middle;
}
.classicTable th {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
}
.tableCellBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.classicTable tr {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	vertical-align: middle;
}
.AlternateRow {
	background-color: #E4D0D0;
}
.classicTable td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	vertical-align: middle;
}
#rightCol {
	float: right;
	width: 425px;
	margin-right: 30px;
}
#pricelists h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #666666;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#TableWrapper {
	margin-top: 50px;
}
#pricelists {
	border: 1px solid #999999;
	float: left;
	width: 952px;
	margin-bottom: 15px;
}
#pricelists p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	padding-left: 40px;
	padding-right: 40px;
}
#TwocolWrapper {
	float: left;
	border-bottom-color: #666666;
	width: 950px;
}
#Col1 {
	float: left;
}
#Col2 {
	width: 420px;
	float: right;
	margin-bottom: 50px;
}
#OneColClear {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.divider {
	width: 300px;
	text-align: left;
	float: none;
	padding-bottom: 20px;
	margin-left: 350px;
}
#OneColPriceList {
	margin-bottom: 15px;
}
.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 */
	text-align: center;
}
#home a {
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	text-decoration: none;
	word-spacing: 20px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
#about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	float: left;
	width: 800px;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #333333;
}
#press {
	border: 1px solid #999999;
	float: left;
	width: 955px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#press p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: text-top;
}
#press .Issue h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	color: #990033;
}
#press ul {
	list-style-position: outside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	text-indent: 50px;
}
.Issue h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-top: 0px;
	color: #990033;
	margin-bottom: 10px;
}
#press img {
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
}
.Issue {
	width: 900px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.rtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95ems;
	color: #666666;
	float: right;
	margin-top: 20px;
	margin-right: 110px;
	width: 500px;
}
#article {
}
#articleWrapper {
}
#MagazineCover {
	width: 200px;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: text-top;
	float: left;
}
#text {
	width: 400px;
	float: right;
}
.Fltlft {
	float: left;
	width: 200px;
}
#article1 {
	height: 250px;
	border: 1px none #CCCCCC;
}
#article1 img {
	float: left;
	width: 163px;
	border: 1px none #CCCCCC;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#article1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
#article1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
#nav {
	clear: left;
	margin-top: 20px;
	margin-bottom: 25px;
}
.thumbnail {
	width: 163px;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 8px;
}
.thumbnail a {
	text-decoration: none;
}
#collections {
	width: 955px;
	border: 1px solid #999999;
	float: left;
	margin-bottom: 15px;
	height: 480px;
}
#collections img {
	border: 1px solid #CCCCCC;
}
.collectionsIcons {
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	line-height: 36px;
}
#collectionsWrapper {
	margin-left: 150px;
	margin-top: 100px;
}
#portrait {
	float: left;
	height: 300px;
	width: 200px;
}
#about {
	border: 1px solid #999999;
	float: left;
	width: 955px;
	height: 636px;
	background-image: url(../Images/Winners.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#aboutContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	height: 430px;
	width: 340px;
	margin-left: 585px;
	margin-top: 160px;
	padding-right: 10px;
	padding-left: 5px;
	margin-right: 10px;
}
.AboutHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
}
#aboutContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}
#about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #666666;
	text-align: left;
	vertical-align: text-top;
}
#about img {
	float: left;
	margin-right: 50px;
	margin-bottom: 70px;
	margin-left: 50px;
	padding-bottom: 160px;
}
#pricelist {
	width: 955px;
	margin-right: 25px;
	margin-left: 25px;
}
#orderinfo {
	background-color: #FFFFFF;
	width: 955px;
	float: left;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
#orderinfo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
#orderinfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #C596A5;
}
#orderinfo h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #990033;
	margin-top: 0px;
	margin-bottom: 10px;
}
#orderinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar {
	float: left;
	width: 100%;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #990033;
	padding-right: 30px;
	margin-top: 10px;
}
#bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	float: right;
	width: 620px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
}
#sidebar ul {
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
}
#sidebarWrapper {
	float: left;
	width: 220px;
}
#fonts {
	border: 1px solid #999999;
	padding: 30px;
	margin-top: 25px;
}
#fonts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
}
#fonts h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #990033;
	margin-top: 0px;
	margin-bottom: 10px;
}
.Wordingsthumbnail {
	width: 280px;
	float: left;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	text-align: center;
	height: 500px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 17px;
	padding-right: 5px;
	padding-left: 5px;
}
#wordings {
	border: 1px solid #999999;
	float: left;
	padding-top: 15px;
	width: 955px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.leftAlign {
	text-align: left;
}
.rightAlign {
	text-align: right;
}
#wordings img {
	text-decoration: none;
}
#wordings p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
	color: #666666;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 40px;
}
#wordings h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #990033;
}
#orderFormsText {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 170px;
	width: 600px;
	margin-bottom: 40px;
}
#orderFormsTextWrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
}
#orderFormsTextWrapper {
	clear: none;
	float: left;
}
.clearboth {
	clear: both;
}
#orderforms {
	width: 955px;
	border: 1px solid #999999;
	float: left;
	margin-bottom: 15px;
}
#orderinfoWrapper {
	margin-left: 150px;
	margin-top: 30px;
	width: 950px;
}
.orderformIcons {
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	line-height: 36px;
}
#legal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#legal h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #990033;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: italic;
	color: #990033;
}
.smallHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #990033;
}
#legal a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
#legal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990033;
	text-decoration: none;
}
#legal {
	border: 1px solid #999999;
	padding-top: 15px;
	margin-top: 25px;
	width: 950px;
}
#SamplesCol1 {
	float: left;
	margin-left: 30px;
	width: 450px;
}
#samples {
	width: 950px;
	background-image: none;
}
#SamplesCol1 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990033;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
#SamplescolWrapper {
	width: 950px;
	border: 1px solid #999999;
	height: 450px;
	background-image: url(../Images/Ribbon-Reels.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 15px;
	margin-top: 25px;
}
#contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #990033;
	text-decoration: none;
}
#contactTextBox {
	margin-top: 120px;
	margin-left: 60px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #990033;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	text-decoration: none;
}
#clientgallery {
	height: 500px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #999999;
	background-color: #000000;
}
#clientgallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 30px;
	margin-top: 30px;
}
#clientgallery h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #990033;
}
#OneColClear2 {
	clear: both;
}
#OneColClear3 {
	clear: both;
}
.clientthumbnail {
	width: 80px;
	float: left;
	text-decoration: none;
	margin-right: 30px;
	height: 130px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
}
#thumbnailWrapper {
	float: left;
	padding-left: 100px;
	padding-top: 30px;
	width: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#thumbnailSidebar {
	width: 200px;
	margin-top: 20px;
}
#thumbnailSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	margin-top: 0px;
}
.weddingthumbnail {
	width: 70px;
	float: left;
	text-decoration: none;
	height: 70px;
	padding-right: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 20px;
}
#LargeImage {
	float: right;
	margin-top: 20px;
	margin-right: 50px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LargeImage img {
	border: 1px solid #FFFFFF;
}
#LargeImage p {
	margin-top: 0px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
}
.FltRt {
	float: right;
	width: 100px;
	text-align: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #990033;
	height: 75px;
}
#homeLogo {
	float: none;
	height: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 750px;
	padding-bottom: 30px;
}
.clientthumbnailMod {
	width: 80px;
	float: left;
	text-decoration: none;
	margin-right: 30px;
	height: 130px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.FltRt2 {
	float: right;
	padding-bottom: 100px;
	margin-bottom: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#clientgalleryPage {
	height: 500px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #999999;
	background-color: #000000;
	margin-top: 25px;
}
#clientgalleryPage p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 100px;
	margin-top: 50px;
	padding-left: 100px;
}
#nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
}
.ClientFltRt {
	float: right;
	text-align: left;
}
#contact {
	background-image: url(../Images/Contact-Us-Stack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 450px;
	border: 1px solid #999999;
	margin-top: 25px;
	width: 950px;
}
