/* YUI Reset Declarations */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/* End YUI Reset Declarations */
.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
}
img, div, a, input {
	behavior: url("css/iepngfix_v2/iepngfix.htc");
}
body {
	background-image:url("../images/body-bg.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}
	#container {
		width:860px;
		margin:auto;
		background-image:url("../images/container-bg.jpg");
		background-position:center top;
		background-repeat:no-repeat;
		padding-top:1px;
		padding-bottom:1px;
		position:relative;
	}
		#comfyhome {
			width:324px;
			height:222px;
			margin-right:80px;
			float:right;
			background-image:url("../images/comfyhome.png");
			background-position:right top;
			background-repeat:no-repeat;
		}
		#logo {
			width:352px;
			height:43px;
			background-image:url("../images/logo.png");
			background-position:left top;
			background-repeat:no-repeat;
			margin-top:25px;
			margin-left:92px;
			margin-bottom:20px;
			
		}
			#logo * {
				display:none;
			}
		ul.pageNavigation {
			margin-left:112px;
			font-size:12px;
			font-family:verdana;
		}
			ul.pageNavigation li {
				height:16px;
				margin-bottom:14px;
				background-image:url("../images/icons/page_white.png");
				background-position:left center;
				background-repeat:no-repeat;
				padding-left:20px;
				cursor:pointer;
			}
				ul.pageNavigation a {
					text-decoration:none;
					color:#666666;
				}
				ul.pageNavigation a:hover {
					color:#006699;
				}
			ul.pageNavigation li.on {
				background-image:url("../images/icons/page.png");
			}
		#pageBody {
			width:675px;
			margin:auto;
			font-family:verdana;
			font-size:12px;
			line-height:150%;
		}
			#pageBody h3 {
				font-family:verdana;
				font-size:18px;
				color:#006699;
				margin-bottom:20px;
			}
			#pageBody h4 {
				font-family:verdana;
				font-size:18px;
				color:#333333;
				margin:0px 0px 10px 0px;
			}
			#pageBody h5 {
				font-family:verdana;
				font-size:14px;
				color:#333333;
				margin:0 0 5px 0;
			}
			#pageBody p {
				margin-bottom:10px;
			}
			div.theWades {
				width:144px;
				height:183px;
				background-image:url("../images/wades.png");
				background-position:center top;
				background-repeat:no-repeat;
				float:right;
				margin:20px;
			}
		.licenseFooter {
			width:675px;
			margin:20px auto;
			font-family:verdana;
			font-size:10px;
			line-height:150%;
			color:#888888;
		}
			.licenseFooter table {
				float:left;
			}
				.licenseFooter span {
					color:#000000;
				}
				.licenseFooter td {
					padding-right:5px !important;
				}
