
* {
    margin:0;
	padding:0
}

body {
    font: 76% tahoma, verdana, sans-serif;
	color:#919191;
	text-align:center;
	background-color:#000000;
}

#wrapper { 
 margin: 0 auto;
 width: 950px;
 text-align:left;
}

/* Header Start */

#header {
 width: 950px;
 background-image:url(images/cat-realm.jpg);
 background-repeat:no-repeat;
 float: left;
 height:200px;
 text-align:center;
}

div#logo h1 {
    font-size:35px;
	text-transform:uppercase;
	margin-top:92px;
}

div#logo h2 {
    font-size:12px;	
	text-transform:lowercase;
	color:#ffffff;
}

div#logo h1 a {
    color:#6F9C24;
	text-decoration:none;
}

div#logo h2 a {
    color:#797E7B;
	text-decoration:none;
}

/* Header End */


/* Left Column Start */

#leftcolumn { 
 padding: 10px;
 margin-top:15px;
 margin-right:-1px;
 width: 180px;
 float: left;
 border-right:1px dashed #797E7B;
 border-collapse:collapse;
}

/* Left Column End */

/* Side Columns Common CSS */

h3.menu  {
    font-size: 16px;
    color:#6F9C24;
	padding-left:20px;
	margin-bottom:15px;
	background-image:url(images/cat-paw.gif);
	background-position:left;
	background-repeat:no-repeat;
}

h3.sideheader {
    font-size: 16px;
    color:#797E7B;
	padding-left:20px;
	margin-bottom:15px;
	background-image:url(images/cat-paw.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

ul.sidebar {
    list-style-image:url(images/arrow.gif);
	padding: 0 0 20px 35px;
}

ul.sidebar li {
    line-height:150%;
	font-size:14px;
}

ul.sidebar li a {
    color:#6F9C24;
	text-decoration:none;
}

ul.sidebar li a:hover {
    color:#919191;
	text-decoration:underline;
}

p.sidep {
    padding-left: 10px;
	margin:0 7px 15px 0;
}

p.sidep a {
    color:#919191;
	text-decoration:none;
}

p.sidep a:hover {
    text-decoration:underline;
}

/* Side Columns Common CSS End */




/* Start Content */

#content { 
 float: left;
 padding: 10px;
 width: 534px;
 display: inline;
 border-left:1px dashed #797E7B;
 border-right:1px dashed #797E7B;
 margin-bottom:10px;
}

.post {
    margin: 15px 0 0 15px;
	line-height:160%;
}

.heading1 {
    padding-left:55px;
	margin-bottom:10px;
	background-image:url(images/h1-icon.gif);
	background-position:top left;
	background-repeat:no-repeat;
    line-height:250%;
}

.heading1 h1 {
    color:#A37D21;
	margin-top:8px;
}

.post h1 {
    color:#A37D21;
}

.post h2 {
    color:#6F9C24;
}

h1, h2, h3, h4, p {
    margin-bottom:15px;
}

.post ul {
    margin: 0 0 10px 40px;
}

.post ol {
    margin: 0 0 10px 40px;
}

.post a {
    color:#6F9C24;
	text-decoration:underline;
}

.post a:hover {
    color:#919191;
	text-decoration:none;
}

.imager {
    float:right;
	margin: 10px 15px;
}

.thumb {
    float:left;
	margin: 5px 10px;
}

table.simpltabl {
    margin-left:25px;
    border-style:none;
}

.simpltabl td {
    padding: 5px 10px;
}

table.breedtable {
    margin-left:10px;
    border:1px solid #919191;
    border-collapse:collapse;
}

.breedtable td {
    padding: 5px 10px;
    vertical-align:top;
    border-width:1px;
    border-style:solid;
    border-color:#919191;
}

a.breedlink {
    color:#919191;
}

/* End Content */




#rightcolumn { 
 margin-top:15px;
 padding: 10px;
 width: 172px;
 float: left;
 line-height:150%;
}




/* Footer Start */

#footer { 
 width: 928px;
 clear: both;
 border-top:3px solid #797E7B;
 padding: 10px;
}

#footer a {
    color:#6F9C24;
	text-decoration:underline;
}

#footer a:hover {
    color:#919191;
	text-decoration:none;
}
    