@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	background: url(background.png) repeat;
	color: #fff;
	font-size: 90%;
	line-height: 1.3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
}
h2, h3, h4 {
	border-bottom: 1px solid #000;
	width: 75%;
	display: block;
	margin: 6px 12px;
	padding: 3px 0px;
	text-shadow: #000 1px 1px 1px;
}
h5, h6 {
	display: block;
	margin: 0px 12px;
	padding: 3px 0px;
	text-shadow: #000 1px 1px 1px;
	font-style: italic;
	font-weight: normal;
}
h2 {	font-size: 120%;}
h3 {	font-size: 110%;}
h4 {	font-size: 100%;}
h5 {	font-size: 90%; }
h6 {	font-size: 90%; }
img {
	border: #000 solid 1px;
	margin: 5px;
	padding: 5px;
}
.hidden {	display:none;}

a:link, a:visited {
	color: #ff6600;
	padding: 3px;
	text-shadow: #111 1px 1px 1px;
}
a:hover, a:focus, a:active {
	background-color: #ff6600;
	padding: 0px 3px;
	color: #000 !important;
	text-shadow: none;
	text-decoration: none;
}

/* ~~ header ~~ */
#header {
	background: #422750;
	clear: both;
	border-bottom: #000 1px solid;
}
#banner a {
	background: url(header.png) no-repeat;
	padding: 0px;
	margin: 0px;
	height: 150px;
	width: 882px;
	display: block;
}

/* ~~ top navigation ~~ */
#topNav {
	padding: 5px 0px;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#topNav li {
	list-style: none;
	padding: 10px 40px;
	text-shadow: #000 1px 1px 1px;
	display: inline;
}
#topNav a:link, a:visited {
	color: #ff6600;
	padding: 3px;
	text-shadow: #111 1px 1px 1px;
}
#topNav a:hover, a:focus, a:active {
	background-color: #ff6600;
	padding: 0px 3px !important;
	color: #000 !important;
	text-shadow: none !important;
	text-decoration: none !important;
}
#breadcrumb {
	padding: 5px 0px 10px 20px;
	font-size: 85%;
}
#breadcrumb a {
	display: inline;
	text-decoration: none;
}
#breadcrumb  a:hover, a:focus, a:active {
	background-color: #ff6600;
	padding: 0px 3px;
	color: #000;
	text-shadow: none;
	text-decoration: none;
}
/*~~ content ~~*/
#container {
	width: 80%;
	max-width: 1260px;
	min-width: 882px;
	background-color: #422750;
	margin: 0 auto;
	border: #000 solid 2px;
	-webkit-box-shadow: 1px 1px 15px #000, -1px -1px 15px #000;
	-moz-box-shadow: 1px 1px 15px #000, -1px -1px 15px #000;
}
#container p {
	padding: 0px 30px;
	text-indent: 30px;
	margin-right: 150px;
}
#content { 
	background-image: url(kitteh.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 480px;
	padding: 10px 0;
}
#content ul, #content ol { 	margin: 10px 10px 10px 50px;}
#content li {	list-style-type: square;}
#content table {
	border: none;
	clear: both;
	display: block;
	margin: 6px 24px;
}
#content td {
	padding: 6px 12px;
}

/* ~~ The footer ~~ */
#footer {
	padding: 10px 0;
	font-size:smaller;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	font-weight: bold;
	border-top: 1px solid #000;
}
#footer li {
	list-style: none;
	padding: 0px 20px;
	display: inline;
}
#footer a {
	color: #ff6600;
	padding: 3px;
	text-shadow: #000 1px 1px 1px;
	text-decoration: none;
}
#footer a:hover, a:focus, a:active {
	text-shadow: none;
	color: #000;
	padding: 0px 3px;
	display: inline-block;
	background-color: #ff6600;
}
