/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding: 0;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
img {
	border: 0;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
/* Page setup */
body {
	background-image: url(../im/bk.jpg);
	background-repeat: repeat;
	text-align: center;
}
#container {
	height: 100%;
	width: 100%;
	background-image: url(../im/bk_main.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	vertical-align: top;
}
#wrapper {
	width: 610px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	margin-top: 0px;
}
#wrapper td {
	vertical-align: top;
	padding: 0;
}
#logo {
	width: 610x;
	height: 34px;
	background-image: url(../im/pop_logo_1.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#logo1 {
	margin: 10px 10px 0 0;
	color: #D0B860;
	font-weight: bold;
	font-size: 80%
}
#title {
	width: 325px;
	height: 50px;
	margin: 50px 0 0 275px;
	text-align: right !important;
	color: #D0B860;
	font-weight: bold;
	font-size: 150%
}
#logo2 {
	width: 610px;
	height: 137px !important;;
	background-image: url(../im/pop_logo_2.jpg);
	background-repeat: no-repeat;
}
#con {
	border-right: solid #336600 6px;
	border-bottom: solid #336600 6px;
	border-left: solid #336600 6px;
	background-color: #F1EAD0;
	background-image: url(../im/in_bk_cats.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#coty {
	border-top: solid #336600 1px;
	border-right: solid #336600 1px;
	margin: 20px 15px 20px 15px;
	width: 565px;
}
#coty td {
	border-bottom: solid #336600 1px;
	border-left: solid #336600 1px;
	padding: 4px 5px;
}
#coty td.left {
	text-align: left;
}
#top {
	background-color: #336600;
	color: #fff;
}
#footer {
	height: 20px;
	font-size: 70%;
	color: #F1EAD0;
	text-align: left;
	font-weight: bold;
}
#footer a {
	color: #F1EAD0;
}
#footer a:visited {
	color: #F1EAD0;
}
#footer a:hover {
	color: #336600;
}
#footer a:active {
	color: #FF0000;
}
