@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FCCFB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(../images/ragdoll-cats-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #mainwrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #pingholder {
	margin-bottom: 0px;
	background-image: url(../mockup-1FIREWORKS_r1_c1.png);
	margin-top: 20px;
	margin-left: -100px;
}


.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr  #nav {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	margin-bottom: 25px;
} 
.twoColFixRtHdr #mainwrapper #container #nav div h1 {
	color: #EFBEAF;
	margin-top: 0px;
	font-size: 13px;
	background-color: #8B7142;
}
.twoColFixRtHdr #mainwrapper #container #nav a {
	text-decoration: none;
	color: #432C02;
}
.twoColFixRtHdr #mainwrapper #container #nav a:visited {
	color: #442C00;
	text-decoration: none;
}
.twoColFixRtHdr #mainwrapper #container #nav a:hover {
	color: #FAC7B6;
	text-decoration: none;
}
.twoColFixRtHdr #mainwrapper #container #nav a:visited hover {
	color: #FBD4B5;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #897483;
	margin-bottom: 3px;
}

h2 {
	font-size: 14px;
	color: #513E13;
	margin-bottom: 3px;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #897483;
	margin-bottom: 3px;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #6633FF;
}

.twoColFixRtHdr #mainwrapper #container #mainContent a {
}

p {
	font-size: 12px;
	margin-top: 3px;
	line-height: 18px;
}
.twoColFixRtHdr #mainwrapper #container #mainContent a {
	color: #6633FF;
	text-decoration: none;
}
.twoColFixRtHdr #mainwrapper #container #mainContent a:visited {
	color: #6633FF;
}
.twoColFixRtHdr #mainwrapper #container #mainContent a:hover {
	color: #FF99FF;
}
.twoColFixRtHdr #mainwrapper #container #mainContent a: visited hover {
	color: #FF66FF;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #F9C9B5;
	text-align: center;
}
.twoColFixRtHdr #mainwrapper #container #sidebar1 h2 {
	font-size: 14px;
	color: #63565e;
	margin-bottom: 3px;
}
.twoColFixRtHdr #mainwrapper #container #sidebar1 a {
	color: #63565E;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
}
.twoColFixRtHdr #mainwrapper #container #sidebar1 a:hover {
	color: #9933FF;
}
.twoColFixRtHdr #mainwrapper #container #sidebar1 a:visited {
	color: #9966FF;
	text-decoration: none;
}


.twoColFixRtHdr #mainContent {
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #mainwrapper #container #footer a {
	text-decoration: none;
	color: #432C02;
	font-size: 12px;
}
.twoColFixRtHdr #mainwrapper #container #footer h1 {
	font-size: 12px;
	color: #5F5124;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #mainwrapper #container #footer a:hover {
	color: #8B7486;
	text-decoration: none;
}
.twoColFixRtHdr #mainwrapper #container #footer a:visited {
	color: #442C00;
	text-decoration: none;
}
.twoColFixRtHdr #mainwrapper #container #footer #copyright {
	margin-top: 0px;
	color: #422D02;
}

.twoColFixRtHdr #mainwrapper #container #footer .MSWD a {
	font-size: 9px;
	color: #937E50;
}
.twoColFixRtHdr #mainwrapper #container #footer .MSWD a:hover {
	color: #432C02;
}


.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;
}
.MSWD {
	font-size: 9px;
	color: #8B7142;
}
.twoColFixRtHdr #mainwrapper #container #mainContent li {
	line-height: 18px;
	font-size: 12px;
}
